Record
cms-data-page-interface
No description available.
record cms-data-page-interface {
active: option<bool>,
content: option<string>,
content-heading: option<string>,
creation-time: option<string>,
custom-layout-update-xml: option<string>,
custom-root-template: option<string>,
custom-theme: option<string>,
custom-theme-from: option<string>,
custom-theme-to: option<string>,
id: option<s32>,
identifier: string,
layout-update-xml: option<string>,
meta-description: option<string>,
meta-keywords: option<string>,
meta-title: option<string>,
page-layout: option<string>,
sort-order: option<string>,
title: option<string>,
update-time: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| active | option<bool> | |
| content | option<string> | |
| content-heading | option<string> | |
| creation-time | option<string> | |
| custom-layout-update-xml | option<string> | |
| custom-root-template | option<string> | |
| custom-theme | option<string> | |
| custom-theme-from | option<string> | |
| custom-theme-to | option<string> | |
| id | option<s32> | |
| identifier | string | |
| layout-update-xml | option<string> | |
| meta-description | option<string> | |
| meta-keywords | option<string> | |
| meta-title | option<string> | |
| page-layout | option<string> | |
| sort-order | option<string> | |
| title | option<string> | |
| update-time | option<string> |