@openeuropa/bcl-event 0.4298.202511051800 → 0.4360.202601141610
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/event.html.twig +7 -7
- package/package.json +3 -3
package/event.html.twig
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
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
|
+
{%- include '@oe-bcl/bcl-description-list/description-list.html.twig' with details_list only -%}
|
|
9
9
|
|
|
10
|
-
<h2 id="item-1" class="my-4">Description</h2>
|
|
10
|
+
<h2 id="item-1" class="my-4">Description</h2>{# -#}
|
|
11
11
|
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi sit amet eleifend tortor. In facilisis eros vitae turpis ullamcorper,
|
|
12
12
|
a euismod dolor lacinia. Nam facilisis ipsum et sollicitudin imperdiet. Curabitur a efficitur ante. Phasellus non felis laoreet,
|
|
13
13
|
posuere ante ut, rhoncus tortor. Proin sed erat vel nisl luctus vulputate. Nunc tristique ultricies turpis, eu dictum enim ultrices vel.
|
|
14
14
|
Sed posuere at leo sit amet placerat. Sed dapibus viverra urna ac pretium. Praesent et laoreet erat, eget volutpat metus. Duis ac augue
|
|
15
15
|
sed tortor elementum dignissim in sit amet velit. Nullam nec viverra mi.
|
|
16
|
-
</p>
|
|
16
|
+
</p>{# -#}
|
|
17
17
|
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi sit amet eleifend tortor. In facilisis eros vitae turpis ullamcorper,
|
|
18
18
|
a euismod dolor lacinia. Nam facilisis ipsum et sollicitudin imperdiet.
|
|
19
|
-
</p>
|
|
19
|
+
</p>{# -#}
|
|
20
20
|
|
|
21
21
|
<h2 id="item-2" class="my-4">Related documents</h2>
|
|
22
|
-
{
|
|
23
|
-
{
|
|
22
|
+
{%- include '@oe-bcl/bcl-file/file.html.twig' with files[0] only %}
|
|
23
|
+
{%- include '@oe-bcl/bcl-file/file.html.twig' with files[1] only %}
|
|
24
24
|
{%- endblock -%}
|
package/package.json
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
"name": "@openeuropa/bcl-event",
|
|
3
3
|
"author": "European Commission",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.4360.202601141610",
|
|
6
6
|
"description": "OE - BCL Event",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@openeuropa/bcl-base-templates": "^0.
|
|
11
|
+
"@openeuropa/bcl-base-templates": "^0.4360.202601141610"
|
|
12
12
|
},
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"design-system",
|
|
25
25
|
"twig"
|
|
26
26
|
],
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "2caf9255f88587416f6e83e572a1f20e4cf206f5"
|
|
28
28
|
}
|