From 29aab8d830a16045338f515382ae5036e074192e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Grabowski?= Date: Tue, 24 Sep 2024 12:11:19 +0200 Subject: [PATCH] IBX-8955: [Page builder] 500 occurs after adding certain blocks --- src/bundle/Resources/views/themes/admin/ui/form_fields.html.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bundle/Resources/views/themes/admin/ui/form_fields.html.twig b/src/bundle/Resources/views/themes/admin/ui/form_fields.html.twig index e21c39a455..1eea43fd78 100644 --- a/src/bundle/Resources/views/themes/admin/ui/form_fields.html.twig +++ b/src/bundle/Resources/views/themes/admin/ui/form_fields.html.twig @@ -517,6 +517,7 @@ {%- set title -%} {{ 'distraction_free_mode.disable_hint'|trans({ '%icon%': title_icon|raw })|desc('To exit distraction free mode, click the %icon% or press Esc.')|raw }} {%- endset -%} + {% set fieldtype_is_not_translatable = fieldtype_is_not_translatable|default(false) %}