Integrated FormType Bundle
The IntegratedFormTypeBundle provides different Symfony Form Types for the Integrated project.
The documentation is stored in the Resources/doc/index.md.
The installation instructions can be found in the documentation.
The IntegratedFormTypeBundle is part of the Intergrated project.
javascripts are loaded with integrated asset manager
the sortable items should have an order field with the following configuration
$builder->add('order', 'hidden', [ 'attr' => [ 'data-itemorder' => 'collection', ], ]);
or with annotations: