瀏覽代碼

custom modules & themes ^10

bach 5 天之前
父節點
當前提交
7096bc780f

+ 1 - 1
web/profiles/d8-starterkit-profile

@@ -1 +1 @@
-Subproject commit 3fba4edaabf728dc45163d5f008c7ed6b9db4988
+Subproject commit f7a71cfc80eb8a3f74b132bfcf64fa0ae83654ad

+ 1 - 1
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:

+ 2 - 2
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 %}
     {# <div{{ attributes.addClass(classes) }}> #}
       {% if content is not empty %}
@@ -47,4 +47,4 @@
       {% endif %} 
     {# </div> #}
   {% endif %}
-{% endspaceless %}
+{% endapply %}