Skip to content

Commit 8c94893

Browse files
Removed embedded documentation in favor of GitHub Pages
1 parent aafc908 commit 8c94893

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,22 @@
1111

1212
Symfony 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

4232
Symfony Add-on Form Types is licensed under the MIT License - see the `LICENSE` file for details.

0 commit comments

Comments
 (0)