Optional
data: Partial<core.EditorField>ColumnType implements [Field.ColumnType] interface method.
ValidateSettings implements [Field.ValidateSettings] interface method.
ConvertURLs is usually used to instruct the editor whether to apply url conversion (eg. stripping the domain name in case the urls are using the same domain as the one where the editor is loaded).
(see also https://www.tiny.cloud/docs/tinymce/6/url-handling/#convert_urls)
Hidden hides the field from the API response.
Id is the unique stable field identifier.
It is automatically generated from the name when adding to a collection FieldsList.
MaxSize specifies the maximum size of the allowed field value (in bytes).
If zero, a default limit of ~5MB is applied.
Name (required) is the unique name of the field.
Presentable hints the Dashboard UI to use the underlying field record value in the relation preview label.
Required will require the field value to be non-empty string.
System prevents the renaming and removal of the field.
Generated using TypeDoc
EditorField defines "editor" type field to store HTML formatted text.
The respective zero record field value is empty string.