From 106c87b04944ee3f98fdc3e69126039063073622 Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Thu, 8 Mar 2018 15:38:22 +0100 Subject: [PATCH] EZP-28920: Configure content edit view in AdminUI --- src/bundle/Resources/config/views.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/bundle/Resources/config/views.yml b/src/bundle/Resources/config/views.yml index f4f3c3d6c9..631bc5cba9 100644 --- a/src/bundle/Resources/config/views.yml +++ b/src/bundle/Resources/config/views.yml @@ -13,4 +13,10 @@ system: controller: 'EzPlatformAdminUiBundle:ContentView:locationView' template: '@EzPlatformAdminUi\fieldtypes\preview\ezobjectrelationlist_row.html.twig' match: true - + content_edit_view: + full: + ezplatform_admin_ui: + template: '@EzPlatformAdminUi/content/content_edit/content_edit.html.twig' + match: true + params: + viewbaseLayout: '@EzPlatformAdminUi/layout.html.twig'