Skip to content

Commit

Permalink
EZP-28920: Configure content edit view in AdminUI
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Mar 8, 2018
1 parent c4bb6a8 commit 106c87b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/bundle/Resources/config/views.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 106c87b

Please sign in to comment.