@eeacms/volto-clms-theme 1.0.81 → 1.0.82

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,8 +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.0.82](https://github.com/eea/volto-clms-theme/compare/1.0.81...1.0.82)
8
+
9
+ - add new field in prepackaged downloadable files [`#232`](https://github.com/eea/volto-clms-theme/pull/232)
10
+
7
11
  #### [1.0.81](https://github.com/eea/volto-clms-theme/compare/1.0.80...1.0.81)
8
12
 
13
+ > 10 March 2022
14
+
15
+ - Develop [`#231`](https://github.com/eea/volto-clms-theme/pull/231)
9
16
  - new status [`#230`](https://github.com/eea/volto-clms-theme/pull/230)
10
17
  - Dataset extra formats [`#229`](https://github.com/eea/volto-clms-theme/pull/229)
11
18
  - Prepackaged table columns [`#228`](https://github.com/eea/volto-clms-theme/pull/228)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-clms-theme",
3
- "version": "1.0.81",
3
+ "version": "1.0.82",
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",
@@ -54,6 +54,14 @@ const ItemSchema = () => ({
54
54
  description: 'Enter the absolute path of this file in the storage',
55
55
  type: 'string',
56
56
  },
57
+ source: {
58
+ title: 'Source',
59
+ description: 'Enter the source of this file (this is an internal).',
60
+ choices: [
61
+ ['EEA', 'EEA'],
62
+ ['HOTSPOTS', 'HOTSPOTS'],
63
+ ],
64
+ },
57
65
  },
58
66
  fieldsets: [
59
67
  {
@@ -69,6 +77,7 @@ const ItemSchema = () => ({
69
77
  'format',
70
78
  'size',
71
79
  'path',
80
+ 'source',
72
81
  ],
73
82
  },
74
83
  ],