common-gateway/formio-bundle

FormIO functionality for common gateway

Installs: 2 337

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:common-gateway-plugin

dev-main 2022-11-16 13:35 UTC

This package is auto-updated.

Last update: 2024-04-16 16:36:42 UTC


README

FormIO functionality for common 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.