Skip to content

Instantly share code, notes, and snippets.

@webdesign2be
Created January 20, 2015 11:25
Show Gist options
  • Select an option

  • Save webdesign2be/509a4b98b538177d6ca3 to your computer and use it in GitHub Desktop.

Select an option

Save webdesign2be/509a4b98b538177d6ca3 to your computer and use it in GitHub Desktop.
Neos Aloha Configuration
# Text mixin
'TYPO3.Neos.NodeTypes:TextMixin':
abstract: TRUE
properties:
text:
type: string
defaultValue: ''
ui:
inlineEditable: TRUE
aloha:
placeholder: '<p>Enter text here</p>'
autoparagraph: TRUE
'format':
'strong': TRUE
'em': TRUE
'u': FALSE
'sub': FALSE
'sup': FALSE
'del': FALSE
'p': TRUE
'h1': TRUE
'h2': TRUE
'h3': TRUE
'pre': TRUE
'removeFormat': TRUE
'table':
'table': TRUE
'list':
'ol': TRUE
'ul': TRUE
'link':
'a': TRUE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment