mapseven/neos-formbundle

Last activity 14 Jan 2019 2 2 1380
composer require mapseven/neos-formbundle

Bundle package for Neos CMS Form stuff

1.0.0

Version
1.0.0
Type
neos-package
Release Date
Jan 14, 2019 18:44
Source
git
Distribution
zip
Requires
  • neos/flow: ^4.0 || ^5.0 || dev-master
  • neos/form: *
  • flowpack/elasticsearch: *
MIT 07da0755c98b4ba99df866ba72f5a5c33a13dea9

Readme excerpt

MapSeven.Neos.FormBundle

This Bundle contains various stuff to work with the Neos.Form Package in Neos CMS

Installation

composer require mapseven/neos-formbundle

Features
  • Persistence Finisher - store submitted formData in a repository and/or ElasticSearch
Usage

This Package contains only the Finishers and Helpers you can use in your Packages. You'll find the Examples in the FormBundleDemo

Persistence Finisher

Just add the following finisher to the form.yaml

#... finishers: 'MapSeven.Neos.FormBundle:Persistence': identifier: 'MapSeven.Neos.FormBundle:Persistence' options: db: true elasticSearch: false

The default o…
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 4 package(s).