Disable toolbar in block type heading

Hi folks

Double clicking on text in blocks always shows the style toolbar. In most cases, this is absolutly fine.

However, especially for heading blocks, I would like to disable the toolbar. Is this possible?

Best regards,

Stefan

You can extend the headline blocks and set marks to false:

 blocks:
            type: blocks
            fieldsets:
              heading:
                extends: blocks/heading
                fields:
                   text:
                    type: writer
                    marks: false 

thanks @texnixe. perfect solution :slight_smile: