From 2b0bb364f564b6224f90e759ba29dfe307b33d66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 15 Mar 2016 00:09:05 +0100 Subject: [PATCH] documenting chill_block.person_post_vertical_menu event/delegated block --- source/bundles/person.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/bundles/person.rst b/source/bundles/person.rst index 155c91728..c06c868ec 100644 --- a/source/bundles/person.rst +++ b/source/bundles/person.rst @@ -135,4 +135,18 @@ Example usage : {% import "ChillPersonBundle:Person:macro.html.twig" as person_ %} {{ person_.render(person, true) }} + +Layout events and delegated blocks +*********************************** + +:code:`chill_block.person_post_vertical_menu` event +==================================================== + +This event is available to add content below of the vertical menu (on the right). + +The context is : + +- :code:`person` : the current person which is rendered. Instance of :class:`Chill\PersonBundle\Entity\Person` + +