@openeuropa/bcl-landing-page 0.3728.202505270730 → 0.3732.202601071600
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/landing-page.html.twig +7 -10
- package/package.json +6 -6
package/landing-page.html.twig
CHANGED
|
@@ -1,20 +1,18 @@
|
|
|
1
|
-
{% extends "@oe-bcl/bcl-base-templates/content-type.html.twig"
|
|
1
|
+
{% extends "@oe-bcl/bcl-base-templates/content-type.html.twig" -%}
|
|
2
2
|
|
|
3
|
-
{
|
|
3
|
+
{%- block banner %}
|
|
4
4
|
{% if banner is defined %}
|
|
5
5
|
{% include '@oe-bcl/bcl-banner/banner.html.twig' with banner only %}
|
|
6
6
|
{% endif %}
|
|
7
|
-
{
|
|
8
|
-
|
|
9
|
-
{% block content %}
|
|
10
|
-
|
|
7
|
+
{%- endblock -%}
|
|
8
|
+
{%- block content %}
|
|
11
9
|
<div class="container">
|
|
12
10
|
{% if featured_section is defined %}
|
|
13
11
|
<div class="my-4">
|
|
14
12
|
<h2 class="mb-4">{{ featured_section.title }}</h2>
|
|
15
13
|
<div class="row">
|
|
16
14
|
<div class="col-12 col-md-6">
|
|
17
|
-
{{ featured_section.content }}
|
|
15
|
+
{{- featured_section.content -}}
|
|
18
16
|
</div>
|
|
19
17
|
<div class="col-12 col-md-6">
|
|
20
18
|
{% include '@oe-bcl/bcl-featured-media/featured-media.html.twig' with featured_section.featured_media only %}
|
|
@@ -40,7 +38,7 @@
|
|
|
40
38
|
<h2 class="mb-4">{{ activity_featured.title }}</h2>
|
|
41
39
|
<div class="row">
|
|
42
40
|
<div class="col-12 col-md-6">
|
|
43
|
-
{{ activity_featured.content }}
|
|
41
|
+
{{- activity_featured.content -}}
|
|
44
42
|
</div>
|
|
45
43
|
<div class="col-12 col-md-6">
|
|
46
44
|
{% include '@oe-bcl/bcl-featured-media/featured-media.html.twig' with activity_featured.featured_media only %}
|
|
@@ -55,5 +53,4 @@
|
|
|
55
53
|
</div>
|
|
56
54
|
{% endif %}
|
|
57
55
|
</div>
|
|
58
|
-
|
|
59
|
-
{% endblock %}
|
|
56
|
+
{%- endblock -%}
|
package/package.json
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
"name": "@openeuropa/bcl-landing-page",
|
|
3
3
|
"author": "European Commission",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.3732.202601071600",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
9
9
|
"description": "OE - BCL landing page",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@openeuropa/bcl-banner": "^0.
|
|
12
|
-
"@openeuropa/bcl-base-templates": "^0.
|
|
13
|
-
"@openeuropa/bcl-featured-media": "^0.
|
|
14
|
-
"@openeuropa/bcl-listing": "^0.
|
|
11
|
+
"@openeuropa/bcl-banner": "^0.3732.202601071600",
|
|
12
|
+
"@openeuropa/bcl-base-templates": "^0.3732.202601071600",
|
|
13
|
+
"@openeuropa/bcl-featured-media": "^0.3732.202601071600",
|
|
14
|
+
"@openeuropa/bcl-listing": "^0.3732.202601071600"
|
|
15
15
|
},
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"design-system",
|
|
28
28
|
"twig"
|
|
29
29
|
],
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "253e588bbc9fd4d20ced38c9384b70636725f2c6"
|
|
31
31
|
}
|