File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed
Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change 1111
1212Symfony Add-on Form Types is a collection of extra Symfony form field types that you can use in your Symfony applications.
1313
14- Learn more about it in its [ documentation] ( https://github.com/darkwebdesign/ symfony-addon-pack/blob /5.4/doc/reference/forms/types/index.md ) .
14+ Learn more about it in its [ documentation] ( https://darkwebdesign. github.io/ symfony-addon-pack/docs /5.4 ) .
1515
1616## Features
1717
18- ### Types
18+ ### Form Field Types
1919
2020* BirthdayType, handles birthday data.
21- * BooleanType, transforms an user selected value into a boolean.
22- * EntityType, transforms an user entered identifier into a Doctrine entity.
21+ * BooleanType, transforms a user selected value into a boolean.
22+ * EntityType, transforms a user entered identifier into a Doctrine entity.
2323* UnstructuredType, handles unstructured data.
2424
25- ### Event Subscribers
25+ ### Form Field Event Subscribers
2626
2727* BooleanToYesNoSubscriber, rewrites boolean values to "yes" or "no", to be used with the ` BooleanType ` .
2828* JsonSchemaSubscriber, rewrites the JSON Schema ` $schema ` keyword property.
2929
30- ## Installing via Composer
31-
32- ``` bash
33- composer require darkwebdesign/symfony-addon-form-types
34- ```
35-
36- ``` bash
37- composer install
38- ```
39-
4030## License
4131
4232Symfony Add-on Form Types is licensed under the MIT License - see the ` LICENSE ` file for details.
You can’t perform that action at this time.
0 commit comments