Deactivate italic for alle textareas

Hello,

Is it possbile to deactive/hide/remove the italic button for all textareas? I know you can do it like this, but I’m looking for a way that I can do it in 1 place so I don’t have to edit all the blueprints.

fields:
  text:
label: Text
type: textarea
buttons:
  - link
  - email

Best wishes,
Joeri

You could use a global field definition. But you would have to edit every blueprint to use this field.
An other option would be to replace te default textarea field with one where the italic option is off by default or perhaps use a custom panel css to hide the button.

I would recommend to use a global field.

1 Like