Skip to content

Commit

Permalink
TASK: Adjust Legacy migrations to Neos.Neos:Site
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Sep 29, 2023
1 parent bfccbbf commit 6ae9c3c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ Feature: Export of used Assets, Image Variants and Persistent Resources
And using the following node types:
"""yaml
'unstructured': {}
'Neos.Neos:Site': {}
'Some.Package:SomeNodeType':
superTypes:
'Neos.Neos:Site': true
properties:
'string':
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ Feature: Simple migrations without content dimensions
Given using no content dimensions
And using the following node types:
"""yaml
'unstructured': {}
'Neos.Neos:Site': {}
'Some.Package:SomeNodeType':
superTypes:
'Neos.Neos:Site': true
properties:
'text':
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ Feature: Exceptional cases during migrations
Given using no content dimensions
And using the following node types:
"""yaml
'unstructured': []
'unstructured': {}
'Neos.Neos:Site': {}
'Some.Package:SomeNodeType':
superTypes:
'Neos.Neos:Site': true
properties:
'text':
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ Feature: Migrations that contain nodes with "reference" or "references propertie
Given using no content dimensions
And using the following node types:
"""yaml
'Some.Package:Homepage': []
'unstructured': {}
'Neos.Neos:Site': {}
'Some.Package:Homepage':
superTypes:
'Neos.Neos:Site': true
'Some.Package:SomeNodeType':
properties:
'text':
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ Feature: Migrating nodes with content dimensions
And using the following node types:
"""yaml
'unstructured': {}
'Neos.Neos:Site': {}
'Some.Package:SomeNodeType':
superTypes:
'Neos.Neos:Site': true
properties:
'text':
type: string
Expand Down

0 comments on commit 6ae9c3c

Please sign in to comment.