tags
The tags
object is used to located text within double curly brackets {{key}} on a slide level and replace with the provided value.
key
String
[required] Text to be replaced.
value
String
[required] Text replacing key
string
font_type
String
[optional] Set font style. If not provided font type will be inherited.
font_size
Integer
[optional] Set font size. If not provided font size will be inherited.
font_color
String
RGB(0,0,0),
[optional] Set font color. If not provided font color will be inherited.
font_underline
Boolean
[optional] Set font underline. If not provided font underline will be inherited.
font_bold
Boolean
[optional] Set font bold. If not provided font bold will be inherited.
font_italic
Boolean
[optional] Set font italic. If not provided font italic will be inherited.
JSON payload
Last updated