Difference between revisions of "Content Page Object"
(Created page with "<syntaxhighlight lang="json"> { "display": true, "important": false, "wrap": false, "transparent": false, "headline": "Page Headline", "background"...") |
|||
Line 42: | Line 42: | ||
'''Note: This property has no effect if the content type is <code>"pages"</code>. If the content type is <code>"list"</code>, only the <code>y</code> and <code>h</code> values are used. This property is ignored if this page is an overlay/underlay page.''' | '''Note: This property has no effect if the content type is <code>"pages"</code>. If the content type is <code>"list"</code>, only the <code>y</code> and <code>h</code> values are used. This property is ignored if this page is an overlay/underlay page.''' | ||
− | The <code>x</code> value can go from <code>-11.0</code> to <code>11.0</code> (or from <code>-7.0</code> to <code>7.0</code> for panels). | + | The <code>x</code> value can go from <code>-11.0</code> to <code>11.0</code> (or from <code>-7.0</code> to <code>7.0</code> for panels).<br/> |
− | The <code>y</code> value can go from <code>-5.0</code> to <code>5.0</code>. | + | The <code>y</code> value can go from <code>-5.0</code> to <code>5.0</code>.<br/> |
− | The <code>w</code> value can go from <code>-11.0</code> to <code>11.0</code> (or from <code>-7.0</code> to <code>7.0</code> for panels). | + | The <code>w</code> value can go from <code>-11.0</code> to <code>11.0</code> (or from <code>-7.0</code> to <code>7.0</code> for panels).<br/> |
− | The <code>h</code> value can go from <code>-5.0</code> to <code>5.0</code>. | + | The <code>h</code> value can go from <code>-5.0</code> to <code>5.0</code>.<br/> |
All values are relative floating point numbers. | All values are relative floating point numbers. |
Revision as of 10:46, 11 January 2021
{
"display": true,
"important": false,
"wrap": false,
"transparent": false,
"headline": "Page Headline",
"background": "http://link.to.image",
"offset": "0,0,0,0",
"items": [],
"options": null
}
Property | Type | Default Value | Mandatory | Since Version | Description |
---|---|---|---|---|---|
display |
boolean |
true |
No | 0.1.0 |
Indicates if the content page is displayed. This property can be used to temporarily remove pages. |
important |
boolean |
false |
No | 0.1.110 |
Indicates if the content page is important. If this property is set to |
wrap |
boolean |
false |
No | 0.1.102 |
Indicates if the content page is wrapped. If this property is set to |
transparent |
boolean |
false |
No | 0.1.120 |
Indicates if the content background is transparent for this page. By default, the content background is set to a semi-transparent gray to darken the underlying video/image and make the content more visible. This property has no effect if the content is displayed in a panel or the content page is displayed as overlay/underlay page. |
headline |
string |
null |
No | 0.1.0 |
The headline of the content page. This headline is attached as sub-headline to the content headline. If the content does not have a headline, this headline is used for that. This property has no effect if the content page is displayed as overlay/underlay page. This property supports inline expressions. For more information, please see Inline Expressions. |
background |
string |
null |
No | 0.1.0 |
The background image that is used if no other background is set at lower levels. This property has no effect if the content is displayed in a panel or the content page is displayed as overlay/underlay page. |
offset |
string |
null |
No | 0.1.0 |
The offset of the content page in format Note: This property has no effect if the content type is The All values are relative floating point numbers. Note: The offset values have been increased in version 0.1.110. In previous versions, each value can only go from |