- Use
contaoWidget
instead ofwidget
for Contao settings - Introduce an own implementation of the fieldset type
- Make all classes final
- Bump dependencies for Contao and Symfony
- Use
Symfony\Contracts\Translation\TranslatorInterface
insteadofSymfony\Component\Translation\TranslatorInterface
- Use
Contao\CoreBundle\Framework\ContaoFramework
insteadofContao\CoreBundle\Framework\ContaoFrameworkInterface
1.3.0 - 2020-11-24
- Add experimental support for dca form mapping (checkbox, password, radio, select, textarea, text widgets)
- Provide an
Rgxp
constraint based on symfony constraints - Recognize
rgxp
for form field model (Customrgxp
not supported)
1.2.1 - 2020-11-09
- Remove token storage alias but utilize crsrf token provider
1.2.0 - 2020-04-03
- Auto detect if Contao request token should be added
- Add new form type
ContaoRequestTokenType
- Support csrf token handling for Contao 4.4 and later on
1.1.1 - 2019-09-02
- Remove dependency of contao.csrf.token_manager which isn't available in Contao 4.4
- Force
clear:both
for button rows
1.1.0 - 2019-07-27
- Render mandatory hint in the
contao_backend
theme - Add
toggleable
option for fieldsets - Backport
help
message option from Symfony 4.1 - Add
rte
option forTextAreaType
to support RTE in the Contao backend - Add widget option for every form type allowing to define
class
,fe_class
,be_class
css attributes - Add class
Netzmacht\ContaoFormBundle\Form\FormGenerator\UploadHandler
and servicenetzmacht.contao_form.form_generator.upload_handler
to handle form uploads - Add File constraint for uploaded files recognizing supported extensions and max size settings
- Added
contao_request_token()
function for twig - Add
contao_frontend
form theme
- Apply
tl_edit_form
andtl_formbody_edit
wrapper inform_start
andform_end
blocks instead of in blockform
- Fix form_themes setting. View template has to be a relative path to a defined
1.0.1 - 2019-02-05
- Recognize size option for selects with multiple attribute
- Do not include invisible form fields
- Fix choices group for multiple select fields