@eeacms/volto-embed 9.0.0 → 9.0.2

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,7 +4,23 @@ 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
- ### [9.0.0](https://github.com/eea/volto-embed/compare/8.0.0...9.0.0) - 23 November 2023
7
+ ### [9.0.2](https://github.com/eea/volto-embed/compare/9.0.1...9.0.2) - 29 November 2023
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - fix tests [Miu Razvan - [`063eed1`](https://github.com/eea/volto-embed/commit/063eed1d816b4a5c83293b5e24dacf17de967009)]
12
+ - update [Miu Razvan - [`7c9452f`](https://github.com/eea/volto-embed/commit/7c9452f1851a26de2ad5d57c80475bb362065782)]
13
+ - add locales [Miu Razvan - [`d79cb48`](https://github.com/eea/volto-embed/commit/d79cb48005e5e14dbb663f5438c0ecbd53ac0502)]
14
+ - update tests [Miu Razvan - [`976d26f`](https://github.com/eea/volto-embed/commit/976d26fa8df5e5f06394904f6f3dfaef2e3a4b10)]
15
+ ### [9.0.1](https://github.com/eea/volto-embed/compare/9.0.0...9.0.1) - 24 November 2023
16
+
17
+ #### :hammer_and_wrench: Others
18
+
19
+ - remove console.log [Miu Razvan - [`f6543c8`](https://github.com/eea/volto-embed/commit/f6543c80d5fe6f765c7037ef1964d99f9a9dbc13)]
20
+ - update [Miu Razvan - [`f947c1e`](https://github.com/eea/volto-embed/commit/f947c1eef5b8de7cf69698ea4de2e08a686f0f47)]
21
+ - fix [Miu Razvan - [`f57f1bd`](https://github.com/eea/volto-embed/commit/f57f1bd8ac35b775f18923ece45b6db0274d4948)]
22
+ - fix [Miu Razvan - [`197dbdb`](https://github.com/eea/volto-embed/commit/197dbdbe610010db1a62d159ef3fec519970c6b0)]
23
+ ## [9.0.0](https://github.com/eea/volto-embed/compare/8.0.0...9.0.0) - 23 November 2023
8
24
 
9
25
  #### :bug: Bug Fixes
10
26
 
@@ -17,7 +33,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
17
33
  - update [Miu Razvan - [`926beb8`](https://github.com/eea/volto-embed/commit/926beb87d2c44907aebe57369312eea7bf22d656)]
18
34
  - update [Miu Razvan - [`da351ae`](https://github.com/eea/volto-embed/commit/da351ae9ffaaef756f7a665618a03fd04cb9b01d)]
19
35
  - use volto-datablocks@develop dependency [Miu Razvan - [`b379d84`](https://github.com/eea/volto-embed/commit/b379d8478657dd39dad066181b349cee7ac2531d)]
20
- - add tets + fixes [Miu Razvan - [`b013196`](https://github.com/eea/volto-embed/commit/b013196cbaebaada27dd9ae5a0e4fe6908637152)]
21
36
  ## [8.0.0](https://github.com/eea/volto-embed/compare/7.0.2...8.0.0) - 17 November 2023
22
37
 
23
38
  #### :hammer_and_wrench: Others
package/cypress.config.js CHANGED
@@ -1,36 +1,27 @@
1
- const { defineConfig } = require("cypress");
1
+ const { defineConfig } = require('cypress');
2
2
 
3
3
  module.exports = defineConfig({
4
4
  viewportWidth: 1280,
5
5
  defaultCommandTimeout: 8888,
6
6
  chromeWebSecurity: false,
7
- reporter: "junit",
7
+ reporter: 'junit',
8
8
  video: false,
9
-
10
9
  retries: {
11
10
  runMode: 2,
12
11
  openMode: 0,
13
12
  },
14
-
15
13
  reporterOptions: {
16
- mochaFile: "cypress/reports/cypress-[hash].xml",
14
+ mochaFile: 'cypress/reports/cypress-[hash].xml',
17
15
  jenkinsMode: true,
18
16
  toConsole: true,
19
17
  },
20
-
21
18
  e2e: {
22
19
  setupNodeEvents(on, config) {
23
20
  // e2e testing node events setup code
24
- require("@cypress/code-coverage/task")(on, config);
21
+ require('@cypress/code-coverage/task')(on, config);
22
+ require('cypress-fail-fast/plugin')(on, config);
25
23
  return config;
26
24
  },
27
- baseUrl: "http://localhost:3000",
28
- },
29
-
30
- component: {
31
- devServer: {
32
- framework: "react",
33
- bundler: "webpack",
34
- },
25
+ baseUrl: 'http://localhost:3000',
35
26
  },
36
27
  });
@@ -36,4 +36,7 @@ module.exports = {
36
36
  statements: 5,
37
37
  },
38
38
  },
39
+ setupFilesAfterEnv: [
40
+ '<rootDir>/node_modules/@eeacms/volto-embed/jest.setup.js',
41
+ ],
39
42
  };
package/jest.setup.js ADDED
@@ -0,0 +1,77 @@
1
+ import { jest } from '@jest/globals';
2
+ import configureStore from 'redux-mock-store';
3
+
4
+ const mockStore = configureStore();
5
+
6
+ global.store = mockStore({
7
+ intl: {
8
+ locale: 'en',
9
+ messages: {},
10
+ },
11
+ content: {
12
+ create: {},
13
+ subrequests: [],
14
+ },
15
+ connected_data_parameters: {},
16
+ });
17
+
18
+ const mockSemanticComponents = jest.requireActual('semantic-ui-react');
19
+ const mockComponents = jest.requireActual('@plone/volto/components');
20
+
21
+ jest.mock('semantic-ui-react', () => ({
22
+ ...mockSemanticComponents,
23
+ Popup: ({ content, trigger }) => {
24
+ return (
25
+ <div className="popup">
26
+ <div className="trigger">{trigger}</div>
27
+ <div className="content">{content}</div>
28
+ </div>
29
+ );
30
+ },
31
+ }));
32
+
33
+ jest.doMock('@plone/volto/components', () => {
34
+ return {
35
+ __esModule: true,
36
+ ...mockComponents,
37
+ Toast: ({ children }) => <div className="toast">{children}</div>,
38
+ SidebarPortal: ({ children }) => <div id="sidebar">{children}</div>,
39
+ UniversalLink: ({ children, href }) => {
40
+ return <a href={href}>{children}</a>;
41
+ },
42
+ };
43
+ });
44
+
45
+ jest.doMock('@plone/volto-slate/editor/render', () => ({
46
+ __esModule: true,
47
+ serializeNodes: (nodes) => {
48
+ return nodes.map((node, index) => {
49
+ const Tag = node.type || 'p';
50
+ return (
51
+ <Tag key={`node-${index}`}>
52
+ {node.children.map((item, index) => (
53
+ <span key={`item-${index}`}>{item.text}</span>
54
+ ))}
55
+ </Tag>
56
+ );
57
+ });
58
+ },
59
+ serializeNodesToText: (nodes) => {
60
+ return nodes
61
+ .reduce((texts, node) => {
62
+ if (node.children) {
63
+ node.children.forEach((item) => {
64
+ texts.push(item.text);
65
+ });
66
+ }
67
+ return texts;
68
+ }, [])
69
+ .join('');
70
+ },
71
+ }));
72
+
73
+ global.fetch = jest.fn(() =>
74
+ Promise.resolve({
75
+ json: () => Promise.resolve({}),
76
+ }),
77
+ );
@@ -11,13 +11,11 @@ msgstr ""
11
11
  "Content-Transfer-Encoding: \n"
12
12
  "Plural-Forms: \n"
13
13
 
14
- #: Blocks/EmbedMaps/schema
15
14
  #: Blocks/Maps/schema
16
15
  # defaultMessage: Alignment
17
16
  msgid "Alignment"
18
17
  msgstr ""
19
18
 
20
- #: Blocks/EmbedMaps/schema
21
19
  #: Blocks/Maps/schema
22
20
  # defaultMessage: Alt text
23
21
  msgid "Alt text"
@@ -25,55 +23,43 @@ msgstr ""
25
23
 
26
24
  #: Blocks/EmbedMaps/schema
27
25
  #: Blocks/Maps/schema
28
- # defaultMessage: undefined
29
- msgid "CSSHeight"
30
- msgstr ""
31
-
32
- #: Blocks/EmbedMaps/schema
33
- #: Blocks/Maps/schema
34
- # defaultMessage: undefined
35
- msgid "CSSHeightDescription"
26
+ # defaultMessage: CSS height
27
+ msgid "CSS height"
36
28
  msgstr ""
37
29
 
38
- #: Blocks/EmbedMaps/Edit
39
30
  #: Blocks/Maps/Edit
40
31
  # defaultMessage: Center
41
32
  msgid "Center"
42
33
  msgstr ""
43
34
 
44
- #: Blocks/EmbedMaps/Edit
45
35
  #: Blocks/Maps/Edit
46
36
  #: Widgets/MapsWidget
47
37
  # defaultMessage: Embed code error, please follow the instructions and try again.
48
38
  msgid "Embed code error, please follow the instructions and try again."
49
39
  msgstr ""
50
40
 
51
- #: Blocks/EmbedMaps/View
52
41
  #: Blocks/Maps/View
53
- #: Map/Map
42
+ #: EmbedMap/EmbedMap
54
43
  # defaultMessage: Embeded Google Maps
55
44
  msgid "Embeded Google Maps"
56
45
  msgstr ""
57
46
 
58
- #: Blocks/EmbedMaps/Edit
59
47
  #: Blocks/Maps/Edit
48
+ #: Widgets/MapsWidget
60
49
  # defaultMessage: Enter map Embed Code
61
50
  msgid "Enter map Embed Code"
62
51
  msgstr ""
63
52
 
64
- #: Blocks/EmbedMaps/Edit
65
53
  #: Blocks/Maps/Edit
66
54
  # defaultMessage: Full
67
55
  msgid "Full"
68
56
  msgstr ""
69
57
 
70
- #: Blocks/EmbedMaps/Edit
71
58
  #: Blocks/Maps/Edit
72
59
  # defaultMessage: Google Maps Embedded Block
73
60
  msgid "Google Maps Embedded Block"
74
61
  msgstr ""
75
62
 
76
- #: Blocks/EmbedMaps/Edit
77
63
  #: Blocks/Maps/Edit
78
64
  # defaultMessage: Left
79
65
  msgid "Left"
@@ -84,34 +70,34 @@ msgstr ""
84
70
  msgid "Live image generated"
85
71
  msgstr ""
86
72
 
87
- #: Blocks/EmbedMaps/MapsSidebar
88
73
  #: Blocks/EmbedMaps/schema
74
+ #: Blocks/Maps/schema
75
+ # defaultMessage: Map height
76
+ msgid "Map height"
77
+ msgstr ""
78
+
89
79
  #: Blocks/Maps/MapsSidebar
90
80
  #: Blocks/Maps/schema
91
81
  # defaultMessage: Maps
92
82
  msgid "Maps"
93
83
  msgstr ""
94
84
 
95
- #: Blocks/EmbedMaps/schema
96
85
  #: Blocks/Maps/schema
97
86
  # defaultMessage: Maps URL
98
87
  msgid "Maps URL"
99
88
  msgstr ""
100
89
 
101
- #: Blocks/EmbedMaps/MapsSidebar
102
90
  #: Blocks/Maps/MapsSidebar
103
91
  # defaultMessage: No map selected
104
92
  msgid "No map selected"
105
93
  msgstr ""
106
94
 
107
- #: Blocks/EmbedMaps/Edit
108
95
  #: Blocks/Maps/Edit
109
96
  #: Widgets/MapsWidget
110
97
  # defaultMessage: Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.
111
98
  msgid "Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it."
112
99
  msgstr ""
113
100
 
114
- #: Blocks/EmbedMaps/Edit
115
101
  #: Blocks/Maps/Edit
116
102
  # defaultMessage: Right
117
103
  msgid "Right"
@@ -11,13 +11,11 @@ msgstr ""
11
11
  "Content-Transfer-Encoding: \n"
12
12
  "Plural-Forms: \n"
13
13
 
14
- #: Blocks/EmbedMaps/schema
15
14
  #: Blocks/Maps/schema
16
15
  # defaultMessage: Alignment
17
16
  msgid "Alignment"
18
17
  msgstr ""
19
18
 
20
- #: Blocks/EmbedMaps/schema
21
19
  #: Blocks/Maps/schema
22
20
  # defaultMessage: Alt text
23
21
  msgid "Alt text"
@@ -25,55 +23,43 @@ msgstr ""
25
23
 
26
24
  #: Blocks/EmbedMaps/schema
27
25
  #: Blocks/Maps/schema
28
- # defaultMessage: undefined
29
- msgid "CSSHeight"
30
- msgstr ""
31
-
32
- #: Blocks/EmbedMaps/schema
33
- #: Blocks/Maps/schema
34
- # defaultMessage: undefined
35
- msgid "CSSHeightDescription"
26
+ # defaultMessage: CSS height
27
+ msgid "CSS height"
36
28
  msgstr ""
37
29
 
38
- #: Blocks/EmbedMaps/Edit
39
30
  #: Blocks/Maps/Edit
40
31
  # defaultMessage: Center
41
32
  msgid "Center"
42
33
  msgstr ""
43
34
 
44
- #: Blocks/EmbedMaps/Edit
45
35
  #: Blocks/Maps/Edit
46
36
  #: Widgets/MapsWidget
47
37
  # defaultMessage: Embed code error, please follow the instructions and try again.
48
38
  msgid "Embed code error, please follow the instructions and try again."
49
39
  msgstr ""
50
40
 
51
- #: Blocks/EmbedMaps/View
52
41
  #: Blocks/Maps/View
53
- #: Map/Map
42
+ #: EmbedMap/EmbedMap
54
43
  # defaultMessage: Embeded Google Maps
55
44
  msgid "Embeded Google Maps"
56
45
  msgstr ""
57
46
 
58
- #: Blocks/EmbedMaps/Edit
59
47
  #: Blocks/Maps/Edit
48
+ #: Widgets/MapsWidget
60
49
  # defaultMessage: Enter map Embed Code
61
50
  msgid "Enter map Embed Code"
62
51
  msgstr ""
63
52
 
64
- #: Blocks/EmbedMaps/Edit
65
53
  #: Blocks/Maps/Edit
66
54
  # defaultMessage: Full
67
55
  msgid "Full"
68
56
  msgstr ""
69
57
 
70
- #: Blocks/EmbedMaps/Edit
71
58
  #: Blocks/Maps/Edit
72
59
  # defaultMessage: Google Maps Embedded Block
73
60
  msgid "Google Maps Embedded Block"
74
61
  msgstr ""
75
62
 
76
- #: Blocks/EmbedMaps/Edit
77
63
  #: Blocks/Maps/Edit
78
64
  # defaultMessage: Left
79
65
  msgid "Left"
@@ -84,34 +70,34 @@ msgstr ""
84
70
  msgid "Live image generated"
85
71
  msgstr ""
86
72
 
87
- #: Blocks/EmbedMaps/MapsSidebar
88
73
  #: Blocks/EmbedMaps/schema
74
+ #: Blocks/Maps/schema
75
+ # defaultMessage: Map height
76
+ msgid "Map height"
77
+ msgstr ""
78
+
89
79
  #: Blocks/Maps/MapsSidebar
90
80
  #: Blocks/Maps/schema
91
81
  # defaultMessage: Maps
92
82
  msgid "Maps"
93
83
  msgstr ""
94
84
 
95
- #: Blocks/EmbedMaps/schema
96
85
  #: Blocks/Maps/schema
97
86
  # defaultMessage: Maps URL
98
87
  msgid "Maps URL"
99
88
  msgstr ""
100
89
 
101
- #: Blocks/EmbedMaps/MapsSidebar
102
90
  #: Blocks/Maps/MapsSidebar
103
91
  # defaultMessage: No map selected
104
92
  msgid "No map selected"
105
93
  msgstr ""
106
94
 
107
- #: Blocks/EmbedMaps/Edit
108
95
  #: Blocks/Maps/Edit
109
96
  #: Widgets/MapsWidget
110
97
  # defaultMessage: Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.
111
98
  msgid "Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it."
112
99
  msgstr ""
113
100
 
114
- #: Blocks/EmbedMaps/Edit
115
101
  #: Blocks/Maps/Edit
116
102
  # defaultMessage: Right
117
103
  msgid "Right"
@@ -11,13 +11,11 @@ msgstr ""
11
11
  "Content-Transfer-Encoding: \n"
12
12
  "Plural-Forms: \n"
13
13
 
14
- #: Blocks/EmbedMaps/schema
15
14
  #: Blocks/Maps/schema
16
15
  # defaultMessage: Alignment
17
16
  msgid "Alignment"
18
17
  msgstr ""
19
18
 
20
- #: Blocks/EmbedMaps/schema
21
19
  #: Blocks/Maps/schema
22
20
  # defaultMessage: Alt text
23
21
  msgid "Alt text"
@@ -25,55 +23,43 @@ msgstr ""
25
23
 
26
24
  #: Blocks/EmbedMaps/schema
27
25
  #: Blocks/Maps/schema
28
- # defaultMessage: undefined
29
- msgid "CSSHeight"
30
- msgstr ""
31
-
32
- #: Blocks/EmbedMaps/schema
33
- #: Blocks/Maps/schema
34
- # defaultMessage: undefined
35
- msgid "CSSHeightDescription"
26
+ # defaultMessage: CSS height
27
+ msgid "CSS height"
36
28
  msgstr ""
37
29
 
38
- #: Blocks/EmbedMaps/Edit
39
30
  #: Blocks/Maps/Edit
40
31
  # defaultMessage: Center
41
32
  msgid "Center"
42
33
  msgstr ""
43
34
 
44
- #: Blocks/EmbedMaps/Edit
45
35
  #: Blocks/Maps/Edit
46
36
  #: Widgets/MapsWidget
47
37
  # defaultMessage: Embed code error, please follow the instructions and try again.
48
38
  msgid "Embed code error, please follow the instructions and try again."
49
39
  msgstr ""
50
40
 
51
- #: Blocks/EmbedMaps/View
52
41
  #: Blocks/Maps/View
53
- #: Map/Map
42
+ #: EmbedMap/EmbedMap
54
43
  # defaultMessage: Embeded Google Maps
55
44
  msgid "Embeded Google Maps"
56
45
  msgstr ""
57
46
 
58
- #: Blocks/EmbedMaps/Edit
59
47
  #: Blocks/Maps/Edit
48
+ #: Widgets/MapsWidget
60
49
  # defaultMessage: Enter map Embed Code
61
50
  msgid "Enter map Embed Code"
62
51
  msgstr ""
63
52
 
64
- #: Blocks/EmbedMaps/Edit
65
53
  #: Blocks/Maps/Edit
66
54
  # defaultMessage: Full
67
55
  msgid "Full"
68
56
  msgstr ""
69
57
 
70
- #: Blocks/EmbedMaps/Edit
71
58
  #: Blocks/Maps/Edit
72
59
  # defaultMessage: Google Maps Embedded Block
73
60
  msgid "Google Maps Embedded Block"
74
61
  msgstr ""
75
62
 
76
- #: Blocks/EmbedMaps/Edit
77
63
  #: Blocks/Maps/Edit
78
64
  # defaultMessage: Left
79
65
  msgid "Left"
@@ -84,34 +70,34 @@ msgstr ""
84
70
  msgid "Live image generated"
85
71
  msgstr ""
86
72
 
87
- #: Blocks/EmbedMaps/MapsSidebar
88
73
  #: Blocks/EmbedMaps/schema
74
+ #: Blocks/Maps/schema
75
+ # defaultMessage: Map height
76
+ msgid "Map height"
77
+ msgstr ""
78
+
89
79
  #: Blocks/Maps/MapsSidebar
90
80
  #: Blocks/Maps/schema
91
81
  # defaultMessage: Maps
92
82
  msgid "Maps"
93
83
  msgstr ""
94
84
 
95
- #: Blocks/EmbedMaps/schema
96
85
  #: Blocks/Maps/schema
97
86
  # defaultMessage: Maps URL
98
87
  msgid "Maps URL"
99
88
  msgstr ""
100
89
 
101
- #: Blocks/EmbedMaps/MapsSidebar
102
90
  #: Blocks/Maps/MapsSidebar
103
91
  # defaultMessage: No map selected
104
92
  msgid "No map selected"
105
93
  msgstr ""
106
94
 
107
- #: Blocks/EmbedMaps/Edit
108
95
  #: Blocks/Maps/Edit
109
96
  #: Widgets/MapsWidget
110
97
  # defaultMessage: Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.
111
98
  msgid "Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it."
112
99
  msgstr ""
113
100
 
114
- #: Blocks/EmbedMaps/Edit
115
101
  #: Blocks/Maps/Edit
116
102
  # defaultMessage: Right
117
103
  msgid "Right"
@@ -11,13 +11,11 @@ msgstr ""
11
11
  "Content-Transfer-Encoding: \n"
12
12
  "Plural-Forms: \n"
13
13
 
14
- #: Blocks/EmbedMaps/schema
15
14
  #: Blocks/Maps/schema
16
15
  # defaultMessage: Alignment
17
16
  msgid "Alignment"
18
17
  msgstr ""
19
18
 
20
- #: Blocks/EmbedMaps/schema
21
19
  #: Blocks/Maps/schema
22
20
  # defaultMessage: Alt text
23
21
  msgid "Alt text"
@@ -25,55 +23,43 @@ msgstr ""
25
23
 
26
24
  #: Blocks/EmbedMaps/schema
27
25
  #: Blocks/Maps/schema
28
- # defaultMessage: undefined
29
- msgid "CSSHeight"
30
- msgstr ""
31
-
32
- #: Blocks/EmbedMaps/schema
33
- #: Blocks/Maps/schema
34
- # defaultMessage: undefined
35
- msgid "CSSHeightDescription"
26
+ # defaultMessage: CSS height
27
+ msgid "CSS height"
36
28
  msgstr ""
37
29
 
38
- #: Blocks/EmbedMaps/Edit
39
30
  #: Blocks/Maps/Edit
40
31
  # defaultMessage: Center
41
32
  msgid "Center"
42
33
  msgstr ""
43
34
 
44
- #: Blocks/EmbedMaps/Edit
45
35
  #: Blocks/Maps/Edit
46
36
  #: Widgets/MapsWidget
47
37
  # defaultMessage: Embed code error, please follow the instructions and try again.
48
38
  msgid "Embed code error, please follow the instructions and try again."
49
39
  msgstr ""
50
40
 
51
- #: Blocks/EmbedMaps/View
52
41
  #: Blocks/Maps/View
53
- #: Map/Map
42
+ #: EmbedMap/EmbedMap
54
43
  # defaultMessage: Embeded Google Maps
55
44
  msgid "Embeded Google Maps"
56
45
  msgstr ""
57
46
 
58
- #: Blocks/EmbedMaps/Edit
59
47
  #: Blocks/Maps/Edit
48
+ #: Widgets/MapsWidget
60
49
  # defaultMessage: Enter map Embed Code
61
50
  msgid "Enter map Embed Code"
62
51
  msgstr ""
63
52
 
64
- #: Blocks/EmbedMaps/Edit
65
53
  #: Blocks/Maps/Edit
66
54
  # defaultMessage: Full
67
55
  msgid "Full"
68
56
  msgstr ""
69
57
 
70
- #: Blocks/EmbedMaps/Edit
71
58
  #: Blocks/Maps/Edit
72
59
  # defaultMessage: Google Maps Embedded Block
73
60
  msgid "Google Maps Embedded Block"
74
61
  msgstr ""
75
62
 
76
- #: Blocks/EmbedMaps/Edit
77
63
  #: Blocks/Maps/Edit
78
64
  # defaultMessage: Left
79
65
  msgid "Left"
@@ -84,34 +70,34 @@ msgstr ""
84
70
  msgid "Live image generated"
85
71
  msgstr ""
86
72
 
87
- #: Blocks/EmbedMaps/MapsSidebar
88
73
  #: Blocks/EmbedMaps/schema
74
+ #: Blocks/Maps/schema
75
+ # defaultMessage: Map height
76
+ msgid "Map height"
77
+ msgstr ""
78
+
89
79
  #: Blocks/Maps/MapsSidebar
90
80
  #: Blocks/Maps/schema
91
81
  # defaultMessage: Maps
92
82
  msgid "Maps"
93
83
  msgstr ""
94
84
 
95
- #: Blocks/EmbedMaps/schema
96
85
  #: Blocks/Maps/schema
97
86
  # defaultMessage: Maps URL
98
87
  msgid "Maps URL"
99
88
  msgstr ""
100
89
 
101
- #: Blocks/EmbedMaps/MapsSidebar
102
90
  #: Blocks/Maps/MapsSidebar
103
91
  # defaultMessage: No map selected
104
92
  msgid "No map selected"
105
93
  msgstr ""
106
94
 
107
- #: Blocks/EmbedMaps/Edit
108
95
  #: Blocks/Maps/Edit
109
96
  #: Widgets/MapsWidget
110
97
  # defaultMessage: Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.
111
98
  msgid "Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it."
112
99
  msgstr ""
113
100
 
114
- #: Blocks/EmbedMaps/Edit
115
101
  #: Blocks/Maps/Edit
116
102
  # defaultMessage: Right
117
103
  msgid "Right"