Symfony bundle adding form types for usage in Shopsys Platform, its components and plugins.
This repository is maintained by shopsys/shopsys monorepo, information about changes is in monorepo CHANGELOG.md.
The plugin is a Symfony bundle and is installed in the same way:
First, you download the package using Composer:
composer require shopsys/form-types
The form types in this package are regular Symfony form types. See Symfony Forms Documentation for detailed explanation.
Compound type that renders one form of given type for each domain.
It can be configured via the following options:
entry_type
- The type of the inner form. Defaults toTextType::class
.entry_options
- The options of the inner forms. Defaults to[]
.options_by_domain_id
- The options of the inner forms based on the domain ID. Provide arrays indexed by the domain ID, values are merged with theentry_options
. Defaults to[]
.
The data of the inner forms are returned as an array indexed by the domain ID.
Natural looking choice type for boolean value inputs.
It has no notable options.
A boolean value is accepted/returned as data. A null value can be accepted/returned when no radio button is checked.
Thank you for your contributions to Shopsys Form Types Bundle package. Together we are making Shopsys Platform better.
This repository is READ-ONLY. If you want to report issues and/or send pull requests, please use the main Shopsys repository.
Please, check our Contribution Guide before contributing.
What to do when you are in troubles or need some help? The best way is to join our Slack.
If you want to report issues, please use the main Shopsys repository.