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
| Name | 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>> |