neos / form-builder

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

TASK: always wrap div #140

Closed patricekaufmann closed 1 month ago

patricekaufmann commented 1 month ago

There is no interface for forcing new tags when using the HtmlAugmenter (implicitely called via wrapContentObject) so this quick change solves the problem of divs not getting nested as described in issue https://github.com/neos/form-builder/issues/139.

markusguenther commented 1 month ago

Thanks for the Pull Request, we already have a solution in the Neos.UI itself. Guess we don't need the change here. https://github.com/neos/neos-ui/pull/3856

So we just need to wait for the 8.3.11 release of the Neos.UI :)

patricekaufmann commented 1 month ago

Good news, thanks for the info 👍

markusguenther commented 1 month ago

The release has been published, but thanks for the PR anyway 💙 https://github.com/neos/neos-ui/releases/tag/8.3.11