Values
Some elements include fields that can be assigned a range of text strings (such as "on"
, "enabled"
, "expand"
or "auto"
).
These values are organized into groups called enumerations and are typically used to configure properties and behaviors.
SOCIAL_ACTION
Summary
These values enumerate the social actions (i.e., sharing, emailing, commenting) available to readers interacting with your content.
Values
Value | Meaning | Caveats | Version |
---|---|---|---|
"fb:like" |
Enable Facebook likes. | 1 | |
"fb:comment" |
Enable Facebook comments. | 1 | |
"email" |
Enable sharing by email. | 1 |
CONTROL_MODE
Summary
These values are used to customize the player controls.
Values
Value | Meaning | Caveats | Version |
---|---|---|---|
"full" |
Enable all available controls. | 1 | |
"hide" |
Do not show any controls. | 1 |
LOOP_MODE
Summary
These values are used to customize how media is looped.
Values
Value | Meaning | Caveats | Version |
---|---|---|---|
"off" |
Do not loop. | 1 | |
"on" |
Loop continuously. | 1 | |
"fade" |
Loop, fading in and out. | 1 |
PLAY_MODE
Summary
These values determine how media is played.
Values
Value | Meaning | Caveats | Version |
---|---|---|---|
"auto" |
Play media automatically. | Media will play when it comes into view. | 1 |
"manual" |
Media must be played manually. | Reader will need to activate the media. | 1 |
AUDIO_MODE
Summary
These values determine how audio annotations behave.
Values
Value | Meaning | Caveats | Version |
---|---|---|---|
"default" |
Use the default behavior. | 1 | |
"expand" |
Audio is played when the containing section is expanded. | 1 | |
"ambient" |
Audio fades in and out smoothly. | Ambient audio will play automatically. | 1 |
EMBED_MODE
Summary
These values determine how embedded content is interpreted.
Values
Value | Meaning | Caveats | Version |
---|---|---|---|
"ad" |
The embed is an ad. | 1 | |
"feature" |
The embed is an interactive feature. | 1 | |
"background" |
The embed is processed but not shown. | 1 |