Skip to content

Commit 7abf94b

Browse files
committed
Upgrading documentation
1 parent f6c137c commit 7abf94b

File tree

8 files changed

+5
-651
lines changed

8 files changed

+5
-651
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Work in progress ...
33
Expanded Collection List
44
========================
55

6-
--picture here--
6+
<img src="https://raw.githubusercontent.com/abdielcs/ExpandedCollectionBundle/master/Resources/doc/images/expanded-checkbox-list.jpg" alt="Symfony expanded list"/>
77

88
Symfony 2 and 3 bundle for rendering a collection of entities as an expanded selectable list.
99
Include some usefull form types extending the native entity form field, so all entity options

Resources/doc/1-expanded-OneToMany.md

Lines changed: 0 additions & 253 deletions
This file was deleted.

Resources/doc/1-fields-configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Also you can specify some [date configuration options][1].
7575
))
7676
```
7777

78-
### Decimal type
78+
### Numeric type
7979

8080
You can format some decimal types too according to its [format configuration][2]
8181

@@ -85,7 +85,7 @@ You can format some decimal types too according to its [format configuration][2]
8585
'fields' => array(
8686
array(
8787
'property' => 'price',
88-
'type' => 'decimal',
88+
'type' => 'numeric',
8989
'format' => '%.2f'
9090
),
9191
),
@@ -143,9 +143,9 @@ Thanks
143143
------
144144

145145
Some of the concepts used in this configuration options as other ideas, came from the
146-
[javiereguiluz/easyadmin-bundle](Resources/doc/4-bootstrap_3_example.md), so thanks to all it's collaborator for such
146+
[javiereguiluz/easyadmin-bundle](https://github.com/javiereguiluz/EasyAdminBundle), so thanks to all it's collaborator for such
147147
amazing 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 raw filter
151+
[3]: http://twig.sensiolabs.org/doc/filters/raw.html

0 commit comments

Comments
 (0)