ghost-fvtt/FVTT-Autocomplete-Inline-Properties

Provide a hook event to allow modules and systems to register their owon configuration

Closed this issue · 0 comments

At the moment, modules and systems can register their own configuration during the init hook event. However, this is error prone because it depends on the (unpredictable) order of execution of this and the modules'/systems' code.

Instead, AIP should provide a hook event that allows modules and systems to inject their own configurations.