[SOLVED] Remove H1 Tag complete

Hi guys

how can I remove the H1 tag from all elements?

… where exactly do you want to remove the h1. The default h1 in the headline content is defined in NodeTypes.yaml as default value.

Thanks! This works for me:

'TYPO3.Neos.NodeTypes:TitleMixin':
  properties:
    title:
      defaultValue: '<h2>Enter headline here</h2>'
      ui:
        aloha:
          'format':
            'h1': FALSE

'TYPO3.Neos.NodeTypes:TextMixin':
  properties:
    text:
      ui:
        aloha:
          'format':
            'h1': FALSE