Skip to content

Commit

Permalink
Merge pull request #14 from neos/bugfix-required-section
Browse files Browse the repository at this point in the history
BUGFIX: A section must not be required
  • Loading branch information
dfeyer authored Nov 24, 2017
2 parents a17968a + 8bcedf3 commit 125e778
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Resources/Private/Fusion/Section.fusion
Original file line number Diff line number Diff line change
@@ -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
}
}

0 comments on commit 125e778

Please sign in to comment.