@openeuropa/bcl-landing-page 0.22.0 → 0.23.0
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 +2 -2
- package/package.json +6 -6
package/landing-page.html.twig
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<div class="container">
|
|
12
12
|
{% if featured_section is defined %}
|
|
13
13
|
<div class="my-4">
|
|
14
|
-
<h2 class="mb-4
|
|
14
|
+
<h2 class="mb-4">{{ featured_section.title }}</h2>
|
|
15
15
|
<div class="row">
|
|
16
16
|
<div class="col-12 col-md-6">
|
|
17
17
|
{{ featured_section.content }}
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
|
|
38
38
|
{% if activity_featured is defined %}
|
|
39
39
|
<div class="my-4">
|
|
40
|
-
<h2 class="mb-4
|
|
40
|
+
<h2 class="mb-4">{{ activity_featured.title }}</h2>
|
|
41
41
|
<div class="row">
|
|
42
42
|
<div class="col-12 col-md-6">
|
|
43
43
|
{{ activity_featured.content }}
|
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.23.0",
|
|
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.23.0",
|
|
12
|
+
"@openeuropa/bcl-base-templates": "^0.23.0",
|
|
13
|
+
"@openeuropa/bcl-featured-media": "^0.23.0",
|
|
14
|
+
"@openeuropa/bcl-listing": "^0.23.0"
|
|
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": "fa2097e14024989cddf6f9cd7a9115bed5886aeb"
|
|
31
31
|
}
|