Skip to content

Commit 0c08c5c

Browse files
committed
Apply migrations
1 parent ddeb094 commit 0c08c5c

File tree

2 files changed

+43
-11
lines changed

2 files changed

+43
-11
lines changed

Configuration/NodeTypes.yaml

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
#Disable default Neos grid
2+
23
'TYPO3.Neos.NodeTypes:TwoColumn':
34
abstract: true
45
'TYPO3.Neos.NodeTypes:ThreeColumn':
56
abstract: true
67
'TYPO3.Neos.NodeTypes:FourColumn':
78
abstract: true
8-
99
'Sfi.Grid:Row':
1010
superTypes:
11-
- 'TYPO3.Neos:Content'
11+
'TYPO3.Neos:Content': true
1212
ui:
1313
label: 'Grid - Row'
1414
group: structure
1515
inlineEditable: true
16-
icon: 'icon-minus'
16+
icon: icon-minus
1717
inspector:
1818
groups:
1919
structure:
@@ -24,21 +24,20 @@
2424
type: string
2525
ui:
2626
label: 'Additional class'
27-
reloadIfChanged: TRUE
27+
reloadIfChanged: true
2828
inspector:
29-
group: 'structure'
29+
group: structure
3030
constraints:
3131
nodeTypes:
3232
'*': false
3333
'Sfi.Grid:Column': true
34-
3534
'Sfi.Grid:Column':
3635
superTypes:
37-
- 'TYPO3.Neos:Content'
36+
'TYPO3.Neos:Content': true
3837
ui:
3938
label: 'Grid - Column'
4039
group: structure
41-
icon: 'icon-columns'
40+
icon: icon-columns
4241
inlineEditable: true
4342
inspector:
4443
groups:
@@ -263,6 +262,6 @@
263262
type: string
264263
ui:
265264
label: 'Additional class'
266-
reloadIfChanged: TRUE
265+
reloadIfChanged: true
267266
inspector:
268-
group: 'structure'
267+
group: structure

composer.json

+34-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,38 @@
99
"psr-0": {
1010
"Sfi\\Grid": "Classes"
1111
}
12+
},
13+
"extra": {
14+
"applied-flow-migrations": [
15+
"TYPO3.Neos-20150303231600",
16+
"TYPO3.Fluid-20150214130800",
17+
"TYPO3.Neos-20141218134700",
18+
"TYPO3.Fluid-20141121091700",
19+
"TYPO3.Flow-20141113121400",
20+
"TYPO3.Fluid-20141113120800",
21+
"TYPO3.Neos-20141113115300",
22+
"TYPO3.TYPO3CR-141101082142",
23+
"TYPO3.Neos-201410010000",
24+
"TYPO3.TYPO3CR-140911160326",
25+
"TYPO3.Neos-201409071922",
26+
"TYPO3.Flow-201405111147",
27+
"TYPO3.Flow-201310031523",
28+
"TYPO3.Neos-201310021548",
29+
"TYPO3.TYPO3CR-130523180140",
30+
"TYPO3.TypoScript-130516235550",
31+
"TYPO3.TypoScript-130516234520",
32+
"TYPO3.Neos.NodeTypes-130516220640",
33+
"TYPO3.Flow-201212051340",
34+
"TYPO3.Flow-201211151101",
35+
"TYPO3.Flow-201209251426",
36+
"TYPO3.FLOW3-201209201112",
37+
"TYPO3.FLOW3-201206271128",
38+
"TYPO3.FLOW3-201205292145",
39+
"TYPO3.Fluid-201205031303",
40+
"TYPO3.FLOW3-201201261636",
41+
"TYPO3.Neos-201407061038",
42+
"TYPO3.Neos.NodeTypes-201309111655",
43+
"TYPO3.TYPO3CR-20150510103823"
44+
]
1245
}
13-
}
46+
}

0 commit comments

Comments
 (0)