[SOLVED] Disabling Aloha Options for ChildNodes

Hi there,
Is there a possibilitiy to disallow some aloha options when defined as a childNode. I am looking for something like:

  childNodes:
    headline:
      type: 'TYPO3.Neos.NodeTypes:Headline'
      ui:
        aloha:
          'format': 
             '*' : false
             'h2' : true

or do i have to define a complete new Nodetype for that case?
thanks

Yes for that you define a new NodeType.

1 Like

Thanks christianm