Updating the DefaultProject and DefaultGem templates to use the

"restricted_name" key for indicating the identifier of a restricted
directory location instead of "restricted"
main
lumberyard-employee-dm 5 years ago
parent c90d446735
commit 7e4070e5f1

@ -1,6 +1,6 @@
{
"template_name": "DefaultGem",
"restricted": "o3de",
"restricted_name": "o3de",
"restricted_platform_relative_path": "Templates",
"origin": "The primary repo for DefaultGem goes here: i.e. http://www.mydomain.com",
"license": "What license DefaultGem uses goes here: i.e. https://opensource.org/licenses/MIT",

@ -1,6 +1,6 @@
{
"template_name": "DefaultProject",
"restricted": "o3de",
"restricted_name": "o3de",
"restricted_platform_relative_path": "Templates",
"origin": "The primary repo for DefaultProject goes here: i.e. http://www.mydomain.com",
"license": "What license DefaultProject uses goes here: i.e. https://opensource.org/licenses/MIT",

Loading…
Cancel
Save