From 7096bc780fe0348b001c8d07894da41bc2b4e490 Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 22 Jul 2025 21:42:41 +0200 Subject: [PATCH] custom modules & themes ^10 --- web/profiles/d8-starterkit-profile | 2 +- web/themes/custom/eql/eql.info.yml | 2 +- .../custom/eql/templates/layout/paragraphs-summary.html.twig | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/profiles/d8-starterkit-profile b/web/profiles/d8-starterkit-profile index 3fba4ed..f7a71cf 160000 --- a/web/profiles/d8-starterkit-profile +++ b/web/profiles/d8-starterkit-profile @@ -1 +1 @@ -Subproject commit 3fba4edaabf728dc45163d5f008c7ed6b9db4988 +Subproject commit f7a71cfc80eb8a3f74b132bfcf64fa0ae83654ad diff --git a/web/themes/custom/eql/eql.info.yml b/web/themes/custom/eql/eql.info.yml index 59c2018..ab1ac25 100644 --- a/web/themes/custom/eql/eql.info.yml +++ b/web/themes/custom/eql/eql.info.yml @@ -3,7 +3,7 @@ type: theme description: 'EQL theme.' package: Core version: VERSION -core_version_requirement: ^8.8 || ^9 +core_version_requirement: ^8.8 || ^9 || ^10 base theme: false libraries: diff --git a/web/themes/custom/eql/templates/layout/paragraphs-summary.html.twig b/web/themes/custom/eql/templates/layout/paragraphs-summary.html.twig index 74c9584..7c7ac0b 100644 --- a/web/themes/custom/eql/templates/layout/paragraphs-summary.html.twig +++ b/web/themes/custom/eql/templates/layout/paragraphs-summary.html.twig @@ -22,7 +22,7 @@ 'field_title' ] %} -{% spaceless %} +{% apply spaceless %} {% if content is not empty or behaviors is not empty %} {# #} {% if content is not empty %} @@ -47,4 +47,4 @@ {% endif %} {# #} {% endif %} -{% endspaceless %} +{% endapply %}