Textarea Field
Stores a String
in the model.
Displayed as a textarea field in the Admin UI.
{ type: Types.Textarea }
Methods
format
Uses the textToHTML()
method in keystone-utils to convert the value to HTML.
Options
height
Number
the height of the field (in pixels)
Text
Inherits from addFilterToQuery
crop
validateInput
validateRequiredInput
Filtering
Uses the same logic and filter UI as the Text
field type.