Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ttree
News
Commits
6b174802
Commit
6b174802
authored
Sep 10, 2015
by
Dominique Feyer
Browse files
[TASK] Apply migration TYPO3.TYPO3CR-20150510103823
Migrates to new super type syntax in node type configuration
parent
882de651
Changes
3
Hide whitespace changes
Inline
Side-by-side
Configuration/NodeTypes.Content.yaml
View file @
6b174802
'
Ttree.News:AbstractList'
:
abstract
:
true
superTypes
:
-
'
TYPO3.Neos:Content'
'
TYPO3.Neos:Content'
:
true
constraints
:
nodeTypes
:
'
*'
:
false
...
...
@@ -12,18 +13,16 @@
inspector
:
groups
:
options
:
label
:
'
Options
'
label
:
Options
position
:
1
'
Ttree.News:NewsList'
:
superTypes
:
-
'
Ttree.News:AbstractList'
'
Ttree.News:AbstractList'
:
true
ui
:
label
:
'
News
list'
'
Ttree.News:NewsLatest'
:
superTypes
:
-
'
Ttree.News:AbstractList'
'
Ttree.News:AbstractList'
:
true
ui
:
label
:
'
News
latest'
properties
:
...
...
@@ -31,31 +30,28 @@
type
:
integer
defaultValue
:
1
validation
:
'
TYPO3.Neos/Validation/IntegerValidator
'
:
[]
'
TYPO3.Neos/Validation/NumberRangeValidator
'
:
TYPO3.Neos/Validation/IntegerValidator
:
{
}
TYPO3.Neos/Validation/NumberRangeValidator
:
minimum
:
1
maximum
:
6
ui
:
label
:
'
Items
to
display'
inspector
:
group
:
'
options'
reloadIfChanged
:
TRUE
group
:
options
reloadIfChanged
:
true
'
Ttree.News:TopList'
:
superTypes
:
-
'
Ttree.News:NewsList'
'
Ttree.News:NewsList'
:
true
ui
:
label
:
'
Top
list'
'
Ttree.News:EventList'
:
superTypes
:
-
'
Ttree.News:AbstractList'
'
Ttree.News:AbstractList'
:
true
ui
:
label
:
'
Event
list'
'
Ttree.News:EventLatest'
:
superTypes
:
-
'
Ttree.News:EventList'
'
Ttree.News:EventList'
:
true
ui
:
label
:
'
Upcoming
Event'
properties
:
...
...
@@ -63,12 +59,12 @@
type
:
integer
defaultValue
:
1
validation
:
'
TYPO3.Neos/Validation/IntegerValidator
'
:
[]
'
TYPO3.Neos/Validation/NumberRangeValidator
'
:
TYPO3.Neos/Validation/IntegerValidator
:
{
}
TYPO3.Neos/Validation/NumberRangeValidator
:
minimum
:
1
maximum
:
6
ui
:
label
:
'
Items
to
display'
inspector
:
group
:
'
options
'
reloadIfChanged
:
TRUE
group
:
options
reloadIfChanged
:
true
Configuration/NodeTypes.Document.yaml
View file @
6b174802
...
...
@@ -2,10 +2,10 @@
'
Ttree.News:AbstractCategory'
:
abstract
:
true
superTypes
:
'
TYPO3.Neos:Document'
:
'
1'
1
:
true
'
Ttree.News:Category'
:
superTypes
:
'
Ttree.News:AbstractCategory'
:
'
1'
1
:
true
constraints
:
nodeTypes
:
'
TYPO3.Neos:Document'
:
false
...
...
@@ -26,8 +26,7 @@
'
Ttree.News:AbstractNews'
:
abstract
:
true
superTypes
:
'
TYPO3.Neos:Document'
:
'
1'
'
Ttree.Neos.Toolbox:InlineEditableTitleMixin'
:
'
1'
1
:
true
constraints
:
nodeTypes
:
'
*'
:
false
...
...
@@ -113,13 +112,13 @@
-
'
Ttree.News:News'
'
Ttree.News:News'
:
superTypes
:
-
'
Ttree.News:AbstractNews'
'
Ttree.News:AbstractNews'
:
true
constraints
:
nodeTypes
:
'
TYPO3.Neos:Document'
:
false
'
Ttree.News:EventCategory'
:
superTypes
:
-
'
Ttree.News:AbstractCategory'
'
Ttree.News:AbstractCategory'
:
true
constraints
:
nodeTypes
:
'
*'
:
false
...
...
@@ -159,7 +158,7 @@
label
:
'
All
events'
'
Ttree.News:EventArchive'
:
superTypes
:
-
'
Ttree.News:AbstractCategory'
'
Ttree.News:AbstractCategory'
:
true
ui
:
label
:
'
Event
Archive'
icon
:
icon-calendar
...
...
@@ -185,7 +184,7 @@
-
'
Ttree.News:EventCategory'
'
Ttree.News:Event'
:
superTypes
:
-
'
Ttree.News:AbstractNews'
'
Ttree.News:AbstractNews'
:
true
constraints
:
nodeTypes
:
'
*'
:
false
...
...
composer.json
View file @
6b174802
...
...
@@ -38,7 +38,8 @@
"TYPO3.Fluid-20141121091700"
,
"TYPO3.Neos-20141218134700"
,
"TYPO3.Fluid-20150214130800"
,
"TYPO3.Neos-20150303231600"
"TYPO3.Neos-20150303231600"
,
"TYPO3.TYPO3CR-20150510103823"
]
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment