From 514f3899d82f3e9c09f1222ab2457b1d76238efd Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Tue, 30 Jul 2024 14:46:41 +0200 Subject: [PATCH] IBX-8533: Replaced deprecated config key --- src/bundle/Resources/config/kernel.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/bundle/Resources/config/kernel.yaml b/src/bundle/Resources/config/kernel.yaml index da932ac..aa863a7 100644 --- a/src/bundle/Resources/config/kernel.yaml +++ b/src/bundle/Resources/config/kernel.yaml @@ -8,5 +8,6 @@ system: admin_group: admin_ui_forms: - content_edit_form_templates: - - { template: '@ibexadesign/matrix_fieldtype/content_edit_form_fields.html.twig', priority: 1 } + content_edit: + form_templates: + - { template: '@ibexadesign/matrix_fieldtype/content_edit_form_fields.html.twig', priority: 1 }