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