Skip to content

Commit 51f43b1

Browse files
authored
Merge pull request #48 from Nyholm/yaml
Update .yml => .yaml
2 parents ff3e296 + 28bdc24 commit 51f43b1

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

symfony/auto-add-missing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Configuration
1010

1111
.. code-block:: yaml
1212
13-
# config/config.yml
13+
# config/config.yaml
1414
translation:
1515
# ..
1616
auto_add_missing_translations:

symfony/auto-translate.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Configuration
2727

2828
.. code-block:: yaml
2929
30-
# config/config.yml
30+
# config/config.yaml
3131
translation:
3232
# ..
3333
fallback_translation:

symfony/edit-in-place.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Configuration
2121

2222
.. code-block:: yaml
2323
24-
# config/config.yml
24+
# config/config.yaml
2525
translation:
2626
# ..
2727
edit_in_place:
@@ -32,14 +32,14 @@ Configuration
3232
3333
.. code-block:: yaml
3434
35-
# config/routing.yml
35+
# config/routing.yaml
3636
_translation_edit_in_place:
37-
resource: '@TranslationBundle/Resources/config/routing_edit_in_place.yml'
37+
resource: '@TranslationBundle/Resources/config/routing_edit_in_place.yaml'
3838
prefix: /admin
3939
4040
.. note::
4141

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
4343
that saves the modifications you should be aware of the following:
4444

4545
- 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
117117
118118
.. code-block:: yaml
119119
120-
# services.yml
120+
# services.yaml
121121
services:
122122
my_activator:
123123
class: AppBundle\RoleActivator
@@ -127,7 +127,7 @@ And then use this new activator in the bundle configuration:
127127

128128
.. code-block:: yaml
129129
130-
# config/config.yml
130+
# config/config.yaml
131131
translation:
132132
# ..
133133
edit_in_place:

symfony/profiler-ui.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ Configuration
1212

1313
.. code-block:: yaml
1414
15-
# config/config.yml
15+
# config/config.yaml
1616
translation:
1717
# ..
1818
symfony_profiler:
1919
enabled: true
2020
2121
.. code-block:: yaml
2222
23-
# config/routing_dev.yml
23+
# config/routing_dev.yaml
2424
_translation_profiler:
25-
resource: '@TranslationBundle/Resources/config/routing_symfony_profiler.yml'
25+
resource: '@TranslationBundle/Resources/config/routing_symfony_profiler.yaml'
2626
2727
See the updated Translation page in the Symfony profiler. There are some new buttons
2828
on the right hand side.

symfony/webui.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Configuration
1818

1919
.. code-block:: yaml
2020
21-
# config/config.yml
21+
# config/config.yaml
2222
translation:
2323
# ..
2424
webui:
@@ -28,9 +28,9 @@ Configuration
2828
2929
.. code-block:: yaml
3030
31-
# config/routing_dev.yml
31+
# config/routing_dev.yaml
3232
_translation_webui:
33-
resource: "@TranslationBundle/Resources/config/routing_webui.yml"
33+
resource: "@TranslationBundle/Resources/config/routing_webui.yaml"
3434
prefix: /admin
3535
3636
Go to http://localhost.dev/app_dev.php/admin/_trans

0 commit comments

Comments
 (0)