Wasm Directoryalpha
Record

models-content-type-description

No description available.

record models-content-type-description {
  allow-comments: option​<bool>,
  auto-english-property-fallback: option​<bool>,
  bind-identifier-to-property: option​<string>,
  bound-regex: option​<string>,
  bulk-uploadable: option​<bool>,
  c-type: option​<string>,
  content-description: option​<string>,
  force-identifier-binding: option​<bool>,
  name: option​<string>,
  preview-image: option​<string>,
  previews: option​<list​<models-content-preview>>,
  priority: option​<s32>,
  properties: option​<list​<models-content-type-property>>,
  property-sections: option​<list​<models-content-type-property-section>>,
  reminder: option​<string>,
  show-in-content-editor: option​<bool>,
  suppress-cms-path: option​<bool>,
  tag-metadata: option​<list​<models-tag-metadata-definition>>,
  tag-metadata-items: option​<models-content-type-description-tag-metadata-items>,
  type-of: option​<string>,
  usage-examples: option​<list​<string>>,
}

Fields

NameTypeDescription
allow-commentsoption​<bool>
auto-english-property-fallbackoption​<bool>
bind-identifier-to-propertyoption​<string>
bound-regexoption​<string>
bulk-uploadableoption​<bool>
c-typeoption​<string>
content-descriptionoption​<string>
force-identifier-bindingoption​<bool>
nameoption​<string>
preview-imageoption​<string>
previewsoption​<list​<models-content-preview>>
priorityoption​<s32>
propertiesoption​<list​<models-content-type-property>>
property-sectionsoption​<list​<models-content-type-property-section>>
reminderoption​<string>
show-in-content-editoroption​<bool>
suppress-cms-pathoption​<bool>
tag-metadataoption​<list​<models-tag-metadata-definition>>
tag-metadata-itemsoption​<models-content-type-description-tag-metadata-items>
type-ofoption​<string>
usage-examplesoption​<list​<string>>