Template Manifest
The manifest describes the characteristics of your Code. It is necessary to create the Template and present it in the Stagecast Store so it can be selected and configured by the event organizers.
Template Manifest
{
"bundleId": "<string>",
"version": "<string>",
"category": "<string>",
"description": "<string>",
"tags": "<string[]>",
"template": {
"name": "<string>",
"displayName": "<string>",
"defaultMessage": "<string>",
"labels": "<string[]>",
"icons": [
{
"size": "<number>",
"url": "<string>",
"name": "<string>",
"type": "<string>",
"contentId": "<string>"
}
],
"presentation": {
"screenshots": "<string[]>",
"cover": "<string>",
"body": "<string>"
},
"plugins": "<string[]>",
"branding": {
"brandActivation": "<boolean>",
"theming": "<boolean>",
"defaultTheme": "<string>"
},
"screens": {
"mobile": "<string>",
"stage": "<string>"
},
"general": {
"type": "<string>",
"accessibility": "<string[]>",
"hasModeration": "<boolean>",
"isInteractive": "<boolean>",
"isFeedContent": "<boolean>",
"feedItemTitle": "<string>",
"supportedLanguages": "<string[]>"
},
"provider": {
"developer": "<string>",
"org": "<string>",
"support": "<string>"
}
}
}Last updated