@kitconcept/volto-light-theme 8.0.0-alpha.3 → 8.0.0-alpha.30

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.
Files changed (200) hide show
  1. package/.changelog.draft +6 -9
  2. package/CHANGELOG.md +310 -0
  3. package/locales/af/LC_MESSAGES/volto.po +645 -0
  4. package/locales/ar/LC_MESSAGES/volto.po +645 -0
  5. package/locales/bg/LC_MESSAGES/volto.po +645 -0
  6. package/locales/bn/LC_MESSAGES/volto.po +645 -0
  7. package/locales/ca/LC_MESSAGES/volto.po +645 -0
  8. package/locales/cs/LC_MESSAGES/volto.po +645 -0
  9. package/locales/cy/LC_MESSAGES/volto.po +645 -0
  10. package/locales/da/LC_MESSAGES/volto.po +645 -0
  11. package/locales/de/LC_MESSAGES/volto.po +83 -167
  12. package/locales/el/LC_MESSAGES/volto.po +645 -0
  13. package/locales/en/LC_MESSAGES/volto.po +30 -115
  14. package/locales/en_AU/LC_MESSAGES/volto.po +645 -0
  15. package/locales/en_GB/LC_MESSAGES/volto.po +645 -0
  16. package/locales/eo/LC_MESSAGES/volto.po +645 -0
  17. package/locales/es/LC_MESSAGES/volto.po +75 -160
  18. package/locales/et/LC_MESSAGES/volto.po +645 -0
  19. package/locales/eu/LC_MESSAGES/volto.po +59 -125
  20. package/locales/fa/LC_MESSAGES/volto.po +645 -0
  21. package/locales/fi/LC_MESSAGES/volto.po +645 -0
  22. package/locales/fr/LC_MESSAGES/volto.po +645 -0
  23. package/locales/fu/LC_MESSAGES/volto.po +645 -0
  24. package/locales/ga/LC_MESSAGES/volto.po +645 -0
  25. package/locales/gl/LC_MESSAGES/volto.po +645 -0
  26. package/locales/he/LC_MESSAGES/volto.po +645 -0
  27. package/locales/hi/LC_MESSAGES/volto.po +645 -0
  28. package/locales/hr/LC_MESSAGES/volto.po +645 -0
  29. package/locales/hu/LC_MESSAGES/volto.po +645 -0
  30. package/locales/hy/LC_MESSAGES/volto.po +645 -0
  31. package/locales/id/LC_MESSAGES/volto.po +645 -0
  32. package/locales/it/LC_MESSAGES/volto.po +645 -0
  33. package/locales/ja/LC_MESSAGES/volto.po +645 -0
  34. package/locales/ka/LC_MESSAGES/volto.po +645 -0
  35. package/locales/kn/LC_MESSAGES/volto.po +645 -0
  36. package/locales/ko/LC_MESSAGES/volto.po +645 -0
  37. package/locales/lt/LC_MESSAGES/volto.po +645 -0
  38. package/locales/lv/LC_MESSAGES/volto.po +645 -0
  39. package/locales/mi/LC_MESSAGES/volto.po +645 -0
  40. package/locales/mk_MK/LC_MESSAGES/volto.po +645 -0
  41. package/locales/ms/LC_MESSAGES/volto.po +645 -0
  42. package/locales/mt/LC_MESSAGES/volto.po +645 -0
  43. package/locales/my/LC_MESSAGES/volto.po +645 -0
  44. package/locales/nl/LC_MESSAGES/volto.po +645 -0
  45. package/locales/nl_BE/LC_MESSAGES/volto.po +645 -0
  46. package/locales/nn/LC_MESSAGES/volto.po +645 -0
  47. package/locales/no/LC_MESSAGES/volto.po +645 -0
  48. package/locales/pl/LC_MESSAGES/volto.po +645 -0
  49. package/locales/pt/LC_MESSAGES/volto.po +645 -0
  50. package/locales/pt_BR/LC_MESSAGES/volto.po +38 -123
  51. package/locales/rm/LC_MESSAGES/volto.po +645 -0
  52. package/locales/ro/LC_MESSAGES/volto.po +645 -0
  53. package/locales/ru/LC_MESSAGES/volto.po +645 -0
  54. package/locales/sk/LC_MESSAGES/volto.po +645 -0
  55. package/locales/sl/LC_MESSAGES/volto.po +645 -0
  56. package/locales/sm/LC_MESSAGES/volto.po +645 -0
  57. package/locales/sq/LC_MESSAGES/volto.po +645 -0
  58. package/locales/sr/LC_MESSAGES/volto.po +645 -0
  59. package/locales/sr_Cyrl/LC_MESSAGES/volto.po +645 -0
  60. package/locales/sr_Latn/LC_MESSAGES/volto.po +645 -0
  61. package/locales/sv/LC_MESSAGES/volto.po +645 -0
  62. package/locales/sw/LC_MESSAGES/volto.po +645 -0
  63. package/locales/ta/LC_MESSAGES/volto.po +645 -0
  64. package/locales/te/LC_MESSAGES/volto.po +645 -0
  65. package/locales/th/LC_MESSAGES/volto.po +645 -0
  66. package/locales/tl/LC_MESSAGES/volto.po +645 -0
  67. package/locales/to/LC_MESSAGES/volto.po +645 -0
  68. package/locales/tr/LC_MESSAGES/volto.po +645 -0
  69. package/locales/uk/LC_MESSAGES/volto.po +645 -0
  70. package/locales/vi/LC_MESSAGES/volto.po +645 -0
  71. package/locales/volto.pot +31 -116
  72. package/locales/zh_CN/LC_MESSAGES/volto.po +645 -0
  73. package/locales/zh_HK/LC_MESSAGES/volto.po +645 -0
  74. package/locales/zh_TW/LC_MESSAGES/volto.po +645 -0
  75. package/package.json +7 -4
  76. package/src/__mocks__/semantic-ui-react.ts +31 -0
  77. package/src/components/Blocks/Block/EditBlockWrapper.jsx +9 -3
  78. package/src/components/Blocks/Button/schema.js +12 -0
  79. package/src/components/Blocks/EventCalendar/Search/components/EventTemplate.tsx +1 -1
  80. package/src/components/Blocks/Image/Edit.jsx +9 -32
  81. package/src/components/Blocks/Image/View.jsx +9 -26
  82. package/src/components/Blocks/Image/adapter.js +28 -14
  83. package/src/components/Blocks/Image/adapter.test.js +156 -0
  84. package/src/components/Blocks/Image/schema.js +21 -7
  85. package/src/components/Blocks/Listing/DefaultTemplate.jsx +12 -6
  86. package/src/components/Blocks/Listing/GridTemplate.jsx +17 -7
  87. package/src/components/Blocks/Listing/ListingBody.jsx +4 -1
  88. package/src/components/Blocks/Listing/SummaryTemplate.jsx +17 -7
  89. package/src/components/Blocks/Maps/MapsSidebar.jsx +68 -0
  90. package/src/components/Blocks/Maps/View.jsx +37 -0
  91. package/src/components/Blocks/Maps/adapter.js +27 -0
  92. package/src/components/Blocks/Maps/adapter.test.js +63 -0
  93. package/src/components/Blocks/Maps/schema.js +42 -2
  94. package/src/components/Blocks/Separator/schema.js +12 -0
  95. package/src/components/Blocks/Teaser/DefaultBody.tsx +35 -6
  96. package/src/components/Blocks/Video/VideoSidebar.jsx +68 -0
  97. package/src/components/Blocks/Video/View.jsx +38 -0
  98. package/src/components/Blocks/Video/adapter.js +28 -0
  99. package/src/components/Blocks/Video/adapter.test.js +63 -0
  100. package/src/components/Blocks/Video/schema.js +42 -2
  101. package/src/components/Blocks/schema.ts +69 -0
  102. package/src/components/Breadcrumbs/Breadcrumbs.test.tsx +128 -0
  103. package/src/components/Breadcrumbs/Breadcrumbs.tsx +117 -0
  104. package/src/components/Caption/Caption.test.tsx +31 -0
  105. package/src/components/Caption/{Caption.jsx → Caption.tsx} +14 -21
  106. package/src/components/Footer/ColumnLinks.tsx +2 -2
  107. package/src/components/Footer/Footer.tsx +2 -2
  108. package/src/components/Footer/slots/Colophon.tsx +13 -1
  109. package/src/components/Footer/slots/CoreFooter.tsx +4 -2
  110. package/src/components/Footer/slots/FollowUsLogoAndLinks.tsx +12 -23
  111. package/src/components/Header/Header.tsx +3 -3
  112. package/src/components/LanguageSelector/LanguageSelector.tsx +91 -0
  113. package/src/components/MobileNavigation/MobileNavigation.jsx +11 -9
  114. package/src/components/Navigation/Navigation.test.tsx +176 -0
  115. package/src/components/Navigation/{Navigation.jsx → Navigation.tsx} +89 -42
  116. package/src/components/StickyMenu/MobileCarouselArrowButton.tsx +81 -0
  117. package/src/components/StickyMenu/MobileStickyMenu.tsx +76 -0
  118. package/src/components/Summary/DefaultSummary.tsx +10 -3
  119. package/src/components/Summary/EventSummary.tsx +10 -3
  120. package/src/components/Summary/FileSummary.tsx +10 -3
  121. package/src/components/Summary/NewsItemSummary.tsx +10 -3
  122. package/src/components/Summary/PersonSummary.tsx +10 -3
  123. package/src/components/Summary/Summary.stories.tsx +46 -30
  124. package/src/components/Tags/Tags.test.tsx +71 -0
  125. package/src/components/Tags/{Tags.jsx → Tags.tsx} +9 -25
  126. package/src/components/Theme/EventView.jsx +4 -4
  127. package/src/components/Theme/ImageView.jsx +8 -1
  128. package/src/components/Theme/NewsItemView.jsx +4 -4
  129. package/src/components/Theme/RenderBlocksV2.jsx +38 -15
  130. package/src/components/Widgets/ColorSwatch.stories.tsx +197 -0
  131. package/src/components/Widgets/ColorSwatch.test.tsx +188 -0
  132. package/src/components/Widgets/ColorSwatch.tsx +77 -39
  133. package/src/components/Widgets/ObjectList.tsx +37 -27
  134. package/src/components/Widgets/SoftTextWidget.tsx +129 -0
  135. package/src/components/Widgets/SoftTextareaWidget.tsx +118 -0
  136. package/src/components/Widgets/ThemeColorSwatch.tsx +5 -9
  137. package/src/config/blocks.tsx +83 -28
  138. package/src/config/classExtenders.ts +11 -10
  139. package/src/config/settings.ts +6 -0
  140. package/src/config/slots.ts +7 -0
  141. package/src/config/widgets.ts +5 -9
  142. package/src/customizations/volto/components/manage/Blocks/Maps/MapsSidebar.jsx +10 -0
  143. package/src/customizations/volto/components/manage/Blocks/Maps/View.jsx +10 -0
  144. package/src/customizations/volto/components/manage/Blocks/Video/VideoSidebar.jsx +10 -0
  145. package/src/customizations/volto/components/manage/Blocks/Video/View.jsx +10 -0
  146. package/src/customizations/volto/components/manage/DragDropList/DragDropList.jsx +263 -0
  147. package/src/customizations/volto/components/theme/LanguageSelector/LanguageSelector.tsx +10 -0
  148. package/src/helpers/styleDefinitions.test.tsx +30 -0
  149. package/src/helpers/styleDefinitions.ts +49 -0
  150. package/src/helpers/useLiveData.ts +7 -2
  151. package/src/index.ts +15 -0
  152. package/src/internalChecks.test.ts +94 -0
  153. package/src/primitives/Card/Card.stories.tsx +4 -1
  154. package/src/primitives/Card/Card.test.tsx +11 -33
  155. package/src/primitives/Card/Card.tsx +37 -44
  156. package/src/primitives/IconLinkList.tsx +53 -52
  157. package/src/primitives/LinkIconButton.tsx +52 -0
  158. package/src/reducers/errorContext.ts +14 -0
  159. package/src/reducers/index.ts +7 -0
  160. package/src/theme/_bgcolor-blocks-layout.scss +48 -46
  161. package/src/theme/_content.scss +12 -13
  162. package/src/theme/_export_import.scss +94 -0
  163. package/src/theme/_footer.scss +131 -64
  164. package/src/theme/_header.scss +25 -5
  165. package/src/theme/_insets.scss +1 -1
  166. package/src/theme/_layout.scss +41 -77
  167. package/src/theme/_mobile-sticky-menu.scss +92 -0
  168. package/src/theme/_search-page.scss +250 -0
  169. package/src/theme/_typo-custom.scss +24 -8
  170. package/src/theme/_variables.scss +40 -4
  171. package/src/theme/_widgets.scss +6 -17
  172. package/src/theme/blocks/_accordion.scss +11 -4
  173. package/src/theme/blocks/_form.scss +350 -0
  174. package/src/theme/blocks/_grid.scss +10 -77
  175. package/src/theme/blocks/_highlight.scss +10 -7
  176. package/src/theme/blocks/_image.scss +99 -184
  177. package/src/theme/blocks/_listing.scss +61 -128
  178. package/src/theme/blocks/_maps.scss +60 -34
  179. package/src/theme/blocks/_search.scss +3 -4
  180. package/src/theme/blocks/_table.scss +1 -0
  181. package/src/theme/blocks/_teaser.scss +7 -117
  182. package/src/theme/blocks/_toc.scss +2 -1
  183. package/src/theme/card.scss +136 -69
  184. package/src/theme/main.scss +4 -0
  185. package/src/theme/notfound.scss +2 -0
  186. package/src/theme/person.scss +7 -1
  187. package/src/theme/sticky-menu.scss +7 -5
  188. package/src/transforms/to6.ts +5 -49
  189. package/src/transforms/to8.test.js +201 -0
  190. package/src/transforms/to8.ts +109 -0
  191. package/src/types.d.ts +1 -0
  192. package/vitest.config.mjs +28 -3
  193. package/razzle.extend.js +0 -38
  194. package/src/components/Blocks/schema.js +0 -44
  195. package/src/components/Breadcrumbs/Breadcrumbs.jsx +0 -118
  196. package/src/components/Widgets/AlignWidget.tsx +0 -84
  197. package/src/components/Widgets/BlockAlignment.tsx +0 -88
  198. package/src/components/Widgets/BlockWidth.tsx +0 -101
  199. package/src/components/Widgets/Buttons.tsx +0 -167
  200. package/src/components/Widgets/Size.tsx +0 -78
@@ -52,12 +52,6 @@ msgstr ""
52
52
  msgid "Advanced facets are initially hidden and displayed on demand"
53
53
  msgstr ""
54
54
 
55
- #. Default: "Alignment"
56
- #: components/Blocks/Button/schema
57
- #: components/Blocks/Separator/schema
58
- msgid "Alignment"
59
- msgstr ""
60
-
61
55
  #. Default: "Alt text"
62
56
  #: components/Widgets/schema/footerLogosSchema
63
57
  #: components/Widgets/schema/iconLinkListSchema
@@ -85,9 +79,7 @@ msgid "Base search query"
85
79
  msgstr ""
86
80
 
87
81
  #. Default: "Block Width"
88
- #: components/Blocks/Button/schema
89
82
  #: components/Blocks/Image/schema
90
- #: components/Blocks/Separator/schema
91
83
  msgid "Block Width"
92
84
  msgstr ""
93
85
 
@@ -96,21 +88,11 @@ msgstr ""
96
88
  msgid "Breadcrumbs"
97
89
  msgstr ""
98
90
 
99
- #. Default: "Button text"
100
- #: components/Blocks/Slider/schema
101
- msgid "Button text"
102
- msgstr ""
103
-
104
91
  #. Default: "Cancel search"
105
92
  #: components/Blocks/EventCalendar/Search/components/SearchInput
106
93
  msgid "Cancel search"
107
94
  msgstr ""
108
95
 
109
- #. Default: "Center"
110
- #: components/Widgets/BlockAlignment
111
- msgid "Center"
112
- msgstr ""
113
-
114
96
  #. Default: "Close menu"
115
97
  #: components/MobileNavigation/MobileNavigation
116
98
  #: components/Navigation/Navigation
@@ -133,12 +115,6 @@ msgstr ""
133
115
  msgid "Contact"
134
116
  msgstr ""
135
117
 
136
- #. Default: "Continue reading"
137
- #: components/Blocks/Slider/DefaultBody
138
- #: components/Blocks/Slider/SliderVariants
139
- msgid "Continue reading"
140
- msgstr ""
141
-
142
118
  #. Default: "Controls"
143
119
  #: components/Blocks/EventCalendar/Search/schema
144
120
  msgid "Controls"
@@ -149,11 +125,6 @@ msgstr ""
149
125
  msgid "Copyright"
150
126
  msgstr ""
151
127
 
152
- #. Default: "Default"
153
- #: components/Widgets/BlockWidth
154
- msgid "Default"
155
- msgstr ""
156
-
157
128
  #. Default: "Descending"
158
129
  #: components/Blocks/EventCalendar/Search/components/SortOn
159
130
  msgid "Descending"
@@ -212,21 +183,11 @@ msgstr ""
212
183
  msgid "Field"
213
184
  msgstr ""
214
185
 
215
- #. Default: "Align"
216
- #: components/Blocks/Slider/schema
217
- msgid "Flag align"
218
- msgstr ""
219
-
220
186
  #. Default: "Follow us:"
221
187
  #: components/Footer/slots/FollowUsLogoAndLinks
222
188
  msgid "Follow us:"
223
189
  msgstr ""
224
190
 
225
- #. Default: "Full"
226
- #: components/Widgets/BlockWidth
227
- msgid "Full"
228
- msgstr ""
229
-
230
191
  #. Default: "GNU GPL v2 license"
231
192
  #: components/Footer/slots/Copyright
232
193
  msgid "GNU GPL license"
@@ -242,11 +203,6 @@ msgstr ""
242
203
  msgid "Hidden facets will still filter the results if proper parameters are passed in URLs"
243
204
  msgstr ""
244
205
 
245
- #. Default: "Hide Button"
246
- #: components/Blocks/Slider/schema
247
- msgid "Hide Button"
248
- msgstr ""
249
-
250
206
  #. Default: "Hide facet?"
251
207
  #: components/Blocks/EventCalendar/Search/schema
252
208
  msgid "Hide facet?"
@@ -280,11 +236,6 @@ msgstr ""
280
236
  msgid "Invalid Block"
281
237
  msgstr ""
282
238
 
283
- #. Default: "Invalid Slider source"
284
- #: components/Blocks/Slider/Data
285
- msgid "Invalid Slider source"
286
- msgstr ""
287
-
288
239
  #. Default: "Item"
289
240
  #: components/Widgets/schema/iconLinkListSchema
290
241
  msgid "Item"
@@ -295,21 +246,6 @@ msgstr ""
295
246
  msgid "Label"
296
247
  msgstr ""
297
248
 
298
- #. Default: "Large"
299
- #: components/Widgets/Size
300
- msgid "Large"
301
- msgstr ""
302
-
303
- #. Default: "Layout"
304
- #: components/Widgets/BlockWidth
305
- msgid "Layout"
306
- msgstr ""
307
-
308
- #. Default: "Left"
309
- #: components/Widgets/BlockAlignment
310
- msgid "Left"
311
- msgstr ""
312
-
313
249
  #. Default: "Link"
314
250
  #: components/Widgets/schema/footerLinksSchema
315
251
  msgid "Link"
@@ -355,11 +291,6 @@ msgstr "Logo-Bild"
355
291
  msgid "Logo of"
356
292
  msgstr ""
357
293
 
358
- #. Default: "Medium"
359
- #: components/Widgets/Size
360
- msgid "Medium"
361
- msgstr ""
362
-
363
294
  #. Default: "Move down"
364
295
  #: components/Blocks/Block/Edit
365
296
  msgid "Move down"
@@ -375,11 +306,6 @@ msgstr ""
375
306
  msgid "Multiple choices?"
376
307
  msgstr ""
377
308
 
378
- #. Default: "Narrow"
379
- #: components/Widgets/BlockWidth
380
- msgid "Narrow"
381
- msgstr ""
382
-
383
309
  #. Default: "Next Page"
384
310
  #: components/Blocks/Listing/ListingBody
385
311
  msgid "Next Page"
@@ -441,9 +367,6 @@ msgid "Phone"
441
367
  msgstr ""
442
368
 
443
369
  #. Default: "Please choose an existing content as source for this element"
444
- #: components/Blocks/Slider/DefaultBody
445
- #: components/Blocks/Slider/SliderVariants
446
- #: components/Blocks/Slider/View
447
370
  #: components/Blocks/Teaser/Body
448
371
  msgid "Please choose an existing content as source for this element"
449
372
  msgstr ""
@@ -468,11 +391,6 @@ msgstr ""
468
391
  msgid "Previous Page"
469
392
  msgstr ""
470
393
 
471
- #. Default: "Refresh source content"
472
- #: components/Blocks/Slider/Data
473
- msgid "Refresh source content"
474
- msgstr ""
475
-
476
394
  #. Default: "Register"
477
395
  #: components/Anontools/Anontools
478
396
  msgid "Register"
@@ -484,21 +402,11 @@ msgstr ""
484
402
  msgid "Remove item"
485
403
  msgstr ""
486
404
 
487
- #. Default: "Reset the block"
488
- #: components/Blocks/Slider/Data
489
- msgid "Reset the block"
490
- msgstr ""
491
-
492
405
  #. Default: "Result"
493
406
  #: components/Blocks/Listing/ListingBody
494
407
  msgid "Result"
495
408
  msgstr ""
496
409
 
497
- #. Default: "Right"
498
- #: components/Widgets/BlockAlignment
499
- msgid "Right"
500
- msgstr ""
501
-
502
410
  #. Default: "Room"
503
411
  #: components/Summary/PersonSummary
504
412
  msgid "Room"
@@ -556,11 +464,6 @@ msgstr ""
556
464
  msgid "Section title"
557
465
  msgstr ""
558
466
 
559
- #. Default: "Short line"
560
- #: components/Blocks/Separator/schema
561
- msgid "Short line"
562
- msgstr ""
563
-
564
467
  #. Default: "Show item"
565
468
  #: components/Widgets/BlocksObject
566
469
  #: components/Widgets/ObjectList
@@ -592,16 +495,16 @@ msgstr ""
592
495
  msgid "Simple"
593
496
  msgstr ""
594
497
 
498
+ #. Default: "Site Setup"
499
+ #: components/Breadcrumbs/Breadcrumbs
500
+ msgid "Site Setup"
501
+ msgstr ""
502
+
595
503
  #. Default: "Sitemap"
596
504
  #: index
597
505
  msgid "Sitemap"
598
506
  msgstr ""
599
507
 
600
- #. Default: "Small"
601
- #: components/Widgets/Size
602
- msgid "Small"
603
- msgstr ""
604
-
605
508
  #. Default: "Sort on"
606
509
  #: components/Blocks/EventCalendar/Search/components/SortOn
607
510
  msgid "Sort on"
@@ -622,12 +525,6 @@ msgstr ""
622
525
  msgid "Sorting"
623
526
  msgstr ""
624
527
 
625
- #. Default: "Source"
626
- #: components/Blocks/Slider/DefaultBody
627
- #: components/Blocks/Slider/SliderVariants
628
- msgid "Source"
629
- msgstr ""
630
-
631
528
  #. Default: "Sponsored by:"
632
529
  #: components/Footer/slots/FollowUsLogoAndLinks
633
530
  msgid "Sponsored by:"
@@ -687,12 +584,36 @@ msgstr ""
687
584
  msgid "availableViews"
688
585
  msgstr ""
689
586
 
587
+ #. Default: "The {type} block with the id {block} has encountered an error.{lineBreak}You can try to undo your changes (via the undo toolbar or pressing {shortcut}), or try to delete the block and recreate it again."
588
+ #: components/Blocks/Block/ErrorBoundaryMessage
589
+ msgid "blockErrorBoundaryDescription"
590
+ msgstr ""
591
+
592
+ #. Default: "Block error:"
593
+ #: components/Blocks/Block/ErrorBoundaryMessage
594
+ msgid "blockErrorBoundaryTitle"
595
+ msgstr ""
596
+
597
+ #. Default: "The {type} block with the id {block} errored and cannot be displayed.{lineBreak}Please contact the site administrator for further assistance."
598
+ #: components/Blocks/Block/ErrorBoundaryMessage
599
+ msgid "blockErrorBoundaryViewDescription"
600
+ msgstr ""
601
+
690
602
  #. Default: "Delete"
691
603
  #: components/Blocks/Block/Edit
692
- #: components/Blocks/Block/EditBlockWrapper
693
604
  msgid "delete"
694
605
  msgstr ""
695
606
 
607
+ #. Default: "delete {type} block"
608
+ #: components/Blocks/Block/EditBlockWrapper
609
+ msgid "delete_block"
610
+ msgstr ""
611
+
612
+ #. Default: "drag {type} block"
613
+ #: components/Blocks/Block/EditBlockWrapper
614
+ msgid "drag_block"
615
+ msgstr ""
616
+
696
617
  #. Default: "Clear image"
697
618
  #: components/Blocks/Image/ImageSidebar
698
619
  msgid "image_block_clear"
@@ -708,12 +629,6 @@ msgstr ""
708
629
  msgid "loading"
709
630
  msgstr ""
710
631
 
711
- #. Default: "More info"
712
- #: components/Blocks/Slider/DefaultBody
713
- #: components/Blocks/Slider/SliderVariants
714
- msgid "moreInfo"
715
- msgstr ""
716
-
717
632
  #. Default: "of"
718
633
  #: components/Blocks/Listing/ListingBody
719
634
  msgid "of"