c778606c89
* Templates/Restricted upgrade/fixes: Fixed template storage format: templates now only store true relative paths and no longer save "origin" paths and "optional" has been removed, it was never used. Upgraded all templates to new standard Template system now correctly handles child objects: Child objects no longer have to specify restricted they inherit from parent Restricted now operates at the object level and makes no assumptions about parent Restricted templates can now be combined and seperated on creation ly_get_list_relative_filename has been deprecated for o3de_pal_dir All Gems/Projects/Templates updated to use new code Signed-off-by: byrcolin <byrcolin@amazon.com>
24 lines
1008 B
JSON
24 lines
1008 B
JSON
{
|
|
"gem_name": "${Name}",
|
|
"display_name": "${Name}",
|
|
"license": "What license ${Name} uses goes here: i.e. Apache-2.0 or MIT",
|
|
"license_url": "Link to the license web site goes here: i.e. https://opensource.org/licenses/Apache-2.0 Or https://opensource.org/licenses/MIT",
|
|
"origin": "The name of the originator goes here. i.e. XYZ Inc.",
|
|
"origin_url": "The primary repo for ${Name} goes here: i.e. http://www.mydomain.com",
|
|
"type": "Code",
|
|
"summary": "A short description of ${Name} which is zipped up in an archive named gem.zip in the root of the Gem Repo. Though not required, it is recommended that the sha256 of the gem.zip file be placed in the sha256 field of this gem.json so the download can be verified.",
|
|
"origin_uri": "${RepoURI}/gem.zip",
|
|
"sha256": "",
|
|
"canonical_tags": [
|
|
"Gem"
|
|
],
|
|
"user_tags": [
|
|
"${Name}"
|
|
],
|
|
"icon_path": "preview.png",
|
|
"requirements": "",
|
|
"documentation_url": "",
|
|
"dependencies": [
|
|
]
|
|
}
|