We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Once the plugin is installed, you can use the new editor field type in your blueprints:
editor
fields: text: label: Editor type: editor
allowed
You can configure the allowed block types with the allowed option:
fields: text: label: Editor type: editor allowed: - h1 - paragraph - image
disallowed
Instead of specifying allowed blocks, you can also set a list of disallowed blocks. Both options (allowed and disallowed) cannot be mixed though
fields: text: label: Editor type: editor disallowed: - h1 - paragraph - image
You can switch a textarea field to the new editor field and the content should be converted to blocks automatically.