diff --git a/docs/reference/configuration.rst b/docs/reference/configuration.rst index 7e8155178f..baf5943149 100644 --- a/docs/reference/configuration.rst +++ b/docs/reference/configuration.rst @@ -136,13 +136,7 @@ Full Configuration Options route_builder: null label_translator_strategy: null pager_type: null - templates: - form: [] - filter: [] - view: - # Prototype - id: ~ templates: user_block: '@SonataAdmin/Core/user_block.html.twig' add_block: '@SonataAdmin/Core/add_block.html.twig' @@ -176,6 +170,9 @@ Full Configuration Options pager_results: '@SonataAdmin/Pager/results.html.twig' tab_menu_template: '@SonataAdmin/Core/tab_menu_template.html.twig' knp_menu_template: '@SonataAdmin/Menu/sonata_menu.html.twig' + form_theme: [] + filter_theme: [] + assets: stylesheets: diff --git a/docs/reference/templates.rst b/docs/reference/templates.rst index e55cadce19..52251d06a4 100644 --- a/docs/reference/templates.rst +++ b/docs/reference/templates.rst @@ -147,6 +147,8 @@ You can specify your templates in the config file: button_history: '@SonataAdmin/Button/history_button.html.twig' button_list: '@SonataAdmin/Button/list_button.html.twig' button_show: '@SonataAdmin/Button/show_button.html.twig' + form_theme: [] + filter_theme: [] .. warning::