Updated Third Party Development Details (markdown)

CPTN Cosmo 2026-05-30 22:59:23 +02:00
parent 070b9bfc35
commit bde94c5ec5

@ -86,4 +86,10 @@ Hooks.once('init', () => {
bpCost: 4
};
});
```
## 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" }] }
```