Textarea Field Type
The textarea field type allows you to enter blocks of text into a textarea box.
Parameters
Parameter | Default | Description |
---|---|---|
Default Value | The default value of the field, if you'd like it to have one. | |
Allow Lex Tags | No | If set to Yes any PyroCMS tags in the textarea content will be parsed before output. If set to No any PyroCMS tags will be converted to entities before output. |
Content Type | Plain Text | If set to Plain Text HTML will be converted to entities. If set to HTML, HTML will be allowed. If set to Markdown, the content will be processed as markdown content. |
Output
The textarea field type outputs the contents of your textarea box based on the values of the Allow Lex Tags and Content Type parameters above.