[Neos] Aloha table

Reinis Zumbergs reinis.zumbergs at gmail.com
Thu Feb 26 11:36:53 CET 2015


Just made this up. Seems to work. the main thing here is "defaultValue"


'STANDOUT.NeoscloneCom:Table':
  superTypes:
    - 'TYPO3.Neos:Content'
    - 'TYPO3.Neos.NodeTypes:TextMixin'
  ui:
    label: 'Table'
    icon: 'icon-table'
    group: 'general'
  properties:
    text:
      defaultValue: '<table><tbody><tr><td>fill in</td><td>some text</td></tr></tbody></table>'
      ui:
        aloha:
          placeholder: ''
          'format': []
          'link': []
          # 'table': []
          'alignment': []
          'list': []
          'formatlesspaste':
            'button': FALSE
            'formatlessPasteOption': TRUE

http://pastebin.com/WzwneWgf



More information about the Neos mailing list