Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup Flex explanation which is not tied to Flex #491

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ to register their mapping in Doctrine when you want to use them.
.. code-block:: yaml

# app/config/config.yml
# (or config/packages/doctrine.yaml if you use Flex)
# (or config/packages/doctrine.yaml)
doctrine:
orm:
entity_managers:
Expand Down Expand Up @@ -78,7 +78,7 @@ the asked language. If you don't provide it explicitly, it will default to
.. code-block:: yaml

# app/config/config.yml
# (or config/packages/stof_doctrine_extensions.yaml if you use Flex)
# (or config/packages/stof_doctrine_extensions.yaml)
stof_doctrine_extensions:
default_locale: en_US

Expand All @@ -100,7 +100,7 @@ the asked language. If you don't provide it explicitly, it will default to
.. code-block:: xml

<!-- app/config/config.xml -->
<!-- (or config/packages/stof_doctrine_extensions.yaml if you use Flex) -->
<!-- (or config/packages/stof_doctrine_extensions.yaml) -->
<container xmlns:stof-doctrine-extensions="http://example.org/schema/dic/stof_doctrine_extensions">
<stof-doctrine-extensions:config default-locale="en_US">
<stof-doctrine-extensions:orm>
Expand All @@ -123,7 +123,7 @@ manager, declare the extensions you want to enable:
.. code-block:: yaml

# app/config/config.yml
# (or config/packages/stof_doctrine_extensions.yaml if you use Flex)
# (or config/packages/stof_doctrine_extensions.yaml)
stof_doctrine_extensions:
default_locale: en_US
orm:
Expand All @@ -136,7 +136,7 @@ manager, declare the extensions you want to enable:
.. code-block:: xml

<!-- app/config/config.xml -->
<!-- (or config/packages/stof_doctrine_extensions.yaml if you use Flex) -->
<!-- (or config/packages/stof_doctrine_extensions.yaml) -->
<container xmlns:stof-doctrine_extensions="http://example.org/schema/dic/stof_doctrine_extensions">
<stof-doctrine-extensions:config default-locale="en_US">
<stof-doctrine-extensions:orm>
Expand Down