Jelajahi Sumber

updated documentation

Sebastiaan Stok 12 tahun lalu
induk
melakukan
2b959c91c1
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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;
         }
-    }
+    }