simplyadmire/neos-form-builder-bundle

This package is abandoned and no longer maintained. The author suggests using the neos/form-builder package instead.

Neos Integration for the TYPO3.FormBuilder

1.0.0 2015-03-07 09:30 UTC

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)