From 0a010baa51a83de8fd3d4982ab93ad622c6dec0f Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Thu, 7 Jun 2018 07:45:32 +0200 Subject: [PATCH] Updated docs for children admins (#5115) --- docs/reference/child_admin.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/reference/child_admin.rst b/docs/reference/child_admin.rst index 3a3870abe7..f0f741bed4 100644 --- a/docs/reference/child_admin.rst +++ b/docs/reference/child_admin.rst @@ -18,14 +18,21 @@ its parent: .. configuration-block:: + .. code-block:: yaml + + # app/config/services.yml + App\Admin\PlaylistAdmin: + calls: + - [ addChild, ['@App\Admin\VideoAdmin', 'playlist']] + .. code-block:: xml - - + + - + playlist