@eeacms/volto-clms-theme 1.1.183 → 1.1.184
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/CHANGELOG.md +9 -0
- package/package.json +1 -1
- package/src/index.js +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
### [1.1.184](https://github.com/eea/volto-clms-theme/compare/1.1.183...1.1.184) - 3 September 2024
|
|
8
|
+
|
|
9
|
+
#### :house: Internal changes
|
|
10
|
+
|
|
11
|
+
- style: Automated code fix [eea-jenkins - [`8302cad`](https://github.com/eea/volto-clms-theme/commit/8302cad711d1ce5ff6998004cbb6824ea133b008)]
|
|
12
|
+
|
|
13
|
+
#### :hammer_and_wrench: Others
|
|
14
|
+
|
|
15
|
+
- Set root node and depth for contextnavigation [Tiberiu Ichim - [`b7e4ed7`](https://github.com/eea/volto-clms-theme/commit/b7e4ed7c55e00c70f084d92ad340e4fd943156af)]
|
|
7
16
|
### [1.1.183](https://github.com/eea/volto-clms-theme/compare/1.1.182...1.1.183) - 2 September 2024
|
|
8
17
|
|
|
9
18
|
#### :house: Internal changes
|
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -214,7 +214,9 @@ const applyConfig = (config) => {
|
|
|
214
214
|
exact: false,
|
|
215
215
|
GET_CONTENT: ['contextnavigation'],
|
|
216
216
|
querystring: {
|
|
217
|
-
'expand.contextnavigation.bottomLevel':
|
|
217
|
+
'expand.contextnavigation.bottomLevel': '6',
|
|
218
|
+
'expand.contextnavigation.topLevel': '0',
|
|
219
|
+
'expand.contextnavigation.root_path': '/en/faq',
|
|
218
220
|
},
|
|
219
221
|
},
|
|
220
222
|
],
|