[Neos] aloha and h4, h5
    Carsten Bleicker 
    carsten at bleicker.de
       
    Fri Apr 11 10:50:27 CEST 2014
    
    
  
Working for me:
'TYPO3.Neos.NodeTypes:Headline':
  properties:
    title:
      ui:
        aloha:
          'format':
            'h4': TRUE
            'h5': TRUE
            'h6': TRUE
'TYPO3.Neos.NodeTypes:Text':
  properties:
    text:
      ui:
        aloha:
          'format':
            'h4': TRUE
            'h5': TRUE
            'h6': TRUE
maybe its just the missing indentation in your line with the "properties:" string?
Am 11.04.2014 um 10:41 schrieb Thomas Schlich <ts07 at mad-world.de>:
> Hi all,
> 
> i am playing arround with that, too and i am missing the h4 and h5 in other elements than "Headline".
> 
> Wouldn't it be nice to have those small headlines also available in the element "Text"?
> 
> I was trying to add the following to the NodeTypes.yaml in my package, but it is not working. Production and browser cache cleared...
> 
> 'TYPO3.Neos.NodeTypes:Text':
> properties:
>   'title':
>     ui:
>       aloha:
>         'format':
>           'h4': TRUE
>           'h5': TRUE
> _______________________________________________
> Neos mailing list
> Neos at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/neos
    
    
More information about the Neos
mailing list