io-sanita-theme 2.9.1 → 2.10.0

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 (33) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/RELEASE.md +6 -0
  3. package/locales/de/LC_MESSAGES/volto.po +316 -22
  4. package/locales/en/LC_MESSAGES/volto.po +316 -22
  5. package/locales/es/LC_MESSAGES/volto.po +316 -22
  6. package/locales/fr/LC_MESSAGES/volto.po +316 -22
  7. package/locales/it/LC_MESSAGES/volto.po +319 -25
  8. package/locales/volto.pot +317 -23
  9. package/package.json +1 -1
  10. package/src/components/Blocks/Accordion/AccordionEdit.jsx +94 -0
  11. package/src/components/Blocks/Accordion/AccordionFilter.jsx +51 -0
  12. package/src/components/Blocks/Accordion/Container.jsx +50 -0
  13. package/src/components/Blocks/Accordion/Edit.jsx +555 -181
  14. package/src/components/Blocks/Accordion/EditBlockWrapper.jsx +144 -0
  15. package/src/components/Blocks/Accordion/Heading.jsx +10 -0
  16. package/src/components/Blocks/Accordion/LayoutSchema.js +211 -0
  17. package/src/components/Blocks/Accordion/NewBlockAddButton.jsx +96 -0
  18. package/src/components/Blocks/Accordion/Schema.js +428 -0
  19. package/src/components/Blocks/Accordion/View.jsx +217 -62
  20. package/src/components/Blocks/Accordion/accordion_edit.scss +33 -0
  21. package/src/components/Blocks/Accordion/editor.less +161 -0
  22. package/src/components/Blocks/Accordion/util.js +53 -0
  23. package/src/components/Blocks/Accordion/view.scss +56 -0
  24. package/src/components/manage/Widgets/PanelsWidget/PanelsWidget.jsx +76 -0
  25. package/src/components/manage/Widgets/PanelsWidget/panels-widget.less +24 -0
  26. package/src/config/blocks/index.js +10 -5
  27. package/src/config/widgets/widgets.js +9 -0
  28. package/src/theme/_cms-ui.scss +1 -0
  29. package/src/theme/io-sanita/_mixins.scss +3 -0
  30. package/src/components/Blocks/Accordion/Block/EditBlock.jsx +0 -173
  31. package/src/components/Blocks/Accordion/Block/ViewBlock.jsx +0 -94
  32. package/src/components/Blocks/Accordion/Sidebar.jsx +0 -122
  33. package/src/components/Blocks/Accordion/accordion.scss +0 -161
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.10.0](https://github.com/RedTurtle/io-sanita-theme/compare/2.9.1...2.10.0) (2025-03-24)
4
+
5
+ ### Features
6
+
7
+ * New accordion block ([#74](https://github.com/RedTurtle/io-sanita-theme/issues/74)) ([8230c76](https://github.com/RedTurtle/io-sanita-theme/commit/8230c767046a44abaa2d478011eee46c0afdbdde))
8
+
9
+ ### Maintenance
10
+
11
+ * updated locales ([f9cabc4](https://github.com/RedTurtle/io-sanita-theme/commit/f9cabc479ee6d1dddabc8ad71a014a69c85c1a02))
12
+
3
13
  ## [2.9.1](https://github.com/RedTurtle/io-sanita-theme/compare/2.9.0...2.9.1) (2025-03-21)
4
14
 
5
15
  ### Maintenance
package/RELEASE.md CHANGED
@@ -41,6 +41,12 @@
41
41
  - ...
42
42
  -->
43
43
 
44
+ ## Versione 2.10.0 (24/03/2025)
45
+
46
+ ### Novità
47
+
48
+ - Migliorato il blocco accordion. Ora sono disponibili diverse opzioni per personalizzarne lo stile e il funzionamento, ed è possibile inserire nel corpo dell'accordion qualsiasi tipo di blocco gia aggiungibile nel resto del sito.
49
+
44
50
  ## Versione 2.8.0 (19/03/2025)
45
51
 
46
52
  ### Novità
@@ -16,13 +16,50 @@ msgstr ""
16
16
  "Preferred-Encodings: utf-8 latin1\n"
17
17
  "X-Is-Fallback-For: de-at de-li de-lu de-ch de-de\n"
18
18
 
19
+ #. Default: "A short hint that describes the expected value within this block"
20
+ #: components/Blocks/Accordion/LayoutSchema
21
+ #: components/Blocks/Accordion/Schema
22
+ msgid "A short hint that describes the expected value within this block"
23
+ msgstr ""
24
+
19
25
  #. Default: "Accedi all'area personale"
20
26
  #: components/layout/Header/HeaderSlim/HeaderLogin
21
27
  msgid "Accedi all'area personale"
22
28
  msgstr ""
23
29
 
24
- #. Default: "Aggiungi elemento"
30
+ #. Default: "Accordion"
25
31
  #: components/Blocks/Accordion/Edit
32
+ msgid "Accordion"
33
+ msgstr ""
34
+
35
+ #. Default: "Accordion Title size"
36
+ #: components/Blocks/Accordion/Schema
37
+ msgid "Accordion Title size"
38
+ msgstr ""
39
+
40
+ #. Default: "Accordion block"
41
+ #: components/Blocks/Accordion/Edit
42
+ #: components/Blocks/Accordion/Schema
43
+ msgid "Accordion block"
44
+ msgstr ""
45
+
46
+ #. Default: "Accordion block settings"
47
+ #: components/Blocks/Accordion/LayoutSchema
48
+ #: components/Blocks/Accordion/Schema
49
+ msgid "Accordion block settings"
50
+ msgstr ""
51
+
52
+ #. Default: "Accordion theme"
53
+ #: components/Blocks/Accordion/Schema
54
+ msgid "Accordion theme"
55
+ msgstr ""
56
+
57
+ #. Default: "Accordion title"
58
+ #: components/Blocks/Accordion/Schema
59
+ msgid "Accordion title"
60
+ msgstr ""
61
+
62
+ #. Default: "Aggiungi elemento"
26
63
  #: components/Blocks/Contacts/Edit
27
64
  msgid "Add accordion item"
28
65
  msgstr ""
@@ -32,6 +69,23 @@ msgstr ""
32
69
  msgid "Add icons item"
33
70
  msgstr ""
34
71
 
72
+ #. Default: "Allow multiple panels open at a time"
73
+ #: components/Blocks/Accordion/Schema
74
+ msgid "Allow multiple panels open at a time"
75
+ msgstr ""
76
+
77
+ #. Default: "Allow only the following blocks types"
78
+ #: components/Blocks/Accordion/LayoutSchema
79
+ #: components/Blocks/Accordion/Schema
80
+ msgid "Allow only the following blocks types"
81
+ msgstr ""
82
+
83
+ #. Default: "Allowed blocks"
84
+ #: components/Blocks/Accordion/LayoutSchema
85
+ #: components/Blocks/Accordion/Schema
86
+ msgid "Allowed blocks"
87
+ msgstr ""
88
+
35
89
  #. Default: "Aspetto"
36
90
  #: config/blocks/listing/ListingOptions/carouselTemplate
37
91
  #: config/blocks/listing/ListingOptions/simpleCardTemplate
@@ -111,6 +165,11 @@ msgstr ""
111
165
  msgid "Clicca qui per sostituire il file"
112
166
  msgstr ""
113
167
 
168
+ #. Default: "Collapsed by default"
169
+ #: components/Blocks/Accordion/Schema
170
+ msgid "Collapsed by default"
171
+ msgstr ""
172
+
114
173
  #. Default: "Contenuto"
115
174
  #: components/View/AggregationPage/SideMenu
116
175
  #: components/View/commons/SideMenu/SideMenu
@@ -142,6 +201,12 @@ msgstr ""
142
201
  msgid "DateRangeFacetFilterListEntryDalAl"
143
202
  msgstr ""
144
203
 
204
+ #. Default: "Default"
205
+ #: components/Blocks/Accordion/LayoutSchema
206
+ #: components/Blocks/Accordion/Schema
207
+ msgid "Default"
208
+ msgstr ""
209
+
145
210
  #. Default: "Delete col"
146
211
  #: overrideTranslations
147
212
  msgid "Delete col"
@@ -169,16 +234,85 @@ msgstr ""
169
234
  msgid "Description placeholder"
170
235
  msgstr ""
171
236
 
237
+ #. Default: "Detailed expected value within this block"
238
+ #: components/Blocks/Accordion/LayoutSchema
239
+ #: components/Blocks/Accordion/Schema
240
+ msgid "Detailed expected value within this block"
241
+ msgstr ""
242
+
172
243
  #. Default: "Dimensione della mappa"
173
244
  #: config/blocks/listing/ListingOptions/mapTemplate
174
245
  msgid "Dimensione della mappa"
175
246
  msgstr ""
176
247
 
248
+ #. Default: "Disable creation of new blocks after this block"
249
+ #: components/Blocks/Accordion/LayoutSchema
250
+ #: components/Blocks/Accordion/Schema
251
+ msgid "Disable creation of new blocks after this block"
252
+ msgstr ""
253
+
254
+ #. Default: "Disable drag & drop on this block"
255
+ #: components/Blocks/Accordion/LayoutSchema
256
+ #: components/Blocks/Accordion/Schema
257
+ msgid "Disable drag & drop on this block"
258
+ msgstr ""
259
+
260
+ #. Default: "Disable editing on accordion block settings"
261
+ #: components/Blocks/Accordion/LayoutSchema
262
+ #: components/Blocks/Accordion/Schema
263
+ msgid "Disable editing on accordion block settings"
264
+ msgstr ""
265
+
266
+ #. Default: "Disable editing on accordion titles"
267
+ #: components/Blocks/Accordion/LayoutSchema
268
+ #: components/Blocks/Accordion/Schema
269
+ msgid "Disable editing on accordion titles"
270
+ msgstr ""
271
+
272
+ #. Default: "Disable editing on this block"
273
+ #: components/Blocks/Accordion/LayoutSchema
274
+ #: components/Blocks/Accordion/Schema
275
+ msgid "Disable editing on this block"
276
+ msgstr ""
277
+
278
+ #. Default: "Disable inner buttons"
279
+ #: components/Blocks/Accordion/LayoutSchema
280
+ #: components/Blocks/Accordion/Schema
281
+ msgid "Disable inner buttons"
282
+ msgstr ""
283
+
284
+ #. Default: "Disable new blocks"
285
+ #: components/Blocks/Accordion/LayoutSchema
286
+ #: components/Blocks/Accordion/Schema
287
+ msgid "Disable new blocks"
288
+ msgstr ""
289
+
177
290
  #. Default: "Divide each row into separate cells"
178
291
  #: overrideTranslations
179
292
  msgid "Divide each row into separate cells"
180
293
  msgstr ""
181
294
 
295
+ #. Default: "Don't allow deletion of this block"
296
+ #: components/Blocks/Accordion/LayoutSchema
297
+ #: components/Blocks/Accordion/Schema
298
+ msgid "Don't allow deletion of this block"
299
+ msgstr ""
300
+
301
+ #. Default: "Drag and drop"
302
+ #: components/Blocks/Accordion/EditBlockWrapper
303
+ msgid "Drag and drop"
304
+ msgstr ""
305
+
306
+ #. Default: "Enable filtering"
307
+ #: components/Blocks/Accordion/Schema
308
+ msgid "Enable filtering"
309
+ msgstr ""
310
+
311
+ #. Default: "Enter Title"
312
+ #: components/Blocks/Accordion/AccordionEdit
313
+ msgid "Enter Title"
314
+ msgstr ""
315
+
182
316
  #. Default: "Etichetta"
183
317
  #: config/blocks/listing/ListingOptions/utils
184
318
  msgid "Etichetta path filter"
@@ -199,6 +333,24 @@ msgstr ""
199
333
  msgid "Faq Folder: Nessun risultato trovato"
200
334
  msgstr ""
201
335
 
336
+ #. Default: "Fixed layout"
337
+ #: components/Blocks/Accordion/LayoutSchema
338
+ #: components/Blocks/Accordion/Schema
339
+ msgid "Fixed layout"
340
+ msgstr ""
341
+
342
+ #. Default: "Fixed layout, New panes (tabs) created by Editor within this block will be ignored"
343
+ #: components/Blocks/Accordion/LayoutSchema
344
+ #: components/Blocks/Accordion/Schema
345
+ msgid "Fixed layout, New panes (tabs) created by Editor within this block will be ignored"
346
+ msgstr ""
347
+
348
+ #. Default: "Fixed position"
349
+ #: components/Blocks/Accordion/LayoutSchema
350
+ #: components/Blocks/Accordion/Schema
351
+ msgid "Fixed position"
352
+ msgstr ""
353
+
202
354
  #. Default: "Fixed width table cells"
203
355
  #: overrideTranslations
204
356
  msgid "Fixed width table cells"
@@ -214,16 +366,54 @@ msgstr ""
214
366
  msgid "HTML"
215
367
  msgstr ""
216
368
 
369
+ #. Default: "H2"
370
+ #: components/Blocks/Accordion/Schema
371
+ msgid "Heading 2"
372
+ msgstr ""
373
+
374
+ #. Default: "H3"
375
+ #: components/Blocks/Accordion/Schema
376
+ msgid "Heading 3"
377
+ msgstr ""
378
+
379
+ #. Default: "H4"
380
+ #: components/Blocks/Accordion/Schema
381
+ msgid "Heading 4"
382
+ msgstr ""
383
+
384
+ #. Default: "H5"
385
+ #: components/Blocks/Accordion/Schema
386
+ msgid "Heading 5"
387
+ msgstr ""
388
+
389
+ #. Default: "H6"
390
+ #: components/Blocks/Accordion/Schema
391
+ msgid "Heading 6"
392
+ msgstr ""
393
+
217
394
  #. Default: "Headline"
395
+ #: components/Blocks/Accordion/Schema
218
396
  #: components/Blocks/HTML/schema
219
397
  msgid "Headline"
220
398
  msgstr ""
221
399
 
400
+ #. Default: "Helper text"
401
+ #: components/Blocks/Accordion/LayoutSchema
402
+ #: components/Blocks/Accordion/Schema
403
+ msgid "Helper text"
404
+ msgstr ""
405
+
222
406
  #. Default: "Hero"
223
407
  #: components/Blocks/Hero/HeroSidebar
224
408
  msgid "Hero"
225
409
  msgstr ""
226
410
 
411
+ #. Default: "Hide all block related buttons within this block"
412
+ #: components/Blocks/Accordion/LayoutSchema
413
+ #: components/Blocks/Accordion/Schema
414
+ msgid "Hide all block related buttons within this block"
415
+ msgstr ""
416
+
227
417
  #. Default: "Hide headers"
228
418
  #: overrideTranslations
229
419
  msgid "Hide headers"
@@ -281,6 +471,12 @@ msgstr ""
281
471
  msgid "Insert row before"
282
472
  msgstr ""
283
473
 
474
+ #. Default: "Instructions"
475
+ #: components/Blocks/Accordion/LayoutSchema
476
+ #: components/Blocks/Accordion/Schema
477
+ msgid "Instructions"
478
+ msgstr ""
479
+
284
480
  #. Default: "Interruzione di pagina"
285
481
  #: components/Blocks/Break/Edit
286
482
  msgid "Interruzione di pagina"
@@ -353,6 +549,7 @@ msgid "Mostra i filtri per percorso"
353
549
  msgstr ""
354
550
 
355
551
  #. Default: "Mostra lo sfondo del blocco"
552
+ #: components/Blocks/Accordion/Schema
356
553
  #: components/Blocks/Hero/HeroSidebar
357
554
  #: config/blocks/listing/ListingOptions/defaultOptions
358
555
  #: config/blocks/listing/ListingOptions/utils
@@ -369,6 +566,11 @@ msgstr "Nächste Seite"
369
566
  msgid "Non ci sono punti da mostrare sulla mappa"
370
567
  msgstr ""
371
568
 
569
+ #. Default: "Non exclusive"
570
+ #: components/Blocks/Accordion/Schema
571
+ msgid "Non exclusive"
572
+ msgstr ""
573
+
372
574
  #. Default: "- apri in nuova scheda"
373
575
  #: components/layout/Header/SocialHeader
374
576
  msgid "Nuova scheda"
@@ -379,11 +581,26 @@ msgstr ""
379
581
  msgid "Open in a new tab"
380
582
  msgstr ""
381
583
 
584
+ #. Default: "Options"
585
+ #: components/Blocks/Accordion/Schema
586
+ msgid "Options"
587
+ msgstr ""
588
+
382
589
  #. Default: "Pagina"
383
590
  #: components/Pagination/PaginationItem
384
591
  msgid "Page"
385
592
  msgstr ""
386
593
 
594
+ #. Default: "Pannello"
595
+ #: components/Blocks/Accordion/Schema
596
+ msgid "Panel"
597
+ msgstr ""
598
+
599
+ #. Default: "Pannelli"
600
+ #: components/Blocks/Accordion/Schema
601
+ msgid "Panels"
602
+ msgstr ""
603
+
387
604
  #. Default: "Filtro"
388
605
  #: config/blocks/listing/ListingOptions/utils
389
606
  msgid "Path filter filtro"
@@ -409,11 +626,45 @@ msgstr ""
409
626
  msgid "Previous page"
410
627
  msgstr "Vorherige Seite"
411
628
 
629
+ #. Default: "Primary"
630
+ #: components/Blocks/Accordion/Schema
631
+ msgid "Primary"
632
+ msgstr ""
633
+
634
+ #. Default: "Read-only"
635
+ #: components/Blocks/Accordion/LayoutSchema
636
+ #: components/Blocks/Accordion/Schema
637
+ msgid "Read-only"
638
+ msgstr ""
639
+
640
+ #. Default: "Read-only settings"
641
+ #: components/Blocks/Accordion/LayoutSchema
642
+ #: components/Blocks/Accordion/Schema
643
+ msgid "Read-only settings"
644
+ msgstr ""
645
+
646
+ #. Default: "Read-only titles"
647
+ #: components/Blocks/Accordion/LayoutSchema
648
+ #: components/Blocks/Accordion/Schema
649
+ msgid "Read-only titles"
650
+ msgstr ""
651
+
412
652
  #. Default: "Reduce complexity"
413
653
  #: overrideTranslations
414
654
  msgid "Reduce complexity"
415
655
  msgstr ""
416
656
 
657
+ #. Default: "Remove block"
658
+ #: components/Blocks/Accordion/EditBlockWrapper
659
+ msgid "Remove block"
660
+ msgstr ""
661
+
662
+ #. Default: "Required"
663
+ #: components/Blocks/Accordion/LayoutSchema
664
+ #: components/Blocks/Accordion/Schema
665
+ msgid "Required"
666
+ msgstr ""
667
+
417
668
  #. Default: "Right"
418
669
  #: overrideTranslations
419
670
  msgid "Right"
@@ -444,6 +695,22 @@ msgstr ""
444
695
  msgid "SearchSearchBlockButtonText"
445
696
  msgstr ""
446
697
 
698
+ #. Default: "Secondary"
699
+ #: components/Blocks/Accordion/Schema
700
+ msgid "Secondary"
701
+ msgstr ""
702
+
703
+ #. Default: "Section friendly name"
704
+ #: components/Blocks/Accordion/LayoutSchema
705
+ #: components/Blocks/Accordion/Schema
706
+ msgid "Section friendly name"
707
+ msgstr ""
708
+
709
+ #. Default: "Section help"
710
+ #: components/Blocks/Accordion/Edit
711
+ msgid "Section help"
712
+ msgstr ""
713
+
447
714
  #. Default: "Seguici su"
448
715
  #: components/layout/Header/SocialHeader
449
716
  msgid "Seguici su"
@@ -499,13 +766,17 @@ msgstr ""
499
766
  msgid "Table color inverted"
500
767
  msgstr ""
501
768
 
769
+ #. Default: "Tertiary"
770
+ #: components/Blocks/Accordion/Schema
771
+ msgid "Tertiary"
772
+ msgstr ""
773
+
502
774
  #. Default: "Testo..."
503
775
  #: components/Blocks/Icons/Block/EditBlock
504
776
  msgid "Testo placeholder"
505
777
  msgstr ""
506
778
 
507
- #. Default: "Text..."
508
- #: components/Blocks/Accordion/Block/EditBlock
779
+ #. Default: "Testo..."
509
780
  #: components/Blocks/Contacts/Block/EditBlock
510
781
  msgid "Text placeholder"
511
782
  msgstr ""
@@ -515,6 +786,11 @@ msgstr ""
515
786
  msgid "Thank you."
516
787
  msgstr ""
517
788
 
789
+ #. Default: "Theme"
790
+ #: components/Blocks/Accordion/Schema
791
+ msgid "Theme"
792
+ msgstr ""
793
+
518
794
  #. Default: "Tipi di contenuto"
519
795
  #: components/View/AggregationPage/SideMenu
520
796
  msgid "Tipi di contenuto"
@@ -522,15 +798,17 @@ msgstr ""
522
798
 
523
799
  #. Default: "Titolo..."
524
800
  #: components/Blocks/Accordion/Edit
801
+ #: components/Blocks/Accordion/LayoutSchema
802
+ #: components/Blocks/Accordion/Schema
525
803
  #: components/Blocks/Contacts/Edit
526
804
  #: components/Blocks/Hero/Edit
527
805
  #: components/Blocks/Icons/Edit
528
806
  msgid "Title"
529
807
  msgstr ""
530
808
 
531
- #. Default: "Title..."
532
- #: components/Blocks/Accordion/Block/EditBlock
533
- msgid "Title placeholder"
809
+ #. Default: "Title size"
810
+ #: components/Blocks/Accordion/Schema
811
+ msgid "Title size"
534
812
  msgstr ""
535
813
 
536
814
  #. Default: "Titolo"
@@ -588,6 +866,7 @@ msgid "Unauthorized"
588
866
  msgstr ""
589
867
 
590
868
  #. Default: "Unknown Block {block}"
869
+ #: components/Blocks/Accordion/EditBlockWrapper
591
870
  #: components/layout/Navigation/MegaMenu/MegaMenu
592
871
  #: components/View/Page/PageView
593
872
  msgid "Unknown Block"
@@ -616,8 +895,8 @@ msgid "Vai alla pagina"
616
895
  msgstr ""
617
896
 
618
897
  #. Default: "Vedi"
619
- #: components/Blocks/Accordion/Block/EditBlock
620
- #: components/Blocks/Accordion/Block/ViewBlock
898
+ #: components/Blocks/Accordion/AccordionEdit
899
+ #: components/Blocks/Accordion/View
621
900
  #: components/Blocks/Contacts/Block/EditBlock
622
901
  #: components/Blocks/Icons/Block/EditBlock
623
902
  #: components/Blocks/Icons/Block/ViewBlock
@@ -647,26 +926,26 @@ msgstr ""
647
926
  msgid "You are trying to access a protected resource, please {login} first."
648
927
  msgstr ""
649
928
 
650
- #. Default: "Mostra lo sfondo"
651
- #: components/Blocks/Accordion/Sidebar
652
- msgid "accordion_bg"
929
+ #. Default: "Type to filter..."
930
+ #: components/Blocks/Accordion/AccordionFilter
931
+ msgid "accordion-Type to filter..."
653
932
  msgstr ""
654
933
 
655
- #. Default: "Accordion"
656
- #: components/Blocks/Accordion/Sidebar
657
- msgid "accordion_block"
658
- msgstr ""
659
-
660
- #. Default: "Link ad altro"
661
- #: components/Blocks/Accordion/Sidebar
662
- msgid "accordion_linkMore"
934
+ #. Default: "Insert a keyword to filter below titles.."
935
+ #: components/Blocks/Accordion/AccordionFilter
936
+ msgid "accordion-filter description"
663
937
  msgstr ""
664
938
 
665
939
  #. Default: "Titolo per il link ad altro"
666
- #: components/Blocks/Accordion/Sidebar
940
+ #: components/Blocks/Accordion/Schema
667
941
  msgid "accordion_linkMoreTitle"
668
942
  msgstr ""
669
943
 
944
+ #. Default: "Add block in position"
945
+ #: components/Blocks/Accordion/NewBlockAddButton
946
+ msgid "add_block_in_position"
947
+ msgstr ""
948
+
670
949
  #. Default: "Tutti"
671
950
  #: components/View/AggregationPage/AggregationPage
672
951
  msgid "aggregation_page_all"
@@ -1123,7 +1402,7 @@ msgid "close-menu"
1123
1402
  msgstr ""
1124
1403
 
1125
1404
  #. Default: "Chiudi l'accordion"
1126
- #: components/Blocks/Accordion/Block/ViewBlock
1405
+ #: components/Blocks/Accordion/View
1127
1406
  msgid "closeAccordion"
1128
1407
  msgstr ""
1129
1408
 
@@ -1443,6 +1722,11 @@ msgstr ""
1443
1722
  msgid "daterange_start"
1444
1723
  msgstr ""
1445
1724
 
1725
+ #. Default: "delete"
1726
+ #: components/Blocks/Accordion/EditBlockWrapper
1727
+ msgid "delete"
1728
+ msgstr ""
1729
+
1446
1730
  #. Default: "Testo per il link al dettaglio"
1447
1731
  #: config/blocks/listing/ListingOptions/utils
1448
1732
  msgid "detail_link_label"
@@ -2070,7 +2354,7 @@ msgid "numero_progressivo_cs"
2070
2354
  msgstr ""
2071
2355
 
2072
2356
  #. Default: "Apri l'accordion"
2073
- #: components/Blocks/Accordion/Block/ViewBlock
2357
+ #: components/Blocks/Accordion/View
2074
2358
  msgid "openAccordion"
2075
2359
  msgstr ""
2076
2360
 
@@ -2130,6 +2414,16 @@ msgstr ""
2130
2414
  msgid "paginationLabel"
2131
2415
  msgstr ""
2132
2416
 
2417
+ #. Default: "Panel {panel_index}"
2418
+ #: components/manage/Widgets/PanelsWidget/PanelsWidget
2419
+ msgid "panel_index"
2420
+ msgstr ""
2421
+
2422
+ #. Default: "Add"
2423
+ #: components/manage/Widgets/PanelsWidget/PanelsWidget
2424
+ msgid "panels_widget_Add"
2425
+ msgstr ""
2426
+
2133
2427
  #. Default: "Main site menu"
2134
2428
  #: components/layout/Header/HeaderSlim/ParentSiteMenu
2135
2429
  msgid "parent_site_menu"