|
@@ -25,6 +25,9 @@ Full Configuration Options
|
|
|
|
|
|
title: Sonata Project
|
|
|
title_logo: bundles/sonataadmin/logo_title.png
|
|
|
+ options:
|
|
|
+ html5_validate: false # does not use html5 validation
|
|
|
+
|
|
|
templates:
|
|
|
# default global templates
|
|
|
layout: SonataAdminBundle::standard_layout.html.twig
|
|
@@ -40,14 +43,14 @@ Full Configuration Options
|
|
|
delete: SonataAdminBundle:CRUD:delete.html.twig
|
|
|
batch: SonataAdminBundle:CRUD:list__batch.html.twig
|
|
|
batch_confirmation: SonataAdminBundle:CRUD:batch_confirmation.html.twig
|
|
|
-
|
|
|
+
|
|
|
# list related templates
|
|
|
inner_list_row: SonataAdminBundle:CRUD:list_inner_row.html.twig
|
|
|
base_list_field: SonataAdminBundle:CRUD:base_list_field.html.twig
|
|
|
-
|
|
|
+
|
|
|
# default values of helper templates
|
|
|
short_object_description: SonataAdminBundle:Helper:short-object-description.html.twig
|
|
|
-
|
|
|
+
|
|
|
# default values of block templates, they should extend the base_block template
|
|
|
list_block: SonataAdminBundle:Block:block_admin_list.html.twig
|
|
|
|