@openeuropa/bcl-base-templates 0.28.1 → 1.0.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/content-type.html.twig +5 -5
- package/package.json +11 -11
package/content-type.html.twig
CHANGED
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
- messages_area
|
|
26
26
|
#}
|
|
27
27
|
|
|
28
|
-
{% set _with_header = header
|
|
29
|
-
{% set _with_footer = footer
|
|
30
|
-
{% set _with_banner = banner
|
|
31
|
-
{% set _with_sidebar = sidebar
|
|
28
|
+
{% set _with_header = header ?? false %}
|
|
29
|
+
{% set _with_footer = footer ?? false %}
|
|
30
|
+
{% set _with_banner = banner ?? false %}
|
|
31
|
+
{% set _with_sidebar = sidebar ?? false %}
|
|
32
32
|
{% set _sidebar_size = sidebar_size|default('normal') %}
|
|
33
|
-
{% set _landing = landing
|
|
33
|
+
{% set _landing = landing ?? false %}
|
|
34
34
|
{% set _content_type = content_type|default('') %}
|
|
35
35
|
{% set _classes = ['bcl-node-type'] %}
|
|
36
36
|
|
package/package.json
CHANGED
|
@@ -2,21 +2,21 @@
|
|
|
2
2
|
"name": "@openeuropa/bcl-base-templates",
|
|
3
3
|
"author": "European Commission",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "1.0.0",
|
|
6
6
|
"description": "OE - BCL base templates",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@openeuropa/bcl-badge": "^0.
|
|
12
|
-
"@openeuropa/bcl-button": "^0.
|
|
13
|
-
"@openeuropa/bcl-content-banner": "^0.
|
|
14
|
-
"@openeuropa/bcl-footer": "^0.
|
|
15
|
-
"@openeuropa/bcl-header": "^0.
|
|
16
|
-
"@openeuropa/bcl-listing": "^0.
|
|
17
|
-
"@openeuropa/bcl-offcanvas": "^0.
|
|
18
|
-
"@openeuropa/bcl-pagination": "^0.
|
|
19
|
-
"@openeuropa/bcl-select": "^0.
|
|
11
|
+
"@openeuropa/bcl-badge": "^1.0.0",
|
|
12
|
+
"@openeuropa/bcl-button": "^1.0.0",
|
|
13
|
+
"@openeuropa/bcl-content-banner": "^1.0.0",
|
|
14
|
+
"@openeuropa/bcl-footer": "^1.0.0",
|
|
15
|
+
"@openeuropa/bcl-header": "^1.0.0",
|
|
16
|
+
"@openeuropa/bcl-listing": "^1.0.0",
|
|
17
|
+
"@openeuropa/bcl-offcanvas": "^1.0.0",
|
|
18
|
+
"@openeuropa/bcl-pagination": "^1.0.0",
|
|
19
|
+
"@openeuropa/bcl-select": "^1.0.0"
|
|
20
20
|
},
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"design-system",
|
|
33
33
|
"twig"
|
|
34
34
|
],
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "16b986722345644e83a37dc8091c07eecbdf4c8c"
|
|
36
36
|
}
|