Edit on GitHub
Jump to docs navigation

Field types / Textarea

Note: You are currently reading the documentation for Bolt 2.2. Looking for the documentation for Bolt 5.2 instead?

Simple text-input, for multi-line fields.

Basic Configuration:

        content:
            type: textarea

Example usage in templates:

{{ record.content }}

Options:

The field has a few options to change the functionality of the field.

  • allowtwig can be set to true or false to control if twig may be used in the field
  • pattern Use this to validate the field against a certain pattern.


Edit this page on GitHub
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.