Adds tweak to add a global apps reference (closes #36)
This commit is contained in:
parent
07121397f8
commit
bb670d7795
3 changed files with 46 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{
|
||||
"OFT": {
|
||||
"setting": {
|
||||
"addGlobalAppsReference": {
|
||||
"name": "Add Global Instances",
|
||||
"hint": "(v13+) This adds a global variable named \"apps\" that allows you to access \"foundry.applications.instances\" with less typing."
|
||||
},
|
||||
"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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue