File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Configuration
10
10
11
11
.. code-block :: yaml
12
12
13
- # config/config.yml
13
+ # config/config.yaml
14
14
translation :
15
15
# ..
16
16
auto_add_missing_translations :
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Configuration
27
27
28
28
.. code-block :: yaml
29
29
30
- # config/config.yml
30
+ # config/config.yaml
31
31
translation :
32
32
# ..
33
33
fallback_translation :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Configuration
21
21
22
22
.. code-block :: yaml
23
23
24
- # config/config.yml
24
+ # config/config.yaml
25
25
translation :
26
26
# ..
27
27
edit_in_place :
@@ -32,14 +32,14 @@ Configuration
32
32
33
33
.. code-block :: yaml
34
34
35
- # config/routing.yml
35
+ # config/routing.yaml
36
36
_translation_edit_in_place :
37
- resource : ' @TranslationBundle/Resources/config/routing_edit_in_place.yml '
37
+ resource : ' @TranslationBundle/Resources/config/routing_edit_in_place.yaml '
38
38
prefix : /admin
39
39
40
40
.. note ::
41
41
42
- When you include the ``routing_edit_in_place.yml `` to expose the controller
42
+ When you include the ``routing_edit_in_place.yaml `` to expose the controller
43
43
that saves the modifications you should be aware of the following:
44
44
45
45
- The routes **must ** be in a protected area of your application
@@ -117,7 +117,7 @@ For example if you wish to display the editor based on a specific authorization
117
117
118
118
.. code-block :: yaml
119
119
120
- # services.yml
120
+ # services.yaml
121
121
services :
122
122
my_activator :
123
123
class : AppBundle\RoleActivator
@@ -127,7 +127,7 @@ And then use this new activator in the bundle configuration:
127
127
128
128
.. code-block :: yaml
129
129
130
- # config/config.yml
130
+ # config/config.yaml
131
131
translation :
132
132
# ..
133
133
edit_in_place :
Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ Configuration
12
12
13
13
.. code-block :: yaml
14
14
15
- # config/config.yml
15
+ # config/config.yaml
16
16
translation :
17
17
# ..
18
18
symfony_profiler :
19
19
enabled : true
20
20
21
21
.. code-block :: yaml
22
22
23
- # config/routing_dev.yml
23
+ # config/routing_dev.yaml
24
24
_translation_profiler :
25
- resource : ' @TranslationBundle/Resources/config/routing_symfony_profiler.yml '
25
+ resource : ' @TranslationBundle/Resources/config/routing_symfony_profiler.yaml '
26
26
27
27
See the updated Translation page in the Symfony profiler. There are some new buttons
28
28
on the right hand side.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Configuration
18
18
19
19
.. code-block :: yaml
20
20
21
- # config/config.yml
21
+ # config/config.yaml
22
22
translation :
23
23
# ..
24
24
webui :
@@ -28,9 +28,9 @@ Configuration
28
28
29
29
.. code-block :: yaml
30
30
31
- # config/routing_dev.yml
31
+ # config/routing_dev.yaml
32
32
_translation_webui :
33
- resource : " @TranslationBundle/Resources/config/routing_webui.yml "
33
+ resource : " @TranslationBundle/Resources/config/routing_webui.yaml "
34
34
prefix : /admin
35
35
36
36
Go to http://localhost.dev/app_dev.php/admin/_trans
You can’t perform that action at this time.
0 commit comments