Renamed the C++ and Python tool gem templates after review.
Signed-off-by: Chris Galvan <chgalvan@amazon.com>monroegm-disable-blank-issue-2
parent
d23df465dd
commit
8bbd8f9807
|
Before Width: | Height: | Size: 607 B After Width: | Height: | Size: 607 B |
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"template_name": "CustomTool",
|
"template_name": "CppToolGem",
|
||||||
"origin": "The primary repo for CustomTool goes here: i.e. http://www.mydomain.com",
|
"origin": "The primary repo for CppToolGem goes here: i.e. http://www.mydomain.com",
|
||||||
"license": "What license CustomTool uses goes here: i.e. https://opensource.org/licenses/MIT",
|
"license": "What license CppToolGem uses goes here: i.e. https://opensource.org/licenses/MIT",
|
||||||
"display_name": "CustomTool",
|
"display_name": "CppToolGem",
|
||||||
"summary": "A gem template for a custom tool in C++ that gets registered with the Editor.",
|
"summary": "A gem template for a custom tool in C++ that gets registered with the Editor.",
|
||||||
"canonical_tags": [],
|
"canonical_tags": [],
|
||||||
"user_tags": [
|
"user_tags": [
|
||||||
"CustomTool"
|
"CppToolGem"
|
||||||
],
|
],
|
||||||
"icon_path": "preview.png",
|
"icon_path": "preview.png",
|
||||||
"copyFiles": [
|
"copyFiles": [
|
||||||
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"template_name": "PythonGem",
|
"template_name": "PythonToolGem",
|
||||||
"restricted_name": "o3de",
|
"restricted_name": "o3de",
|
||||||
"restricted_platform_relative_path": "Templates",
|
"restricted_platform_relative_path": "Templates",
|
||||||
"origin": "The primary repo for PythonGem goes here: i.e. http://www.mydomain.com",
|
"origin": "The primary repo for PythonToolGem goes here: i.e. http://www.mydomain.com",
|
||||||
"license": "What license PythonGem uses goes here: i.e. https://opensource.org/licenses/MIT",
|
"license": "What license PythonToolGem uses goes here: i.e. https://opensource.org/licenses/MIT",
|
||||||
"display_name": "PythonGem",
|
"display_name": "PythonToolGem",
|
||||||
"summary": "A short description of PythonGem.",
|
"summary": "A gem template for a custom tool in Python that gets registered with the Editor.",
|
||||||
"canonical_tags": [],
|
"canonical_tags": [],
|
||||||
"user_tags": [
|
"user_tags": [
|
||||||
"PythonGem"
|
"PythonToolGem"
|
||||||
],
|
],
|
||||||
"icon_path": "preview.png",
|
"icon_path": "preview.png",
|
||||||
"copyFiles": [
|
"copyFiles": [
|
||||||
Loading…
Reference in New Issue