|
@@ -17,7 +17,7 @@ By default, an Admin class uses a set of templates, it is possible to tweak the
|
|
|
edit: SonataAdminBundle:CRUD:edit.html.twig
|
|
|
history: SonataAdminBundle:CRUD:history.html.twig
|
|
|
|
|
|
- # default block templates, these should extend the SonataBlockBundle:Block:block_base.html.twig
|
|
|
+ # default values of block templates, they should extend the base_block template
|
|
|
list_block: SonataAdminBundle:Block:block_admin_list.html.twig
|
|
|
|
|
|
|
|
@@ -30,7 +30,7 @@ Usage of each template :
|
|
|
* show : the template to use for the show action
|
|
|
* edit : the template to use for the edit and create action
|
|
|
* history : the template to use for the history / audit action
|
|
|
-* list_block : the template used for the admin blocks on the dashboard
|
|
|
+* list_block : the template used for the list of admin blocks on the dashboard
|
|
|
|
|
|
The default values will be set only if the ``Admin::setTemplates`` is not called by the Container.
|
|
|
|