Skip to content

Instantly share code, notes, and snippets.

@nezaniel
Created April 15, 2014 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nezaniel/10709351 to your computer and use it in GitHub Desktop.
Save nezaniel/10709351 to your computer and use it in GitHub Desktop.
'CORE4.EventBase:EventAggregator':
abstract: true
properties:
restrictToDocument:
type: boolean
ui:
label: 'Restrict to Document'
reloadIfChanged: TRUE
inspector:
group: 'aggregator'
ui:
inspector:
groups:
aggregator:
label: 'Aggregator options'
position: 10
'CORE4.EventBase:EventList':
superTypes:
- 'TYPO3.Neos:Content'
- 'CORE4.EventBase:EventAggregator'
ui:
label: 'Event List'
group: 'event'
inspector:
groups:
aggregator:
label: 'Event List options'
'CORE4.EventBase:UpcomingEvent':
superTypes:
- 'TYPO3.Neos:Content'
- 'CORE4.EventBase:EventAggregator'
ui:
label: 'Upcoming Event'
group: 'event'
inspector:
groups:
aggregator:
label: 'Upcoming Event options'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment