Adds tweak to add a global apps reference (closes #36)

This commit is contained in:
Oliver 2026-01-30 01:18:14 -07:00
parent 07121397f8
commit bb670d7795
3 changed files with 46 additions and 0 deletions

View file

@ -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."