neos / form-builder

Flow Form Framework integration into Neos CMS
GNU General Public License v3.0
18 stars 30 forks source link

BUGFIX: Allow `furtherPages` child node to be removed #136

Closed adrian-cerdeira closed 3 months ago

adrian-cerdeira commented 3 months ago

Adds a safe guard that allows the firtherPages node to be disabled if it's not needed:

  childNodes:
    'furtherPages': ~

Fixes: #135