Skip to content

Commit

Permalink
Merge pull request #88 from neos/bugfix/3212-revert-nodetype-changes
Browse files Browse the repository at this point in the history
BUGFIX: Revert "TASK: Apply migration Neos.Neos-20201108113821"
  • Loading branch information
bwaidelich authored Nov 30, 2020
2 parents 054e141 + cc474c4 commit 722c3e3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Configuration/NodeTypes.Collection.Content.Carousel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Neos.Neos:ContentCollection: true
constraints:
nodeTypes:
'Neos.Neos:Content': false
'*': false
'Neos.Demo:Constraint.Content.Carousel': true

##
Expand Down
2 changes: 1 addition & 1 deletion Configuration/NodeTypes.Collection.Content.Column.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Neos.Neos:ContentCollection: true
constraints:
nodeTypes:
'Neos.Neos:Content': false
'*': false
'Neos.Demo:Constraint.Content.Column': true

##
Expand Down
2 changes: 1 addition & 1 deletion Configuration/NodeTypes.Collection.Content.Footer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Neos.Neos:ContentCollection: true
constraints:
nodeTypes:
'Neos.Neos:Content': false
'*': false
'Neos.Demo:Content.Headline': true
'Neos.Demo:Content.Text': true
'Neos.Demo:Content.Image': true
2 changes: 1 addition & 1 deletion Configuration/NodeTypes.Collection.Content.Teaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Neos.Neos:ContentCollection: true
constraints:
nodeTypes:
'Neos.Neos:Content': false
'*': false
'Neos.Demo:Content.Headline': true
'Neos.Demo:Content.Text': true
'Neos.Demo:Content.Image': true
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
"Neos.NodeTypes-20200120114136",
"Neos.Flow-20200813181400",
"Neos.Flow-20201003165200",
"Neos.Neos-20201108113821",
"Neos.Flow-20201109224100"
]
}
Expand Down

0 comments on commit 722c3e3

Please sign in to comment.