register 'archived' to project anatomy schema

So the settings can recognize and won't pop warnings
This commit is contained in:
David Lai 2021-09-12 23:21:10 +08:00
parent 02937e308f
commit c234cb9079
2 changed files with 7 additions and 1 deletions

View file

@ -23,5 +23,6 @@
"unreal/4-26"
],
"tools_env": [],
"archive_confirm": ""
"archive_confirm": "",
"archived": false
}

View file

@ -75,6 +75,11 @@
"key": "archive_confirm",
"label": "Archive Project",
"placeholder": "Input project name to confirm archiving."
},
{
"type": "boolean",
"key": "archived",
"label": "Is Archived"
}
]
}