File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ class TestController
73
73
The method ` getJsonConfiguration() ` takes the configuration from ` app/config/config.yml ` . and returns a JSON with the Form Configuration.
74
74
75
75
76
- ###Example
76
+ ### Example
77
77
Here's an example of a form named ` new_user ` with a single field called ` first_name ` :
78
78
79
79
``` yaml
@@ -88,11 +88,11 @@ dynamic_form:
88
88
transformers :
89
89
validators :
90
90
` ` `
91
- ###Options
91
+ ### Options
92
92
Field options are the same as symfony, refer to the documentation
93
93
94
94
95
- ###Transformers
95
+ ### Transformers
96
96
97
97
When using transformers write both the class where it is defined and the calls you need.
98
98
@@ -109,7 +109,7 @@ dynamic_form:
109
109
- [setInputFormat, ['Y-m-d']]
110
110
` ` `
111
111
112
- ###Validators
112
+ ### Validators
113
113
114
114
When using validators call each validator constraint and its parameters like shown down below.
115
115
You can’t perform that action at this time.
0 commit comments