Record
models-content-type-property
No description available.
record models-content-type-property {
attributes: option<models-content-type-property-attributes>,
bind-to-property: option<string>,
bound-regex: option<string>,
child-properties: option<list<string>>,
content-type-allowed: option<string>,
datatype: option<s32>,
default-values: option<list<models-content-type-default-value>>,
enabled: option<bool>,
entitytype: option<string>,
fallback: option<bool>,
is-combo: option<bool>,
is-external-allowed: option<bool>,
is-image: option<bool>,
is-title: option<bool>,
is-video: option<bool>,
legal-content-types: option<list<string>>,
localizable: option<bool>,
max-byte-length: option<s32>,
max-file-size: option<s32>,
max-height: option<s32>,
max-length: option<s32>,
max-width: option<s32>,
min-height: option<s32>,
min-width: option<s32>,
name: option<string>,
order: option<s32>,
property-description: option<string>,
property-section: option<string>,
readable-name: option<string>,
regexp: option<string>,
representation-selection: option<models-content-type-property-representation-selection>,
representation-validation-string: option<string>,
required: option<bool>,
root-property-name: option<string>,
rss-attribute: option<string>,
suppress-property: option<bool>,
validate-as: option<string>,
value: option<string>,
visible: option<bool>,
visible-dependency: option<string>,
visible-on: option<string>,
weight: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| attributes | option<models-content-type-property-attributes> | |
| bind-to-property | option<string> | |
| bound-regex | option<string> | |
| child-properties | option<list<string>> | |
| content-type-allowed | option<string> | |
| datatype | option<s32> | |
| default-values | option<list<models-content-type-default-value>> | |
| enabled | option<bool> | |
| entitytype | option<string> | |
| fallback | option<bool> | |
| is-combo | option<bool> | |
| is-external-allowed | option<bool> | |
| is-image | option<bool> | |
| is-title | option<bool> | |
| is-video | option<bool> | |
| legal-content-types | option<list<string>> | |
| localizable | option<bool> | |
| max-byte-length | option<s32> | |
| max-file-size | option<s32> | |
| max-height | option<s32> | |
| max-length | option<s32> | |
| max-width | option<s32> | |
| min-height | option<s32> | |
| min-width | option<s32> | |
| name | option<string> | |
| order | option<s32> | |
| property-description | option<string> | |
| property-section | option<string> | |
| readable-name | option<string> | |
| regexp | option<string> | |
| representation-selection | option<models-content-type-property-representation-selection> | |
| representation-validation-string | option<string> | |
| required | option<bool> | |
| root-property-name | option<string> | |
| rss-attribute | option<string> | |
| suppress-property | option<bool> | |
| validate-as | option<string> | |
| value | option<string> | |
| visible | option<bool> | |
| visible-dependency | option<string> | |
| visible-on | option<string> | |
| weight | option<s32> |