add project archive confirm setting attribute

This commit is contained in:
David Lai 2021-09-11 17:26:38 +08:00
parent cb5585659d
commit 181c1faf00
2 changed files with 8 additions and 1 deletions

View file

@ -22,5 +22,6 @@
"aftereffects/2021",
"unreal/4-26"
],
"tools_env": []
"tools_env": [],
"archive_confirm": ""
}

View file

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