@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.109](https://github.com/eea/volto-clms-theme/compare/1.1.108...1.1.109) - 6 February 2024
7
+ ### [1.1.110](https://github.com/eea/volto-clms-theme/compare/1.1.109...1.1.110) - 9 February 2024
8
8
 
9
- #### :bug: Bug Fixes
9
+ #### :rocket: New Features
10
10
 
11
- - fix: CLMS-3041 ordered by projection number instead of projection string [Unai - [`9837662`](https://github.com/eea/volto-clms-theme/commit/983766235df360f3669b6551de42713705d39ff7)]
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-clms-theme",
3
- "version": "1.1.109",
3
+ "version": "1.1.110",
4
4
  "description": "volto-clms-theme: Volto theme for CLMS site",
5
5
  "main": "src/index.js",
6
6
  "author": "CodeSyntax for the European Environment Agency",
@@ -43,7 +43,8 @@ const ItemSchema = {
43
43
  },
44
44
  fields: {
45
45
  title: 'Fields to be shown in the mapviewer',
46
- description: 'Enter the JSON representing the fields',
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
  },