custom modules & themes ^10

This commit is contained in:
2025-07-22 21:42:41 +02:00
parent 302e4fdc15
commit 7096bc780f
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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:
@@ -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 %}