Skip to content

Commit

Permalink
chore: Move files
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-K committed Nov 26, 2024
1 parent 0a8397a commit 65d4803
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
8 changes: 8 additions & 0 deletions NodeTypes/Abstract/FormBuilder.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Add the extended nodetypes of the Neos.Form.Builder
# to prevent errors if the new Neos Form-Builder is
# not in the requirements.
'Neos.Form.Builder:AbstractFinisher':
abstract: true

'Neos.Form.Builder:IdentifierMixin':
abstract: true
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
# Add the extended nodetypes of the Neos.Form.Builder
# to prevent errors if the new Neos Form-Builder is
# not in the requirements.
'Neos.Form.Builder:AbstractFinisher':
abstract: true

'Neos.Form.Builder:IdentifierMixin':
abstract: true


'Wegmeister.DatabaseStorage:DatabaseStorageFinisher':
superTypes:
'Neos.Form.Builder:AbstractFinisher': true
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
prototype(Wegmeister.DatabaseStorage:DatabaseStorageFinisher.Definition) < prototype(Neos.Form.Builder:Finisher.Definition) {
formElementType = 'Wegmeister.DatabaseStorage:DatabaseStorageFinisher'

options {
identifier = ${null}
}
}
8 changes: 1 addition & 7 deletions Resources/Private/Fusion/Root.fusion
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
prototype(Wegmeister.DatabaseStorage:DatabaseStorageFinisher.Definition) < prototype(Neos.Form.Builder:Finisher.Definition) {
formElementType = 'Wegmeister.DatabaseStorage:DatabaseStorageFinisher'

options {
identifier = ${null}
}
}
include: **/*.fusion

0 comments on commit 65d4803

Please sign in to comment.