Types
Color
ColorA color can either be specified as:
Named color according to CSS Colors definition — e.g.
DeepPinkRGB Hexadecimal — e.g.
#ff1493RGB (Red, Green, Blue) — e.g.
rgb(255, 20, 147)RGBA (Red, Green, Blue, Alpha) — e.g.
rgba(255, 20, 147, 1)
CtaBehavior
CtaBehaviorDetermines how a CTA target should be opened. Allowed values are:
clipboard— The CTA target URL/value is copied to clipboardmodal— The CTA target URL/value are rendered in a player internal componentnewTab— The CTA target URL is opened a new windownewTabWithPipNative— The CTA target URL is opened a new window with the video following in native PiP — if supported by the viewers OSnone— Event message is sent onlypip— The CTA target URL is loaded in the current page with the media player resuming in sticky minimized statepipNative— Event message is sent only with the video following in native PiP — if supported by the viewers OSpipSpa— The CTA target URL is loaded in the current page with the media player resuming in minimized state
LocalizedString
LocalizedStringA map of key-value pairs for multi-lingual texts.
Key is either a lower-cased language code identifier (LCID Locale ID, e.g.
en-us) or*, which acts as a fallback, if no language specific value is specified.Value is a text in a distinct language.
SvgIconString
SvgIconStringThe SVG Markup of a custom icon.
Please limit dimension of the SVG viewport to 24x24 pixels and remove all inline fill and stroke attributes, which might interfere with colors defined in Theme Settings.
Example
Last updated