custom modules & themes ^10
This commit is contained in:
Submodule web/profiles/d8-starterkit-profile updated: 3fba4edaab...f7a71cfc80
@@ -3,7 +3,7 @@ type: theme
|
|||||||
description: 'EQL theme.'
|
description: 'EQL theme.'
|
||||||
package: Core
|
package: Core
|
||||||
version: VERSION
|
version: VERSION
|
||||||
core_version_requirement: ^8.8 || ^9
|
core_version_requirement: ^8.8 || ^9 || ^10
|
||||||
base theme: false
|
base theme: false
|
||||||
|
|
||||||
libraries:
|
libraries:
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
'field_title'
|
'field_title'
|
||||||
|
|
||||||
] %}
|
] %}
|
||||||
{% spaceless %}
|
{% apply spaceless %}
|
||||||
{% if content is not empty or behaviors is not empty %}
|
{% if content is not empty or behaviors is not empty %}
|
||||||
{# <div{{ attributes.addClass(classes) }}> #}
|
{# <div{{ attributes.addClass(classes) }}> #}
|
||||||
{% if content is not empty %}
|
{% if content is not empty %}
|
||||||
@@ -47,4 +47,4 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{# </div> #}
|
{# </div> #}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endspaceless %}
|
{% endapply %}
|
||||||
|
|||||||
Reference in New Issue
Block a user