2022.2

Table Of Contents
l section the section within the Web context of the template to use (type of string)
l inline the inline mode to be used in the creation of content (type of string)
(value of either:
o
NONE - no inlining
o
CSS - converts style rules to inline styles on elements
o
ALL - inline all resources
o
LOCAL - inline local resources; remote resources remain external)
l cssSelector a CSS selector for the creation of only a specific HTML element within the
template (type of string)
l parameters a set of runtime parameter names (defined in the template) and their
corresponding values, consisting of an object with one or more name/value pairs:
l <name> the name (name) and the value of the runtime parameter
(type of either string, number, or boolean)
Example
The following are examples of this structure:
{
"section": "Section 1",
"inline": "ALL"
}
{
"section": "Section 2",
"cssSelector": "#salutation"
}
JSON Identifier (for Content Creation)
Describes an identifier for a data mapping configuration, along with parameters used in a
content creation operation and runtime parameters used in the data mapping configuration.
Structure
The structure consists of an object with the following name/value pairs:
Page 63