Releases: League-of-Foundry-Developers/document-sheet-registrar
Foundry v9 Ready
v9 Beta
Fixed issue interfering with Actor and Item documents.
v0.6.3 Bug fix
Emergency Hotfix for Actor and Item Defaults
- Fixes an issue preventing the default sheet for actors and items from being set.
Artificial Actor/Item types, settings, and Hooks
Added the ability to give Actor and Item documents artificial types.
You can now use the special _document-sheet-registrar.type
flag on Actor and on Item documents.
Added Settings Object/Hooks
Added the preDocumentSheetRegistrarInit
hook, which passes an object of Boolean settings, you must enable (set true
) the settings for document types you need to use. See readme for details.
Added Init Hook
In Foundry 0.8.9 this shouldn't be required anymore, and using the init
hook will likely be fine for registering your sheet. However, in 0.8.8 or in case you want a bit more guarantee, we have added the documentSheetRegistrarInit
hook which fires once DSR has finished setting up, you can rely on this hook for appropriate timing of your sheet registration. The hook also receives an object of data about the active sheet registrars, in case that may be of some use.
Added artificial types for documents that don't already support types.
Added artificial types for documents that don't already support types.
v0.4.2
v0.4.1 corrected bugs that prevented sheet config from functioning fo…
v0.3.0
v0.2.0
Initial test release
v0.1.0 Initial test release