Skip to content

Instantly share code, notes, and snippets.

@dfeyer
Created February 4, 2014 13:52
Show Gist options
  • Save dfeyer/8803912 to your computer and use it in GitHub Desktop.
Save dfeyer/8803912 to your computer and use it in GitHub Desktop.
# Base class for all "Plugins"; that are PHP controllers being called during the rendering.
'TYPO3.Neos:Plugin':
superTypes: ['TYPO3.Neos:Content']
abstract: TRUE
ui:
label: 'Plugin'
group: 'plugins'
icon: 'icon-puzzle-piece'
inspector:
groups:
pluginSettings:
label: 'Plugin Settings'
postprocessors:
'PluginPostprocessor':
postprocessor: 'TYPO3\Neos\NodeTypePostprocessor\PluginNodeTypePostprocessor'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment