Explorar el Código

Update templates.rst

sonata_admin.templates.dashboard was missing
Daniele Bartocci hace 12 años
padre
commit
871552e61e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Resources/doc/reference/templates.rst

+ 1 - 0
Resources/doc/reference/templates.rst

@@ -10,6 +10,7 @@ By default, an Admin class uses a set of templates, it is possible to tweak the
             # default global templates
             layout:  SonataAdminBundle::standard_layout.html.twig
             ajax:    SonataAdminBundle::ajax_layout.html.twig
+            dashboard: SonataAdminBundle:Core:dashboard.html.twig
 
             # default values of actions templates, they should extend global templates
             list:    SonataAdminBundle:CRUD:list.html.twig