Skip to content

Commit

Permalink
TASK: Prepare the package to work with Neos.Form.FusionRenderer
Browse files Browse the repository at this point in the history
Works as soon neos/form-fusionrenderer#21 is merged.
  • Loading branch information
daniellienert committed Feb 7, 2020
1 parent 85a4757 commit 540d415
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
22 changes: 22 additions & 0 deletions Configuration/Settings.Neos.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Neos:
Neos:
fusion:
autoInclude:
'DL.HoneypotFormField': true

Form:
presets:
'default':
formElementTypes:
'DL.HoneypotFormField:HoneypotField':
superTypes:
'Neos.Form:FormElement': true
'Neos.Form:TextMixin': true
finisherPresets:
'DL.HoneypotFormField:SpamDetectionFinisher':
implementationClassName: DL\HoneypotFormField\Finishers\SpamDetectionFinisher
options: { }

FusionRenderer:
fusionAutoInclude:
'DL.HoneypotFormField': true
19 changes: 0 additions & 19 deletions Configuration/Settings.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
Neos:
Neos:
fusion:
autoInclude:
'DL.HoneypotFormField': true

Form:
presets:
'default':
formElementTypes:
'DL.HoneypotFormField:HoneypotField':
superTypes:
'Neos.Form:FormElement': true
'Neos.Form:TextMixin': true
finisherPresets:
'DL.HoneypotFormField:SpamDetectionFinisher':
implementationClassName: DL\HoneypotFormField\Finishers\SpamDetectionFinisher
options: { }

DL:
HoneypotFormField:

Expand Down

0 comments on commit 540d415

Please sign in to comment.