Add a Hook documentation file to denote how we can provide system/modules a way to prevent specific settings from existing in their presence
This commit is contained in:
parent
9875d49181
commit
7d4c809ef3
1 changed files with 11 additions and 0 deletions
11
module/hooks/oft.preventSetting.mjs
Normal file
11
module/hooks/oft.preventSetting.mjs
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
/*
|
||||||
|
This hook is used for invasive hooks that we want to provide the
|
||||||
|
option for systems and other modules to be able to disable in case
|
||||||
|
of incompatabilities for whatever reason. This can also be used
|
||||||
|
internally within this module if we discover incompatabilites with
|
||||||
|
systems and want to disable it on our side.
|
||||||
|
|
||||||
|
This file is more as documentation than anything at this point in time.
|
||||||
|
|
||||||
|
Call Signature: (settingKey: string) => {}
|
||||||
|
*/
|
||||||
Loading…
Add table
Add a link
Reference in a new issue