Skip to content

Commit

Permalink
Merge pull request #71 from sitegeist/task/upgradeNodeStructures
Browse files Browse the repository at this point in the history
TASK: Upgrade nodetype structure
  • Loading branch information
mficzel authored Jan 19, 2022
2 parents f8edc41 + d7161ee commit c54f0a9
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
nodeTypes:
'*': false
'Neos.Neos:Document': false
'Vendor.WheelInventor:Constraint.Content.Main': true
'Vendor.WheelInventor:Content.Text': true

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'Vendor.WheelInventor:Content.Text':
superTypes:
'Vendor.WheelInventor:Content': true
'Vendor.WheelInventor:Constraint.Content.Main': true
ui:
icon: align-justify
label: i18n
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@
nodeTypes:
'*': false
'Neos.Neos:Document': false
'Vendor.WheelInventor:Document': true
'Vendor.WheelInventor:Constraint.Document.Restricted': false

Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
'Vendor.WheelInventor:Document.Error.404':
superTypes:
'Vendor.WheelInventor:Document': true
'Vendor.WheelInventor:Constraint.Document.Restricted': true
'Vendor.WheelInventor:Document.WebPage.Restricted': true
ui:
icon: exclamation-triangle
label: i18n
childNodes:
main:
type: 'Neos.Neos:ContentCollection'
constraints:
nodeTypes:
'*': false
properties:
title:
defaultValue: '404'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'Vendor.WheelInventor:Document.HomePage':
superTypes:
'Vendor.WheelInventor:Document.LandingPage': true
'Vendor.WheelInventor:Constraint.Document.Restricted': true
'Vendor.WheelInventor:Document.WebPage.Restricted': true
ui:
icon: globe
label: i18n
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
'Vendor.WheelInventor:Document.WebPage.Restricted':
abstract: true
superTypes:
'Vendor.WheelInventor:Document.WebPage': true
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
nodeTypes:
'Vendor.WheelInventor:Document.WebPage': true
'Vendor.WheelInventor:Document.Shortcut': true

'Vendor.WheelInventor:Document.WebPage.Restricted': false
childNodes:
main:
type: 'Vendor.WheelInventor:Collection.Content.Main'

This file was deleted.

0 comments on commit c54f0a9

Please sign in to comment.