Wasm Directoryalpha
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

NameTypeDescription
activeoption​<bool>
contentoption​<string>
content-headingoption​<string>
creation-timeoption​<string>
custom-layout-update-xmloption​<string>
custom-root-templateoption​<string>
custom-themeoption​<string>
custom-theme-fromoption​<string>
custom-theme-tooption​<string>
idoption​<s32>
identifierstring
layout-update-xmloption​<string>
meta-descriptionoption​<string>
meta-keywordsoption​<string>
meta-titleoption​<string>
page-layoutoption​<string>
sort-orderoption​<string>
titleoption​<string>
update-timeoption​<string>