|
4 | 4 | [](https://packagist.org/packages/darkwebdesign/symfony-addon-form-types) |
5 | 5 | [](https://packagist.org/packages/darkwebdesign/symfony-addon-form-types) |
6 | 6 |
|
7 | | -[](https://app.travis-ci.com/darkwebdesign/symfony-addon-form-types) |
8 | | -[](https://codecov.io/gh/darkwebdesign/symfony-addon-form-types) |
9 | | -[](https://php.net/) |
10 | | -[](https://symfony.com/) |
| 7 | +[](https://app.travis-ci.com/darkwebdesign/symfony-addon-form-types) |
| 8 | +[](https://codecov.io/gh/darkwebdesign/symfony-addon-form-types) |
| 9 | +[](https://php.net/) |
| 10 | +[](https://symfony.com/) |
11 | 11 |
|
12 | 12 | Symfony Add-on Form Types is a collection of extra Symfony form field types that you can use in your Symfony applications. |
13 | 13 |
|
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/6.0). |
15 | 15 |
|
16 | 16 | ## Features |
17 | 17 |
|
18 | | -### Types |
| 18 | +### Form Field Types |
19 | 19 |
|
20 | 20 | * 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. |
23 | 23 | * UnstructuredType, handles unstructured data. |
24 | 24 |
|
25 | | -### Event Subscribers |
| 25 | +### Form Field Event Subscribers |
26 | 26 |
|
27 | 27 | * BooleanToYesNoSubscriber, rewrites boolean values to "yes" or "no", to be used with the `BooleanType`. |
28 | 28 | * JsonSchemaSubscriber, rewrites the JSON Schema `$schema` keyword property. |
|
0 commit comments