File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ Expanded Collection List
88Symfony 2 and 3 bundle for rendering a collection of entities as an expanded selectable list.
99Include some usefull form types extending the native entity form field, so all entity options
1010could by used (like query_builder), except expanded and multiple, since all the bundle types are based in those
11- options setted to true. Read more about entity type field in the [ symfony documentation ] ( https ://getcomposer.org /doc/00-intro.md ) .
11+ options setted to true. Read more about [ entity type field] ( http ://symfony.com /doc/current/reference/forms/types/entity.html ) .
1212
1313
1414** Features**
1515
1616 * [ Be able to configure wich entity properties or get method should be rendered and how] ( Resources/doc/1-fields-configuration.md )
1717 * [ Render a collection of entities as an expanded checkbox list] ( Resources/doc/2-expanded-onetomany.md )
1818 * [ Handling ManyToMany related collection as an expanded checkbox list] ( Resources/doc/3-expanded-manytomany.md )
19- * [ Support for bootstrap 3 symfony theme] ( Resources/doc/4-bootstrap_3_example .md )
19+ * [ Support for bootstrap 3 symfony theme] ( Resources/doc/4-bootstrap-3-example .md )
2020
2121Installation
2222------------
Original file line number Diff line number Diff line change @@ -142,10 +142,11 @@ be adapted to your needs.
142142Thanks
143143------
144144
145- Some of the concepts used in this configuration options as other ideas, came from the
146- [ javiereguiluz/easyadmin-bundle] ( https://github.com/javiereguiluz/EasyAdminBundle ) , so thanks to all it's collaborator for such
147- amazing bundle.
145+ Some of the concepts used in this configuration options as other ideas, are inspired in
146+ [ javiereguiluz/easyadmin-bundle] [ 4 ] , so thanks to all it's collaborator for such amazing
147+ bundle.
148148
149149[ 1 ] : http://php.net/manual/en/function.date.php
150150[ 2 ] : http://php.net/manual/en/function.sprintf.php
151- [ 3 ] : http://twig.sensiolabs.org/doc/filters/raw.html
151+ [ 3 ] : http://twig.sensiolabs.org/doc/filters/raw.html
152+ [ 4 ] : https://github.com/javiereguiluz/EasyAdminBundle
You can’t perform that action at this time.
0 commit comments