From 8bcedf3327fb651d4ae2ca7778fdeaf943e5f085 Mon Sep 17 00:00:00 2001 From: Dominique Feyer Date: Fri, 24 Nov 2017 12:06:31 +0100 Subject: [PATCH] BUGFIX: A section must not be required --- Resources/Private/Fusion/Section.fusion | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Private/Fusion/Section.fusion b/Resources/Private/Fusion/Section.fusion index 0d34221..cac241b 100644 --- a/Resources/Private/Fusion/Section.fusion +++ b/Resources/Private/Fusion/Section.fusion @@ -1,5 +1,7 @@ prototype(Neos.Form.Builder:SectionFormElement.Definition) < prototype(Neos.Form.Builder:FormElement.Definition) { @class = 'Neos\\Form\\Builder\\Fusion\\SectionImplementation' + + required = ${false} elements = Neos.Form.Builder:ElementCollection -} \ No newline at end of file +}