-
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.
FEATURE: Add NodeType for Neos FormBuilder
- Loading branch information
1 parent
330c159
commit be1b794
Showing
3 changed files
with
23 additions
and
0 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,13 @@ | ||
'Wegmeister.DatabaseStorage:DatabaseStorageFinisher': | ||
# Add the following lines in your sites package to add the databes storage finisher | ||
# superTypes: | ||
# 'Neos.Form.Builder:AbstractFinisher': true | ||
# 'Neos.Form.Builder:IdentifierMixin': true | ||
ui: | ||
label: 'Database Storage Finisher' | ||
icon: 'icon-database' | ||
group: 'form.finisher' | ||
properties: | ||
'identifier': | ||
validation: | ||
'Neos.Neos/Validation/NotEmptyValidator': { } |
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
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(RadKultur.Website:DatabaseStorageFinisher.Definition) < prototype(Neos.Form.Builder:Finisher.Definition) { | ||
formElementType = 'Wegmeister.DatabaseStorage:DatabaseStorageFinisher' | ||
|
||
options { | ||
identifier = ${null} | ||
} | ||
} |