浏览代码

Update templates.rst

sonata_admin.templates.dashboard was missing
Daniele Bartocci 12 年之前
父节点
当前提交
871552e61e
共有 1 个文件被更改,包括 1 次插入0 次删除
  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