|
@@ -30,3 +30,20 @@ ConfigureQueryEvent
|
|
|
~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
This event is generated when a list query is defined. The event name is: ``sonata.admin.event.configure.query``
|
|
|
+
|
|
|
+BlockEvent
|
|
|
+~~~~~~~~~~~~~~~~~~~
|
|
|
+
|
|
|
+Block events help you customize your templates. Available events are :
|
|
|
+
|
|
|
+ - sonata.admin.dashboard.top
|
|
|
+ - sonata.admin.dashboard.bottom
|
|
|
+ - sonata.admin.list.table.top
|
|
|
+ - sonata.admin.list.table.bottom
|
|
|
+ - sonata.admin.edit.form.top
|
|
|
+ - sonata.admin.edit.form.bottom
|
|
|
+ - sonata.admin.show.top
|
|
|
+ - sonata.admin.show.bottom
|
|
|
+
|
|
|
+If you want more information about block events, you should check the
|
|
|
+`"Event" section of block bundle documentation <http://sonata-project.org/bundles/block/master/doc/reference/events.html>`_.
|