Add setting to add a global _doc reference (closes #4)
This commit is contained in:
parent
5573a5b674
commit
ee99ab15dd
3 changed files with 45 additions and 2 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{
|
||||
"OFT": {
|
||||
"setting": {
|
||||
"addGlobalDocReferrer": {
|
||||
"name": "Add Global \"_doc\"",
|
||||
"hint": "(v13+) This adds a header control to document sheets that sets the _doc globalThis variable. Until the header control is triggered, the \"_doc\" variable is undefined."
|
||||
},
|
||||
"autoUnpauseOnLoad": {
|
||||
"name": "Auto Unpause On Load",
|
||||
"hint": "(v13+, GM-Only) Automatically unpauses the game when you load into the world. This will happen EVERY time you load into the world, including if you reload the website."
|
||||
|
|
@ -45,7 +49,8 @@
|
|||
}
|
||||
},
|
||||
"apps": {
|
||||
"no-settings-to-display": "No settings to display"
|
||||
"no-settings-to-display": "No settings to display",
|
||||
"make-global-reference": "Make Global Reference"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue