design-comuni-plone-theme 12.0.0 → 12.1.1

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 (28) hide show
  1. package/.yarn/install-state.gz +0 -0
  2. package/CHANGELOG.md +36 -0
  3. package/RELEASE.md +25 -1
  4. package/locales/de/LC_MESSAGES/volto.po +21 -0
  5. package/locales/en/LC_MESSAGES/volto.po +21 -0
  6. package/locales/es/LC_MESSAGES/volto.po +21 -0
  7. package/locales/fr/LC_MESSAGES/volto.po +21 -0
  8. package/locales/it/LC_MESSAGES/volto.po +21 -0
  9. package/locales/volto.pot +22 -1
  10. package/package.json +1 -1
  11. package/publiccode.yml +2 -2
  12. package/src/components/ItaliaTheme/Blocks/Common/SearchFilters/TextFilter.jsx +6 -1
  13. package/src/components/ItaliaTheme/Blocks/Teaser/ItaliaTeaserBody.jsx +190 -0
  14. package/src/components/ItaliaTheme/Blocks/Teaser/schema.js +179 -0
  15. package/src/components/ItaliaTheme/Blocks/UOSearch/Body.jsx +3 -0
  16. package/src/components/ItaliaTheme/BrandText/BrandText.jsx +10 -2
  17. package/src/components/ItaliaTheme/Icons/common/common.js +9 -8
  18. package/src/components/ItaliaTheme/Search/Search.jsx +5 -3
  19. package/src/components/__tests__/FormValidation.test.js +10 -0
  20. package/src/config/Blocks/blocks.js +4 -3
  21. package/src/config/italiaConfig.js +4 -0
  22. package/src/customizations/volto/components/manage/Blocks/Teaser/Body.jsx +30 -0
  23. package/src/customizations/volto/components/manage/Widgets/ObjectBrowserWidget.jsx +1 -1
  24. package/src/customizations/volto/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.jsx +3 -1
  25. package/src/customizations/volto/helpers/FormValidation/FormValidation.js +1 -1
  26. package/src/helpers/EnhanceLink.js +7 -2
  27. package/src/helpers/files.js +2 -2
  28. package/src/overrideTranslations.jsx +5 -0
Binary file
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # Changelog
2
2
 
3
+ ## [12.1.1](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v12.1.0...v12.1.1) (2025-04-14)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * fixed sort_on from url param search view ([#939](https://github.com/RedTurtle/design-comuni-plone-theme/issues/939)) ([8a71cc5](https://github.com/RedTurtle/design-comuni-plone-theme/commit/8a71cc5e7cc97e2eb66111ace55dc6f217d561b7))
9
+
10
+
11
+ ### Documentation
12
+
13
+ * updated publiccode and release log ([26ccb49](https://github.com/RedTurtle/design-comuni-plone-theme/commit/26ccb49ad0446cdd1f6603267b014516e70dddbf))
14
+
15
+ ## [12.1.0](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v12.0.0...v12.1.0) (2025-04-04)
16
+
17
+
18
+ ### Features
19
+
20
+ * optionally hide Site Title from control panel ([#929](https://github.com/RedTurtle/design-comuni-plone-theme/issues/929)) ([bc0e5e4](https://github.com/RedTurtle/design-comuni-plone-theme/commit/bc0e5e4cad57acaa120a61f63f41fe5c7cda1680))
21
+ * teaser block integration, restricted highlitedContent block as deprecated now ([#935](https://github.com/RedTurtle/design-comuni-plone-theme/issues/935)) ([7c5cddd](https://github.com/RedTurtle/design-comuni-plone-theme/commit/7c5cddd4ae62ec1109e6d3516749bfee0576a432))
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * **a11y:** link file size ([#927](https://github.com/RedTurtle/design-comuni-plone-theme/issues/927)) ([10b3065](https://github.com/RedTurtle/design-comuni-plone-theme/commit/10b30655b12d994592e5f752b209bbd16585d5bb))
27
+ * added label to TextFilter component ([#912](https://github.com/RedTurtle/design-comuni-plone-theme/issues/912)) ([68d0a49](https://github.com/RedTurtle/design-comuni-plone-theme/commit/68d0a4959a7724e70d25b0d2b06c75e55faac442))
28
+ * changed byweekday parameter management in recurrence widget ([#937](https://github.com/RedTurtle/design-comuni-plone-theme/issues/937)) ([23db615](https://github.com/RedTurtle/design-comuni-plone-theme/commit/23db6156abf8a394839a8e4febb2f01fa36ef569))
29
+ * changed icon name for powerpoint icon ([#933](https://github.com/RedTurtle/design-comuni-plone-theme/issues/933)) ([fb4e548](https://github.com/RedTurtle/design-comuni-plone-theme/commit/fb4e548ae3e5a46417d295278a417b4205dd68c6))
30
+ * regex for fragments in formValidation ([#926](https://github.com/RedTurtle/design-comuni-plone-theme/issues/926)) ([07b37d0](https://github.com/RedTurtle/design-comuni-plone-theme/commit/07b37d0fb4649e83b95a9ad1414a57eb9102d6de))
31
+
32
+
33
+ ### Documentation
34
+
35
+ * updated publiccode and release log ([eacd52f](https://github.com/RedTurtle/design-comuni-plone-theme/commit/eacd52f8b1e1bf974b62deaa6a45419e383c00c9))
36
+ * updated release.md ([#920](https://github.com/RedTurtle/design-comuni-plone-theme/issues/920)) ([04730ad](https://github.com/RedTurtle/design-comuni-plone-theme/commit/04730add9d5145f28ec68b0faa0e07d0da111536))
37
+ * updated release.md ([#922](https://github.com/RedTurtle/design-comuni-plone-theme/issues/922)) ([f60ed04](https://github.com/RedTurtle/design-comuni-plone-theme/commit/f60ed047900c39f3676c17ffd962e43ce26c5b1e))
38
+
3
39
  ## [12.0.0](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v12.0.0-alpha.42...v12.0.0) (2025-03-31)
4
40
 
5
41
 
package/RELEASE.md CHANGED
@@ -41,6 +41,31 @@
41
41
  - ...
42
42
  -->
43
43
 
44
+ ## Versione 12.1.1 (14/04/2025)
45
+
46
+ ### Fix
47
+
48
+ - Sistemato select di ordinamento dei risultati di ricerca nella pagina di ricerca generale del sito, ora tramite url se si inserisce il parametro sort_on con valore "Date", "relevance" o "sortable_title" risultati di ricerca sono ordinati correttamente.
49
+
50
+ ## Versione 12.1.0 (04/04/2025)
51
+
52
+ ### Migliorie
53
+
54
+ - Rimosso il limite al numero di persone collegabili nel campo "Assessori di riferimento" nel CT Unità Organizzativa.
55
+ - a11y: Migliorata la lettura dei lettori di schermo della dimensione di un file: il separatore dei decimali è ora una virgola.
56
+
57
+ ### Novità
58
+
59
+ - Aggiunto alla persona le cartelle "Emolumenti complessivi percepiti a carico della finanza" e "Dichiarazione insussistenza cause di inconferibilità e incompatibilità" per la gestione dei suddetti allegati.
60
+ - È ora possibile nascondere il titolo nella testata del sito, spuntando l'apposita opzione del Pannello di controllo del Sito.
61
+ - Aggiunta una versione aggiornata del blocco Contenuto in primo piano più performante e consistente.
62
+
63
+ ### Fix
64
+
65
+ - I campi link accettano url contenenti un "/" e altre parti di link dopo un carattere di tipo "#".
66
+ - Il filtro di testo dei blocchi ricerca è ora dotato di una label che lo rende accessibile.
67
+ - Risolti dei problemi nella ricorrenza mensile del widget delle ricorrenze all'interno del CT Evento.
68
+
44
69
  ## Versione 12.0.0 (31/03/2025)
45
70
 
46
71
  ### Migliorie
@@ -62,7 +87,6 @@
62
87
 
63
88
  ### Fix
64
89
 
65
- - I bottoni presentano un contrasto corretto quando selezionati, e il bottone "scroll to top" può essere selezionato tramite navigazione da tastiera.
66
90
  - Nel titolo e nel testo del campo "Data di fine dell'incarico" è stato rimosso il riferimento al nome dell'incarico.
67
91
  - Risolto un problema con la validazione dei link inseriti nei campi url (ad es. URL del CT Collegamento).
68
92
  - Risolto un problema con il template del blocco Elenco, variazione Card con testo animato.
@@ -192,6 +192,7 @@ msgid "Content"
192
192
  msgstr ""
193
193
 
194
194
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
195
+ #: components/ItaliaTheme/Blocks/Teaser/schema
195
196
  # defaultMessage: Contenuto in primo piano
196
197
  msgid "Content in evidence"
197
198
  msgstr ""
@@ -388,6 +389,7 @@ msgstr ""
388
389
  msgid "Link more"
389
390
  msgstr ""
390
391
 
392
+ #: components/ItaliaTheme/Blocks/Teaser/schema
391
393
  #: components/ItaliaTheme/manage/Widgets/LinkToWidget
392
394
  # defaultMessage: Link a
393
395
  msgid "Link to"
@@ -395,12 +397,14 @@ msgstr ""
395
397
 
396
398
  #: components/ItaliaTheme/Blocks/HeroImageLeft/HeroSidebar
397
399
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
400
+ #: components/ItaliaTheme/Blocks/Teaser/schema
398
401
  # defaultMessage: Link ad altro
399
402
  msgid "LinkMore"
400
403
  msgstr ""
401
404
 
402
405
  #: components/ItaliaTheme/Blocks/HeroImageLeft/HeroSidebar
403
406
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
407
+ #: components/ItaliaTheme/Blocks/Teaser/schema
404
408
  # defaultMessage: Testo per il link ad altro
405
409
  msgid "Linkto title"
406
410
  msgstr ""
@@ -538,6 +542,11 @@ msgstr ""
538
542
  msgid "Play slider"
539
543
  msgstr ""
540
544
 
545
+ #: components/ItaliaTheme/Blocks/Teaser/ItaliaTeaserBody
546
+ # defaultMessage: Please choose an existing content as source for this element
547
+ msgid "Please choose an existing content as source for this element"
548
+ msgstr ""
549
+
541
550
  #: components/ItaliaTheme/Pagination/PaginationItem
542
551
  # defaultMessage: Pagina precedente
543
552
  msgid "Previous page"
@@ -645,6 +654,11 @@ msgstr ""
645
654
  msgid "Table color inverted"
646
655
  msgstr ""
647
656
 
657
+ #: overrideTranslations
658
+ # defaultMessage: Teaser
659
+ msgid "Teaser"
660
+ msgstr ""
661
+
648
662
  #: components/ItaliaTheme/Blocks/Accordion/Block/EditBlock
649
663
  #: components/ItaliaTheme/Blocks/ContactsBlock/Block/EditBlock
650
664
  #: components/ItaliaTheme/Blocks/IconBlocks/Block/EditBlock
@@ -1194,6 +1208,7 @@ msgstr ""
1194
1208
 
1195
1209
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
1196
1210
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1211
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1197
1212
  # defaultMessage: Colore di sfondo
1198
1213
  msgid "bg_color"
1199
1214
  msgstr ""
@@ -1405,6 +1420,7 @@ msgstr ""
1405
1420
 
1406
1421
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
1407
1422
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1423
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1408
1424
  # defaultMessage: Primario
1409
1425
  msgid "color_primary"
1410
1426
  msgstr ""
@@ -1415,6 +1431,7 @@ msgid "color_success"
1415
1431
  msgstr ""
1416
1432
 
1417
1433
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1434
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1418
1435
  # defaultMessage: Trasparente
1419
1436
  msgid "color_transparent"
1420
1437
  msgstr ""
@@ -2827,6 +2844,7 @@ msgid "modulo_formati_alternativi"
2827
2844
  msgstr ""
2828
2845
 
2829
2846
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
2847
+ #: components/ItaliaTheme/Blocks/Teaser/schema
2830
2848
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
2831
2849
  #: config/Blocks/ListingOptions/cardWithImageTemplate
2832
2850
  # defaultMessage: undefined
@@ -3834,6 +3852,7 @@ msgid "share"
3834
3852
  msgstr ""
3835
3853
 
3836
3854
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3855
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3837
3856
  # defaultMessage: Mostra la data
3838
3857
  msgid "show_date"
3839
3858
  msgstr ""
@@ -3905,6 +3924,7 @@ msgid "show_pointer_list"
3905
3924
  msgstr ""
3906
3925
 
3907
3926
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3927
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3908
3928
  #: config/Blocks/ListingOptions/utils
3909
3929
  # defaultMessage: Mostra la sezione
3910
3930
  msgid "show_section"
@@ -3922,6 +3942,7 @@ msgid "show_topics"
3922
3942
  msgstr ""
3923
3943
 
3924
3944
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3945
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3925
3946
  #: config/Blocks/ListingOptions/utils
3926
3947
  # defaultMessage: Mostra il tipo
3927
3948
  msgid "show_type"
@@ -177,6 +177,7 @@ msgid "Content"
177
177
  msgstr ""
178
178
 
179
179
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
180
+ #: components/ItaliaTheme/Blocks/Teaser/schema
180
181
  # defaultMessage: Contenuto in primo piano
181
182
  msgid "Content in evidence"
182
183
  msgstr ""
@@ -373,6 +374,7 @@ msgstr "The event will not be held on the following dates"
373
374
  msgid "Link more"
374
375
  msgstr ""
375
376
 
377
+ #: components/ItaliaTheme/Blocks/Teaser/schema
376
378
  #: components/ItaliaTheme/manage/Widgets/LinkToWidget
377
379
  # defaultMessage: Link a
378
380
  msgid "Link to"
@@ -380,12 +382,14 @@ msgstr ""
380
382
 
381
383
  #: components/ItaliaTheme/Blocks/HeroImageLeft/HeroSidebar
382
384
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
385
+ #: components/ItaliaTheme/Blocks/Teaser/schema
383
386
  # defaultMessage: Link ad altro
384
387
  msgid "LinkMore"
385
388
  msgstr ""
386
389
 
387
390
  #: components/ItaliaTheme/Blocks/HeroImageLeft/HeroSidebar
388
391
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
392
+ #: components/ItaliaTheme/Blocks/Teaser/schema
389
393
  # defaultMessage: Testo per il link ad altro
390
394
  msgid "Linkto title"
391
395
  msgstr ""
@@ -523,6 +527,11 @@ msgstr ""
523
527
  msgid "Play slider"
524
528
  msgstr "Play"
525
529
 
530
+ #: components/ItaliaTheme/Blocks/Teaser/ItaliaTeaserBody
531
+ # defaultMessage: Please choose an existing content as source for this element
532
+ msgid "Please choose an existing content as source for this element"
533
+ msgstr ""
534
+
526
535
  #: components/ItaliaTheme/Pagination/PaginationItem
527
536
  # defaultMessage: Pagina precedente
528
537
  msgid "Previous page"
@@ -630,6 +639,11 @@ msgstr ""
630
639
  msgid "Table color inverted"
631
640
  msgstr ""
632
641
 
642
+ #: overrideTranslations
643
+ # defaultMessage: Teaser
644
+ msgid "Teaser"
645
+ msgstr ""
646
+
633
647
  #: components/ItaliaTheme/Blocks/Accordion/Block/EditBlock
634
648
  #: components/ItaliaTheme/Blocks/ContactsBlock/Block/EditBlock
635
649
  #: components/ItaliaTheme/Blocks/IconBlocks/Block/EditBlock
@@ -1179,6 +1193,7 @@ msgstr ""
1179
1193
 
1180
1194
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
1181
1195
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1196
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1182
1197
  # defaultMessage: Colore di sfondo
1183
1198
  msgid "bg_color"
1184
1199
  msgstr ""
@@ -1390,6 +1405,7 @@ msgstr ""
1390
1405
 
1391
1406
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
1392
1407
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1408
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1393
1409
  # defaultMessage: Primario
1394
1410
  msgid "color_primary"
1395
1411
  msgstr ""
@@ -1400,6 +1416,7 @@ msgid "color_success"
1400
1416
  msgstr ""
1401
1417
 
1402
1418
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1419
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1403
1420
  # defaultMessage: Trasparente
1404
1421
  msgid "color_transparent"
1405
1422
  msgstr ""
@@ -2812,6 +2829,7 @@ msgid "modulo_formati_alternativi"
2812
2829
  msgstr "Alternative formats"
2813
2830
 
2814
2831
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
2832
+ #: components/ItaliaTheme/Blocks/Teaser/schema
2815
2833
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
2816
2834
  #: config/Blocks/ListingOptions/cardWithImageTemplate
2817
2835
  # defaultMessage: undefined
@@ -3819,6 +3837,7 @@ msgid "share"
3819
3837
  msgstr "Share"
3820
3838
 
3821
3839
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3840
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3822
3841
  # defaultMessage: Mostra la data
3823
3842
  msgid "show_date"
3824
3843
  msgstr ""
@@ -3890,6 +3909,7 @@ msgid "show_pointer_list"
3890
3909
  msgstr "Show bulleted list"
3891
3910
 
3892
3911
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3912
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3893
3913
  #: config/Blocks/ListingOptions/utils
3894
3914
  # defaultMessage: Mostra la sezione
3895
3915
  msgid "show_section"
@@ -3907,6 +3927,7 @@ msgid "show_topics"
3907
3927
  msgstr ""
3908
3928
 
3909
3929
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3930
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3910
3931
  #: config/Blocks/ListingOptions/utils
3911
3932
  # defaultMessage: Mostra il tipo
3912
3933
  msgid "show_type"
@@ -186,6 +186,7 @@ msgid "Content"
186
186
  msgstr "Contenido"
187
187
 
188
188
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
189
+ #: components/ItaliaTheme/Blocks/Teaser/schema
189
190
  # defaultMessage: Contenuto in primo piano
190
191
  msgid "Content in evidence"
191
192
  msgstr "Contenido destacado"
@@ -382,6 +383,7 @@ msgstr "El evento no se realizará en las siguientes fechas"
382
383
  msgid "Link more"
383
384
  msgstr "Enlace más"
384
385
 
386
+ #: components/ItaliaTheme/Blocks/Teaser/schema
385
387
  #: components/ItaliaTheme/manage/Widgets/LinkToWidget
386
388
  # defaultMessage: Link a
387
389
  msgid "Link to"
@@ -389,12 +391,14 @@ msgstr "Enlazar a"
389
391
 
390
392
  #: components/ItaliaTheme/Blocks/HeroImageLeft/HeroSidebar
391
393
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
394
+ #: components/ItaliaTheme/Blocks/Teaser/schema
392
395
  # defaultMessage: Link ad altro
393
396
  msgid "LinkMore"
394
397
  msgstr "Enlaces a más"
395
398
 
396
399
  #: components/ItaliaTheme/Blocks/HeroImageLeft/HeroSidebar
397
400
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
401
+ #: components/ItaliaTheme/Blocks/Teaser/schema
398
402
  # defaultMessage: Testo per il link ad altro
399
403
  msgid "Linkto title"
400
404
  msgstr "Texto para el enlace a otra cosa"
@@ -532,6 +536,11 @@ msgstr "Pequeño"
532
536
  msgid "Play slider"
533
537
  msgstr "Reproducir"
534
538
 
539
+ #: components/ItaliaTheme/Blocks/Teaser/ItaliaTeaserBody
540
+ # defaultMessage: Please choose an existing content as source for this element
541
+ msgid "Please choose an existing content as source for this element"
542
+ msgstr ""
543
+
535
544
  #: components/ItaliaTheme/Pagination/PaginationItem
536
545
  # defaultMessage: Pagina precedente
537
546
  msgid "Previous page"
@@ -639,6 +648,11 @@ msgstr ""
639
648
  msgid "Table color inverted"
640
649
  msgstr ""
641
650
 
651
+ #: overrideTranslations
652
+ # defaultMessage: Teaser
653
+ msgid "Teaser"
654
+ msgstr ""
655
+
642
656
  #: components/ItaliaTheme/Blocks/Accordion/Block/EditBlock
643
657
  #: components/ItaliaTheme/Blocks/ContactsBlock/Block/EditBlock
644
658
  #: components/ItaliaTheme/Blocks/IconBlocks/Block/EditBlock
@@ -1188,6 +1202,7 @@ msgstr "Mostrar el fondo del bloque"
1188
1202
 
1189
1203
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
1190
1204
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1205
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1191
1206
  # defaultMessage: Colore di sfondo
1192
1207
  msgid "bg_color"
1193
1208
  msgstr "Color de fondo"
@@ -1399,6 +1414,7 @@ msgstr ""
1399
1414
 
1400
1415
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
1401
1416
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1417
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1402
1418
  # defaultMessage: Primario
1403
1419
  msgid "color_primary"
1404
1420
  msgstr "Primario"
@@ -1409,6 +1425,7 @@ msgid "color_success"
1409
1425
  msgstr ""
1410
1426
 
1411
1427
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1428
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1412
1429
  # defaultMessage: Trasparente
1413
1430
  msgid "color_transparent"
1414
1431
  msgstr "Transparente"
@@ -2821,6 +2838,7 @@ msgid "modulo_formati_alternativi"
2821
2838
  msgstr "Formatos alternativos"
2822
2839
 
2823
2840
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
2841
+ #: components/ItaliaTheme/Blocks/Teaser/schema
2824
2842
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
2825
2843
  #: config/Blocks/ListingOptions/cardWithImageTemplate
2826
2844
  # defaultMessage: undefined
@@ -3828,6 +3846,7 @@ msgid "share"
3828
3846
  msgstr "Compartir"
3829
3847
 
3830
3848
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3849
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3831
3850
  # defaultMessage: Mostra la data
3832
3851
  msgid "show_date"
3833
3852
  msgstr "Mostrar fecha"
@@ -3899,6 +3918,7 @@ msgid "show_pointer_list"
3899
3918
  msgstr "Mostrar lista con viñetas"
3900
3919
 
3901
3920
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3921
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3902
3922
  #: config/Blocks/ListingOptions/utils
3903
3923
  # defaultMessage: Mostra la sezione
3904
3924
  msgid "show_section"
@@ -3916,6 +3936,7 @@ msgid "show_topics"
3916
3936
  msgstr "Mostrar temas"
3917
3937
 
3918
3938
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3939
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3919
3940
  #: config/Blocks/ListingOptions/utils
3920
3941
  # defaultMessage: Mostra il tipo
3921
3942
  msgid "show_type"
@@ -194,6 +194,7 @@ msgid "Content"
194
194
  msgstr "Contenu"
195
195
 
196
196
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
197
+ #: components/ItaliaTheme/Blocks/Teaser/schema
197
198
  # defaultMessage: Contenuto in primo piano
198
199
  msgid "Content in evidence"
199
200
  msgstr ""
@@ -390,6 +391,7 @@ msgstr "L'événement n'aura pas lieu aux dates suivantes"
390
391
  msgid "Link more"
391
392
  msgstr ""
392
393
 
394
+ #: components/ItaliaTheme/Blocks/Teaser/schema
393
395
  #: components/ItaliaTheme/manage/Widgets/LinkToWidget
394
396
  # defaultMessage: Link a
395
397
  msgid "Link to"
@@ -397,12 +399,14 @@ msgstr ""
397
399
 
398
400
  #: components/ItaliaTheme/Blocks/HeroImageLeft/HeroSidebar
399
401
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
402
+ #: components/ItaliaTheme/Blocks/Teaser/schema
400
403
  # defaultMessage: Link ad altro
401
404
  msgid "LinkMore"
402
405
  msgstr ""
403
406
 
404
407
  #: components/ItaliaTheme/Blocks/HeroImageLeft/HeroSidebar
405
408
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
409
+ #: components/ItaliaTheme/Blocks/Teaser/schema
406
410
  # defaultMessage: Testo per il link ad altro
407
411
  msgid "Linkto title"
408
412
  msgstr ""
@@ -540,6 +544,11 @@ msgstr ""
540
544
  msgid "Play slider"
541
545
  msgstr "Début"
542
546
 
547
+ #: components/ItaliaTheme/Blocks/Teaser/ItaliaTeaserBody
548
+ # defaultMessage: Please choose an existing content as source for this element
549
+ msgid "Please choose an existing content as source for this element"
550
+ msgstr ""
551
+
543
552
  #: components/ItaliaTheme/Pagination/PaginationItem
544
553
  # defaultMessage: Pagina precedente
545
554
  msgid "Previous page"
@@ -647,6 +656,11 @@ msgstr ""
647
656
  msgid "Table color inverted"
648
657
  msgstr ""
649
658
 
659
+ #: overrideTranslations
660
+ # defaultMessage: Teaser
661
+ msgid "Teaser"
662
+ msgstr ""
663
+
650
664
  #: components/ItaliaTheme/Blocks/Accordion/Block/EditBlock
651
665
  #: components/ItaliaTheme/Blocks/ContactsBlock/Block/EditBlock
652
666
  #: components/ItaliaTheme/Blocks/IconBlocks/Block/EditBlock
@@ -1196,6 +1210,7 @@ msgstr ""
1196
1210
 
1197
1211
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
1198
1212
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1213
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1199
1214
  # defaultMessage: Colore di sfondo
1200
1215
  msgid "bg_color"
1201
1216
  msgstr ""
@@ -1407,6 +1422,7 @@ msgstr ""
1407
1422
 
1408
1423
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
1409
1424
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1425
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1410
1426
  # defaultMessage: Primario
1411
1427
  msgid "color_primary"
1412
1428
  msgstr ""
@@ -1417,6 +1433,7 @@ msgid "color_success"
1417
1433
  msgstr ""
1418
1434
 
1419
1435
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1436
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1420
1437
  # defaultMessage: Trasparente
1421
1438
  msgid "color_transparent"
1422
1439
  msgstr ""
@@ -2829,6 +2846,7 @@ msgid "modulo_formati_alternativi"
2829
2846
  msgstr "Formats alternatifs"
2830
2847
 
2831
2848
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
2849
+ #: components/ItaliaTheme/Blocks/Teaser/schema
2832
2850
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
2833
2851
  #: config/Blocks/ListingOptions/cardWithImageTemplate
2834
2852
  # defaultMessage: undefined
@@ -3836,6 +3854,7 @@ msgid "share"
3836
3854
  msgstr "Partager"
3837
3855
 
3838
3856
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3857
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3839
3858
  # defaultMessage: Mostra la data
3840
3859
  msgid "show_date"
3841
3860
  msgstr ""
@@ -3907,6 +3926,7 @@ msgid "show_pointer_list"
3907
3926
  msgstr ""
3908
3927
 
3909
3928
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3929
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3910
3930
  #: config/Blocks/ListingOptions/utils
3911
3931
  # defaultMessage: Mostra la sezione
3912
3932
  msgid "show_section"
@@ -3924,6 +3944,7 @@ msgid "show_topics"
3924
3944
  msgstr ""
3925
3945
 
3926
3946
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3947
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3927
3948
  #: config/Blocks/ListingOptions/utils
3928
3949
  # defaultMessage: Mostra il tipo
3929
3950
  msgid "show_type"
@@ -177,6 +177,7 @@ msgid "Content"
177
177
  msgstr "Contenuto"
178
178
 
179
179
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
180
+ #: components/ItaliaTheme/Blocks/Teaser/schema
180
181
  # defaultMessage: Contenuto in primo piano
181
182
  msgid "Content in evidence"
182
183
  msgstr "Contenuto in primo piano"
@@ -373,6 +374,7 @@ msgstr "L'evento non si terrà nelle seguenti date"
373
374
  msgid "Link more"
374
375
  msgstr "Link ad altro"
375
376
 
377
+ #: components/ItaliaTheme/Blocks/Teaser/schema
376
378
  #: components/ItaliaTheme/manage/Widgets/LinkToWidget
377
379
  # defaultMessage: Link a
378
380
  msgid "Link to"
@@ -380,12 +382,14 @@ msgstr "Link a"
380
382
 
381
383
  #: components/ItaliaTheme/Blocks/HeroImageLeft/HeroSidebar
382
384
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
385
+ #: components/ItaliaTheme/Blocks/Teaser/schema
383
386
  # defaultMessage: Link ad altro
384
387
  msgid "LinkMore"
385
388
  msgstr "Link ad altro"
386
389
 
387
390
  #: components/ItaliaTheme/Blocks/HeroImageLeft/HeroSidebar
388
391
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
392
+ #: components/ItaliaTheme/Blocks/Teaser/schema
389
393
  # defaultMessage: Testo per il link ad altro
390
394
  msgid "Linkto title"
391
395
  msgstr "Titolo per il link ad altro"
@@ -523,6 +527,11 @@ msgstr "Piccolo"
523
527
  msgid "Play slider"
524
528
  msgstr "Seleziona per riprodurre"
525
529
 
530
+ #: components/ItaliaTheme/Blocks/Teaser/ItaliaTeaserBody
531
+ # defaultMessage: Please choose an existing content as source for this element
532
+ msgid "Please choose an existing content as source for this element"
533
+ msgstr "Per favore, seleziona un contenuto esistente come sorgente per questo elemento."
534
+
526
535
  #: components/ItaliaTheme/Pagination/PaginationItem
527
536
  # defaultMessage: Pagina precedente
528
537
  msgid "Previous page"
@@ -630,6 +639,11 @@ msgstr "Blocco Tabella"
630
639
  msgid "Table color inverted"
631
640
  msgstr "Inverti i colori della tabella"
632
641
 
642
+ #: overrideTranslations
643
+ # defaultMessage: Teaser
644
+ msgid "Teaser"
645
+ msgstr "Contenuto in primo piano"
646
+
633
647
  #: components/ItaliaTheme/Blocks/Accordion/Block/EditBlock
634
648
  #: components/ItaliaTheme/Blocks/ContactsBlock/Block/EditBlock
635
649
  #: components/ItaliaTheme/Blocks/IconBlocks/Block/EditBlock
@@ -1179,6 +1193,7 @@ msgstr "Mostra lo sfondo del blocco"
1179
1193
 
1180
1194
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
1181
1195
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1196
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1182
1197
  # defaultMessage: Colore di sfondo
1183
1198
  msgid "bg_color"
1184
1199
  msgstr "Colore di sfondo"
@@ -1390,6 +1405,7 @@ msgstr "Arancione"
1390
1405
 
1391
1406
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
1392
1407
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1408
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1393
1409
  # defaultMessage: Primario
1394
1410
  msgid "color_primary"
1395
1411
  msgstr "Colore primario"
@@ -1400,6 +1416,7 @@ msgid "color_success"
1400
1416
  msgstr ""
1401
1417
 
1402
1418
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1419
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1403
1420
  # defaultMessage: Trasparente
1404
1421
  msgid "color_transparent"
1405
1422
  msgstr "Trasparente"
@@ -2812,6 +2829,7 @@ msgid "modulo_formati_alternativi"
2812
2829
  msgstr "Formati alternativi"
2813
2830
 
2814
2831
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
2832
+ #: components/ItaliaTheme/Blocks/Teaser/schema
2815
2833
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
2816
2834
  #: config/Blocks/ListingOptions/cardWithImageTemplate
2817
2835
  # defaultMessage: undefined
@@ -3819,6 +3837,7 @@ msgid "share"
3819
3837
  msgstr "Condividi"
3820
3838
 
3821
3839
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3840
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3822
3841
  # defaultMessage: Mostra la data
3823
3842
  msgid "show_date"
3824
3843
  msgstr "Mostra la data"
@@ -3890,6 +3909,7 @@ msgid "show_pointer_list"
3890
3909
  msgstr "Mostra elenco puntato"
3891
3910
 
3892
3911
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3912
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3893
3913
  #: config/Blocks/ListingOptions/utils
3894
3914
  # defaultMessage: Mostra la sezione
3895
3915
  msgid "show_section"
@@ -3907,6 +3927,7 @@ msgid "show_topics"
3907
3927
  msgstr "Mostra gli argomenti"
3908
3928
 
3909
3929
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3930
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3910
3931
  #: config/Blocks/ListingOptions/utils
3911
3932
  # defaultMessage: Mostra il tipo
3912
3933
  msgid "show_type"