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` + +