-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eec0d76
commit 2e4cf96
Showing
4 changed files
with
16 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
10 changes: 0 additions & 10 deletions
10
Configuration/NodeTypes.yaml → .../FormBuilder/DatabaseStorageFinisher.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
Resources/Private/Fusion/FormBuilder/FinisherDefinition.fusion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |