Explorar o código

updated documentation

Sebastiaan Stok %!s(int64=12) %!d(string=hai) anos
pai
achega
2b959c91c1
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Resources/doc/reference/templates.rst

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

@@ -18,6 +18,7 @@ By default, an Admin class uses a set of templates, it is possible to tweak the
             history: SonataAdminBundle:CRUD:history.html.twig
             preview: SonataAdminBundle:CRUD:preview.html.twig
             delete:  SonataAdminBundle:CRUD:delete.html.twig
+            batch:   SonataAdminBundle:CRUD:list__batch.html.twig
 
             # default values of helper templates
             short_object_description: SonataAdminBundle:Helper:short-object-description.html.twig
@@ -78,4 +79,4 @@ You can easily extend the provided templates in your own and customize only the
                 return parent::getTemplate($name);
                 break;
         }
-    }
+    }