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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user