8000 Merge pull request #834 from symfony-cmf/2.0 · torreytsui/symfony-cmf-docs@4f54a08 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f54a08

Browse files
authored
Merge pull request symfony-cmf#834 from symfony-cmf/2.0
2.0
2 parents cd7bc95 + 4d1a74d commit 4f54a08

File tree

103 files changed

+2925
-2707
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+2925
-2707
lines changed
Loading
Loading
-7.37 KB
Binary file not shown.
-44.1 KB
Binary file not shown.
-29.5 KB
Binary file not shown.
-30.4 KB
Binary file not shown.
44.2 KB
Loading

big-picture-home.png

83.3 KB
Loading

book/database_layer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ After this, you have to create getters and setters for the properties.
185185

186186
You may want to implement ``Doctrine\ODM\PHPCR\HierarchyInterface``
187187
which makes it for example possible to leverage the
188-
:ref:`Sonata Admin Child Extension <bundle-core-child-admin-extension>`.
188+
:doc:`Sonata Admin Child Extension <../bundles/sonata_phpcr_admin_integration/core>`.
189189

190190
.. seealso::
191191

book/handling_multilang.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,10 +320,8 @@ default locale, for example ``/de/admin/dashboard``. When clicking on the
320320
language switcher, the page reloads and displays the correct content for the
321321
requested language.
322322

323-
If your documents implement the TranslatableInterface, you can
324-
:ref:`configure the translatable admin extension <bundle-core-translatable-admin-extension>`
325-
to get a language choice field to let the administrator
326-
choose in which language to store the content.
323+
If your documents implement the TranslatableInterface, use the
324+
SonataTranslationBundle_ to enable multi-language editing in the admin backend.
327325

328326
Frontend Editing and multi-language
329327
-----------------------------------
@@ -348,3 +346,4 @@ save the edited document in the same language as it was loaded.
348346
.. _`cmf-sandbox config.yml file`: https://github.com/symfony-cmf/cmf-sandbox/blob/master/app/config/config.yml
349347
.. _`PHPCR-ODM documentation on multi-language`: http://docs.doctrine-project.org/projects/doctrine-phpcr-odm/en/latest/reference/multilang.html
350348
.. _`issue`: https://github.com/symfony-cmf/create-bundle/issues/39
349+
.. _SonataTranslationBundle: https://packagist.org/packages/sonata-project/translation-bundle

0 commit comments

Comments
 (0)
0