simplyadmire / neos-form-builder-bundle
Neos Integration for the TYPO3.FormBuilder
Installs: 2 115
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 4
Forks: 7
Open Issues: 6
Type:typo3-flow-package
Requires
This package is auto-updated.
Last update: 2021-07-13 10:27:46 UTC
README
To use this package you have to add the following routes to your Configuration/Routes.yaml above the Neos routes:
-
name: 'SimplyAdmire.Neos.FormBuilderBundle'
uriPattern: '<SimplyAdmireNeosFormBuilderBundleSubroutes>'
subRoutes:
SimplyAdmireNeosFormBuilderBundleSubroutes:
package: SimplyAdmire.Neos.FormBuilderBundle
note: if you use dev-master
of the formbuilder bundle in a Neos 1.0, 1.1 or 1.2 project you need to switch to 0.1.0 (for Neos 1.0 and 1.1) or 0.1.1 (for Neos 1.2)