https://github.com/commongateway/formiobundle
https://github.com/commongateway/formiobundle
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/commongateway/formiobundle
- Owner: CommonGateway
- Created: 2022-11-15T09:01:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T13:35:03.000Z (over 3 years ago)
- Last Synced: 2025-01-11T08:51:22.336Z (over 1 year ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FormIOBundle
FormIO functionality for [common gateway](https://github.com/ConductionNL/commonground-gateway)
### Using this bundle
U can install this plugin by installing with command:
`composer require common-gateway/formio-bundle:dev-main`
in the directory where your composer.json lives.
In the common gateway, if you want to use your code when triggered by an event with a action, make sure the class of the action object is set as the handler name including the namespace. For example if I want to use the FormIOService I can set the FormIOHandler as `CommonGateway\FormIOBundle\ActionHandler\FormIOHandler`.