Updating the DefaultProject and DefaultGem templates to use the

"restricted_name" key for indicating the identifier of a restricted
directory location instead of "restricted"
This commit is contained in:
lumberyard-employee-dm
2021-05-21 02:50:30 -05:00
parent c90d446735
commit 7e4070e5f1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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",