@eeacms/volto-clms-theme 1.1.109 → 1.1.110
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
CHANGED
|
@@ -4,11 +4,13 @@ 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.
|
|
7
|
+
### [1.1.110](https://github.com/eea/volto-clms-theme/compare/1.1.109...1.1.110) - 9 February 2024
|
|
8
8
|
|
|
9
|
-
#### :
|
|
9
|
+
#### :rocket: New Features
|
|
10
10
|
|
|
11
|
-
-
|
|
11
|
+
- feat: CLMS-2991 change description [Mikel Larreategi - [`5929eba`](https://github.com/eea/volto-clms-theme/commit/5929eba2b673ccde6da63a81cbe6728e28708f72)]
|
|
12
|
+
|
|
13
|
+
### [1.1.109](https://github.com/eea/volto-clms-theme/compare/1.1.108...1.1.109) - 6 February 2024
|
|
12
14
|
|
|
13
15
|
### [1.1.108](https://github.com/eea/volto-clms-theme/compare/1.1.107...1.1.108) - 6 February 2024
|
|
14
16
|
|
package/package.json
CHANGED
|
@@ -43,7 +43,8 @@ const ItemSchema = {
|
|
|
43
43
|
},
|
|
44
44
|
fields: {
|
|
45
45
|
title: 'Fields to be shown in the mapviewer',
|
|
46
|
-
description:
|
|
46
|
+
description:
|
|
47
|
+
'List of fields to appear in the Layer info widget in JSON format. This info can be imported from the dataset page "import WMS Fields"',
|
|
47
48
|
type: 'text',
|
|
48
49
|
default: '',
|
|
49
50
|
},
|