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
Root Fields:
bundleId
: the unique template identifier. The suggested format iscom.<org_name>.<moment_title>
eg.com.stagecast.voting
.version
: the current semantic version .category
: the name of the category the template falls into. (currently available options:marketing
,utils
,crowd game
,special effect
, if your moment doesn't fall into any of these categories, please propose one to our support team).description
: a brief description of the moment (no more than 140chars)tags
: a list of tags that could make the search easiertemplate
: the template body
Template fileds:
name
: the moment title incom.<org_name>.<moment_title>
displayName
: a nice name for smaller screens.defaultMessage
: the default message that will appear in the mobile push notifications. This default message can be disabled or overwritten by the event organizer;labels
: a list of label to be applied to the template (eg. "free", "new" etc..)icons
: the template icons as a list of objects in the following formatsize
url
name
type
contentId
presentation
screenshot
: a list of screenshot that will be displayed in the moment description pagecover
: the template cover image for the description pagebody
: the html of the description page
plugins
: the list of supported plugins. Right now we only offer thesponsors
andtheming
pluginsbranding
:brandActivation:
theming:
defaultTheme: can be left empty
screens
: the supported screen (mobile
,results
,moderation
)general
type
: native or html. You are most likely implementing anhtml
based moment, not a native one.accessibility
: where the moment runs.hasModeration:
isInteractive
: is it a full screen moment?isFeedContent
: is it a feed momentfeedItemTitle
: only if it is a feed momentsupportedLanguages
: the supported languages as a list of 2-char strings
provider
developer
: the developer nameorg
: the organization namesupport
: an email contact
Last updated
Was this helpful?