From 8a0fda6028121021a967f019d4f69d62282a8a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3js?= Date: Thu, 6 Jun 2024 10:42:37 +0200 Subject: [PATCH] Revert "REVERT ME: Syntax error" This reverts commit 873a588dd06e5e7b080bd6a803b47f2e831550c3. --- src/bundle/Resources/config/admin_ui_forms.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundle/Resources/config/admin_ui_forms.yaml b/src/bundle/Resources/config/admin_ui_forms.yaml index 0a1e73c67f..8667e680f2 100644 --- a/src/bundle/Resources/config/admin_ui_forms.yaml +++ b/src/bundle/Resources/config/admin_ui_forms.yaml @@ -5,7 +5,7 @@ system: meta_field_groups_list: - metadata form_templates: - - { template: '@ibexadesign/content/form_fields.html.twig', priority: 0 + - { template: '@ibexadesign/content/form_fields.html.twig', priority: 0 } field_templates: - { template: '@ibexadesign/ui/field_type/preview/content_fields.html.twig', priority: 20 }