Presentation
This card provides tools for customizing the look and feel of your content. Custom styles are applied to all cards of a particular type or to cards having a certain name (using the name
field).
Styles will be automatically adapted to the platform displaying your content.
Example
{
"type": "Presentation",
"version": 1,
"styles": {
"Paragraph": {
"FONT_SIZE": "normal"
},
"welcome": {
"FONT_SIZE": "large"
}
}
}
Fields
Field | Type | Default | Purpose | Caveats | Version |
---|---|---|---|---|---|
styles |
map of string → Style |
{} |
The styles to apply. | String is a name (always lowercase) or a type (always capitalized). | 1 |