documenting chill_block.person_post_vertical_menu event/delegated block

This commit is contained in:
Julien Fastré 2016-03-15 00:09:05 +01:00
parent 4f1a47c920
commit 2b0bb364f5

View File

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