mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
add project archive confirm setting attribute
This commit is contained in:
parent
cb5585659d
commit
181c1faf00
2 changed files with 8 additions and 1 deletions
|
|
@ -22,5 +22,6 @@
|
|||
"aftereffects/2021",
|
||||
"unreal/4-26"
|
||||
],
|
||||
"tools_env": []
|
||||
"tools_env": [],
|
||||
"archive_confirm": ""
|
||||
}
|
||||
|
|
@ -69,6 +69,12 @@
|
|||
"type": "tools-enum",
|
||||
"key": "tools_env",
|
||||
"label": "Tools"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"key": "archive_confirm",
|
||||
"label": "Archive Project",
|
||||
"placeholder": "Input project name to confirm archiving."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue