Created
April 15, 2014 07:10
-
-
Save nezaniel/10709351 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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