| Name | Optional Parameter | Datatype | Description |
| Short Text | | String | Simple Text. |
| Long Text | | String | Simple Text. |
| Select List | | String | Predefined values only. |
| Numeric | | Numeric | Numeric value |
| Checkbox | | Boolean | true / false |
| Image | w=<Int> h=<Int>
FileName
Source
Width
| String | Image URL |
| Margin Box | | String | Quadruple of numbers with optional unit |
| Select Target | | String | CSS classname |
| Color | A
R
G
B
HTML
RGB
RGBA | String | Quadruple of numbers with optional unit. |
| Page Selector | | Number | URL to selected page. |
| Style Selector | Object | String | CSS text style. |
| DB Input | | String | |
| DB Column | | String | Value from database column. |
| DataRelation Selector | foreach
next
| None | No output but allows data iteration. |
| DataRelation Column | | String | Value of column in current iteration row. |
| {{child_content}} | foreach
next | String | JSON object of child items settings. |
| {{ItemWidth}} | | String | Renders width of the item. Needs 'Use Itemsize' to be activated. |
| {{ItemWidthStyle}} | | String | Renders CSS width or empty string depending on item setting. E.g. 'width: 155px;' |
| {{ItemHeight}} | | String | Renders height of the item. Needs 'Use Itemsize' to be activated. |
| {{ItemHeightStyle}} | | String | Renders CSS height or empty string depending on item setting. E.g. 'height: 270px;' |