mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-07 21:34:16 +02:00
Updated Third Party Development Details (markdown)
parent
070b9bfc35
commit
bde94c5ec5
1 changed files with 6 additions and 0 deletions
|
|
@ -87,3 +87,9 @@ Hooks.once('init', () => {
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Custom Attribution Sources
|
||||||
|
If you want to add a new attribution source to the system you can register them with `CONFIG.DH.GENERAL.attributionSources` in the Foundry init hook.
|
||||||
|
```js
|
||||||
|
CONFIG.DH.GENERAL.attributionSources.forevermore = { label: "Forevermore", values: [{ label: "Campaign - Forevermore" }] }
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue