@openeuropa/bcl-project 1.10.7 → 1.10.8
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/package.json +9 -9
- package/project.html.twig +7 -7
package/package.json
CHANGED
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
"name": "@openeuropa/bcl-project",
|
|
3
3
|
"author": "European Commission",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
|
-
"version": "1.10.
|
|
5
|
+
"version": "1.10.8",
|
|
6
6
|
"description": "OE - BCL Project",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@openeuropa/bcl-base-templates": "^1.10.
|
|
12
|
-
"@openeuropa/bcl-carousel": "^1.10.
|
|
13
|
-
"@openeuropa/bcl-description-list": "^1.10.
|
|
14
|
-
"@openeuropa/bcl-featured-media": "^1.10.
|
|
15
|
-
"@openeuropa/bcl-heading": "^1.10.
|
|
16
|
-
"@openeuropa/bcl-inpage-navigation": "^1.10.
|
|
17
|
-
"@openeuropa/bcl-project-status": "^1.10.
|
|
11
|
+
"@openeuropa/bcl-base-templates": "^1.10.8",
|
|
12
|
+
"@openeuropa/bcl-carousel": "^1.10.8",
|
|
13
|
+
"@openeuropa/bcl-description-list": "^1.10.8",
|
|
14
|
+
"@openeuropa/bcl-featured-media": "^1.10.8",
|
|
15
|
+
"@openeuropa/bcl-heading": "^1.10.8",
|
|
16
|
+
"@openeuropa/bcl-inpage-navigation": "^1.10.8",
|
|
17
|
+
"@openeuropa/bcl-project-status": "^1.10.8"
|
|
18
18
|
},
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"design-system",
|
|
31
31
|
"twig"
|
|
32
32
|
],
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "9c2e64443ae179948cbf748c41d438af7a0f2421"
|
|
34
34
|
}
|
package/project.html.twig
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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 sidebar %}
|
|
4
4
|
{% include '@oe-bcl/bcl-inpage-navigation/inpage-navigation.html.twig' with sidebar only %}
|
|
5
|
-
{
|
|
5
|
+
{%- endblock -%}
|
|
6
6
|
|
|
7
|
-
{
|
|
7
|
+
{%- block content %}
|
|
8
8
|
{% if project_status is not empty %}
|
|
9
9
|
{% if project_status_title is not empty %}
|
|
10
10
|
{% set _project_title_attributes = create_attribute().addClass(['mb-4']) %}
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
{% endif %}
|
|
63
63
|
|
|
64
64
|
{% if social_block is not empty %}
|
|
65
|
-
{
|
|
65
|
+
{%- block social_block %}
|
|
66
66
|
{{ social_buttons }}
|
|
67
67
|
{% include '@oe-bcl/bcl-button/button.html.twig' with button_social_modal only %}
|
|
68
68
|
{% include '@oe-bcl/bcl-modal/modal.html.twig' with social_modal only %}
|
|
69
|
-
{
|
|
69
|
+
{%- endblock -%}
|
|
70
70
|
{% endif %}
|
|
71
71
|
|
|
72
|
-
{
|
|
72
|
+
{%- endblock -%}
|