design-comuni-plone-theme 11.29.2 → 11.30.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/.release-it.json +2 -1
  2. package/.yarn/install-state.gz +0 -0
  3. package/CHANGELOG.md +40 -0
  4. package/RELEASE.md +24 -1
  5. package/locales/de/LC_MESSAGES/volto.po +21 -0
  6. package/locales/en/LC_MESSAGES/volto.po +21 -0
  7. package/locales/es/LC_MESSAGES/volto.po +21 -0
  8. package/locales/fr/LC_MESSAGES/volto.po +21 -0
  9. package/locales/it/LC_MESSAGES/volto.po +21 -0
  10. package/locales/volto.pot +22 -1
  11. package/package.json +1 -1
  12. package/publiccode.yml +2 -2
  13. package/src/components/ItaliaTheme/Blocks/Common/SearchFilters/TextFilter.jsx +6 -1
  14. package/src/components/ItaliaTheme/Blocks/Teaser/ItaliaTeaserBody.jsx +190 -0
  15. package/src/components/ItaliaTheme/Blocks/Teaser/schema.js +179 -0
  16. package/src/components/ItaliaTheme/Blocks/UOSearch/Body.jsx +3 -0
  17. package/src/components/ItaliaTheme/BrandText/BrandText.jsx +9 -1
  18. package/src/components/ItaliaTheme/Icons/common/common.js +9 -8
  19. package/src/components/ItaliaTheme/Search/Search.jsx +5 -3
  20. package/src/components/__tests__/FormValidation.test.js +10 -0
  21. package/src/config/Blocks/blocks.js +4 -3
  22. package/src/config/italiaConfig.js +4 -0
  23. package/src/customizations/volto/components/manage/Blocks/Teaser/Body.jsx +30 -0
  24. package/src/customizations/volto/components/manage/Widgets/ObjectBrowserWidget.jsx +1 -1
  25. package/src/customizations/volto/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.jsx +3 -1
  26. package/src/customizations/volto/helpers/FormValidation/FormValidation.js +1 -1
  27. package/src/helpers/files.js +2 -2
  28. package/src/overrideTranslations.jsx +5 -0
package/.release-it.json CHANGED
@@ -8,7 +8,8 @@
8
8
  },
9
9
  "github": {
10
10
  "release": true,
11
- "releaseName": "${version}"
11
+ "releaseName": "${version}",
12
+ "makeLatest": false
12
13
  },
13
14
  "hooks": {
14
15
  "before:init": ["yarn install --immutable", "yarn i18n"]
Binary file
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
 
2
2
 
3
+ ## [11.30.1](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.30.0...v11.30.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)) ([fc64b64](https://github.com/RedTurtle/design-comuni-plone-theme/commit/fc64b64aa03a9af66f04a0dceacfaca7ed086a67))
9
+
10
+
11
+ ### Documentation
12
+
13
+ * updated publiccode and release log ([82f239c](https://github.com/RedTurtle/design-comuni-plone-theme/commit/82f239c70a91132d1a5dec5e082082478c6c8793))
14
+
15
+ ## [11.30.0](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.29.2...v11.30.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)) ([4348e94](https://github.com/RedTurtle/design-comuni-plone-theme/commit/4348e947780bce2eb5f27d82ae55665611cb1aa0))
21
+ * teaser block integration, restricted highlitedContent block as deprecated now ([#935](https://github.com/RedTurtle/design-comuni-plone-theme/issues/935)) ([019b6e9](https://github.com/RedTurtle/design-comuni-plone-theme/commit/019b6e96e89350f7df17e20ad04cce413aaeb671))
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * added label to TextFilter component ([#912](https://github.com/RedTurtle/design-comuni-plone-theme/issues/912)) ([b2e1fd2](https://github.com/RedTurtle/design-comuni-plone-theme/commit/b2e1fd20ab7db00a6881e6696458da55d1f56e46))
27
+ * changed byweekday parameter management in recurrence widget ([#936](https://github.com/RedTurtle/design-comuni-plone-theme/issues/936)) ([6c14550](https://github.com/RedTurtle/design-comuni-plone-theme/commit/6c14550540c8ce3ac26dea368be8f587216b3600))
28
+ * changed file label for powerpoint icon ([#934](https://github.com/RedTurtle/design-comuni-plone-theme/issues/934)) ([22c9c67](https://github.com/RedTurtle/design-comuni-plone-theme/commit/22c9c67073722b769d6b57facb9466c1cc7e0208))
29
+ * regex for fragments in formValidation ([#926](https://github.com/RedTurtle/design-comuni-plone-theme/issues/926)) ([751d0e8](https://github.com/RedTurtle/design-comuni-plone-theme/commit/751d0e8bfb36b9ec0b0d82182e3782a16ec4c910))
30
+
31
+
32
+ ### Maintenance
33
+
34
+ * updated release-it config ([97ec664](https://github.com/RedTurtle/design-comuni-plone-theme/commit/97ec6643df80b5d946d7331a9334e893b4b1cbb7))
35
+
36
+
37
+ ### Documentation
38
+
39
+ * updated publiccode and release log ([749faf4](https://github.com/RedTurtle/design-comuni-plone-theme/commit/749faf46609f72ae0cf9f6796bb48748353ed549))
40
+ * updated release.md ([#920](https://github.com/RedTurtle/design-comuni-plone-theme/issues/920)) ([c6cec61](https://github.com/RedTurtle/design-comuni-plone-theme/commit/c6cec61307c3de2e989d3c549d4e540a082fb3e6))
41
+ * updated release.md ([#922](https://github.com/RedTurtle/design-comuni-plone-theme/issues/922)) ([af4c990](https://github.com/RedTurtle/design-comuni-plone-theme/commit/af4c990b891c3fc479d71372d42eb20b68348510))
42
+
3
43
  ## [11.29.2](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.29.1...v11.29.2) (2025-03-26)
4
44
 
5
45
 
package/RELEASE.md CHANGED
@@ -41,6 +41,30 @@
41
41
  - ...
42
42
  -->
43
43
 
44
+ ## Versione 11.30.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 11.30.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
+
56
+ ### Novità
57
+
58
+ - 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.
59
+ - È ora possibile nascondere il titolo nella testata del sito, spuntando l'apposita opzione del Pannello di controllo del Sito.
60
+ - Aggiunta una versione aggiornata del blocco Contenuto in primo piano più performante e consistente.
61
+
62
+ ### Fix
63
+
64
+ - I campi link accettano url contenenti un "/" e altre parti di link dopo un carattere di tipo "#".
65
+ - Il filtro di testo dei blocchi ricerca è ora dotato di una label che lo rende accessibile.
66
+ - Risolti dei problemi nella ricorrenza mensile del widget delle ricorrenze all'interno del CT Evento.
67
+
44
68
  ## Versione 11.29.2 (26/03/2025)
45
69
 
46
70
  ### Fix
@@ -56,7 +80,6 @@
56
80
 
57
81
  ### Fix
58
82
 
59
- - I bottoni presentano un contrasto corretto quando selezionati, e il bottone "scroll to top" può essere selezionato tramite navigazione da tastiera.
60
83
  - Nel titolo e nel testo del campo "Data di fine dell'incarico" è stato rimosso il riferimento al nome dell'incarico.
61
84
  - Risolto un problema con la validazione dei link inseriti nei campi url (ad es. URL del CT Collegamento).
62
85
  - Risolto un problema con il template del blocco Elenco, variazione Card con testo animato.
@@ -151,6 +151,7 @@ msgid "Content"
151
151
  msgstr ""
152
152
 
153
153
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
154
+ #: components/ItaliaTheme/Blocks/Teaser/schema
154
155
  # defaultMessage: Contenuto in primo piano
155
156
  msgid "Content in evidence"
156
157
  msgstr ""
@@ -352,6 +353,7 @@ msgstr ""
352
353
  msgid "Link more"
353
354
  msgstr ""
354
355
 
356
+ #: components/ItaliaTheme/Blocks/Teaser/schema
355
357
  #: components/ItaliaTheme/manage/Widgets/LinkToWidget
356
358
  # defaultMessage: Link a
357
359
  msgid "Link to"
@@ -359,12 +361,14 @@ msgstr ""
359
361
 
360
362
  #: components/ItaliaTheme/Blocks/HeroImageLeft/HeroSidebar
361
363
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
364
+ #: components/ItaliaTheme/Blocks/Teaser/schema
362
365
  # defaultMessage: Link ad altro
363
366
  msgid "LinkMore"
364
367
  msgstr ""
365
368
 
366
369
  #: components/ItaliaTheme/Blocks/HeroImageLeft/HeroSidebar
367
370
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
371
+ #: components/ItaliaTheme/Blocks/Teaser/schema
368
372
  # defaultMessage: Testo per il link ad altro
369
373
  msgid "Linkto title"
370
374
  msgstr ""
@@ -502,6 +506,11 @@ msgstr ""
502
506
  msgid "Play slider"
503
507
  msgstr ""
504
508
 
509
+ #: components/ItaliaTheme/Blocks/Teaser/ItaliaTeaserBody
510
+ # defaultMessage: Please choose an existing content as source for this element
511
+ msgid "Please choose an existing content as source for this element"
512
+ msgstr ""
513
+
505
514
  #: components/ItaliaTheme/Pagination/PaginationItem
506
515
  # defaultMessage: Pagina precedente
507
516
  msgid "Previous page"
@@ -614,6 +623,11 @@ msgstr ""
614
623
  msgid "Table color inverted"
615
624
  msgstr ""
616
625
 
626
+ #: overrideTranslations
627
+ # defaultMessage: Teaser
628
+ msgid "Teaser"
629
+ msgstr ""
630
+
617
631
  #: components/ItaliaTheme/Blocks/Accordion/Block/EditBlock
618
632
  #: components/ItaliaTheme/Blocks/ContactsBlock/Block/EditBlock
619
633
  #: components/ItaliaTheme/Blocks/IconBlocks/Block/EditBlock
@@ -1159,6 +1173,7 @@ msgstr ""
1159
1173
 
1160
1174
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
1161
1175
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1176
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1162
1177
  # defaultMessage: Colore di sfondo
1163
1178
  msgid "bg_color"
1164
1179
  msgstr ""
@@ -1339,11 +1354,13 @@ msgstr ""
1339
1354
 
1340
1355
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
1341
1356
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1357
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1342
1358
  # defaultMessage: Primario
1343
1359
  msgid "color_primary"
1344
1360
  msgstr ""
1345
1361
 
1346
1362
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1363
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1347
1364
  # defaultMessage: Trasparente
1348
1365
  msgid "color_transparent"
1349
1366
  msgstr ""
@@ -2754,6 +2771,7 @@ msgid "modulo_formati_alternativi"
2754
2771
  msgstr ""
2755
2772
 
2756
2773
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
2774
+ #: components/ItaliaTheme/Blocks/Teaser/schema
2757
2775
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
2758
2776
  #: config/Blocks/ListingOptions/cardWithImageTemplate
2759
2777
  # defaultMessage: undefined
@@ -3762,6 +3780,7 @@ msgid "share"
3762
3780
  msgstr ""
3763
3781
 
3764
3782
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3783
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3765
3784
  # defaultMessage: Mostra la data
3766
3785
  msgid "show_date"
3767
3786
  msgstr ""
@@ -3833,6 +3852,7 @@ msgid "show_pointer_list"
3833
3852
  msgstr ""
3834
3853
 
3835
3854
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3855
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3836
3856
  #: config/Blocks/ListingOptions/utils
3837
3857
  # defaultMessage: Mostra la sezione
3838
3858
  msgid "show_section"
@@ -3850,6 +3870,7 @@ msgid "show_topics"
3850
3870
  msgstr ""
3851
3871
 
3852
3872
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3873
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3853
3874
  #: config/Blocks/ListingOptions/utils
3854
3875
  # defaultMessage: Mostra il tipo
3855
3876
  msgid "show_type"
@@ -136,6 +136,7 @@ msgid "Content"
136
136
  msgstr ""
137
137
 
138
138
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
139
+ #: components/ItaliaTheme/Blocks/Teaser/schema
139
140
  # defaultMessage: Contenuto in primo piano
140
141
  msgid "Content in evidence"
141
142
  msgstr ""
@@ -337,6 +338,7 @@ msgstr "The event will not be held on the following dates"
337
338
  msgid "Link more"
338
339
  msgstr ""
339
340
 
341
+ #: components/ItaliaTheme/Blocks/Teaser/schema
340
342
  #: components/ItaliaTheme/manage/Widgets/LinkToWidget
341
343
  # defaultMessage: Link a
342
344
  msgid "Link to"
@@ -344,12 +346,14 @@ msgstr ""
344
346
 
345
347
  #: components/ItaliaTheme/Blocks/HeroImageLeft/HeroSidebar
346
348
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
349
+ #: components/ItaliaTheme/Blocks/Teaser/schema
347
350
  # defaultMessage: Link ad altro
348
351
  msgid "LinkMore"
349
352
  msgstr ""
350
353
 
351
354
  #: components/ItaliaTheme/Blocks/HeroImageLeft/HeroSidebar
352
355
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
356
+ #: components/ItaliaTheme/Blocks/Teaser/schema
353
357
  # defaultMessage: Testo per il link ad altro
354
358
  msgid "Linkto title"
355
359
  msgstr ""
@@ -487,6 +491,11 @@ msgstr ""
487
491
  msgid "Play slider"
488
492
  msgstr "Play"
489
493
 
494
+ #: components/ItaliaTheme/Blocks/Teaser/ItaliaTeaserBody
495
+ # defaultMessage: Please choose an existing content as source for this element
496
+ msgid "Please choose an existing content as source for this element"
497
+ msgstr ""
498
+
490
499
  #: components/ItaliaTheme/Pagination/PaginationItem
491
500
  # defaultMessage: Pagina precedente
492
501
  msgid "Previous page"
@@ -599,6 +608,11 @@ msgstr ""
599
608
  msgid "Table color inverted"
600
609
  msgstr ""
601
610
 
611
+ #: overrideTranslations
612
+ # defaultMessage: Teaser
613
+ msgid "Teaser"
614
+ msgstr ""
615
+
602
616
  #: components/ItaliaTheme/Blocks/Accordion/Block/EditBlock
603
617
  #: components/ItaliaTheme/Blocks/ContactsBlock/Block/EditBlock
604
618
  #: components/ItaliaTheme/Blocks/IconBlocks/Block/EditBlock
@@ -1144,6 +1158,7 @@ msgstr ""
1144
1158
 
1145
1159
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
1146
1160
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1161
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1147
1162
  # defaultMessage: Colore di sfondo
1148
1163
  msgid "bg_color"
1149
1164
  msgstr ""
@@ -1324,11 +1339,13 @@ msgstr ""
1324
1339
 
1325
1340
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
1326
1341
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1342
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1327
1343
  # defaultMessage: Primario
1328
1344
  msgid "color_primary"
1329
1345
  msgstr ""
1330
1346
 
1331
1347
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1348
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1332
1349
  # defaultMessage: Trasparente
1333
1350
  msgid "color_transparent"
1334
1351
  msgstr ""
@@ -2739,6 +2756,7 @@ msgid "modulo_formati_alternativi"
2739
2756
  msgstr "Alternative formats"
2740
2757
 
2741
2758
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
2759
+ #: components/ItaliaTheme/Blocks/Teaser/schema
2742
2760
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
2743
2761
  #: config/Blocks/ListingOptions/cardWithImageTemplate
2744
2762
  # defaultMessage: undefined
@@ -3747,6 +3765,7 @@ msgid "share"
3747
3765
  msgstr "Share"
3748
3766
 
3749
3767
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3768
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3750
3769
  # defaultMessage: Mostra la data
3751
3770
  msgid "show_date"
3752
3771
  msgstr ""
@@ -3818,6 +3837,7 @@ msgid "show_pointer_list"
3818
3837
  msgstr "Show bulleted list"
3819
3838
 
3820
3839
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3840
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3821
3841
  #: config/Blocks/ListingOptions/utils
3822
3842
  # defaultMessage: Mostra la sezione
3823
3843
  msgid "show_section"
@@ -3835,6 +3855,7 @@ msgid "show_topics"
3835
3855
  msgstr ""
3836
3856
 
3837
3857
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3858
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3838
3859
  #: config/Blocks/ListingOptions/utils
3839
3860
  # defaultMessage: Mostra il tipo
3840
3861
  msgid "show_type"
@@ -145,6 +145,7 @@ msgid "Content"
145
145
  msgstr "Contenido"
146
146
 
147
147
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
148
+ #: components/ItaliaTheme/Blocks/Teaser/schema
148
149
  # defaultMessage: Contenuto in primo piano
149
150
  msgid "Content in evidence"
150
151
  msgstr "Contenido destacado"
@@ -346,6 +347,7 @@ msgstr "El evento no se realizará en las siguientes fechas"
346
347
  msgid "Link more"
347
348
  msgstr "Enlace más"
348
349
 
350
+ #: components/ItaliaTheme/Blocks/Teaser/schema
349
351
  #: components/ItaliaTheme/manage/Widgets/LinkToWidget
350
352
  # defaultMessage: Link a
351
353
  msgid "Link to"
@@ -353,12 +355,14 @@ msgstr "Enlazar a"
353
355
 
354
356
  #: components/ItaliaTheme/Blocks/HeroImageLeft/HeroSidebar
355
357
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
358
+ #: components/ItaliaTheme/Blocks/Teaser/schema
356
359
  # defaultMessage: Link ad altro
357
360
  msgid "LinkMore"
358
361
  msgstr "Enlaces a más"
359
362
 
360
363
  #: components/ItaliaTheme/Blocks/HeroImageLeft/HeroSidebar
361
364
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
365
+ #: components/ItaliaTheme/Blocks/Teaser/schema
362
366
  # defaultMessage: Testo per il link ad altro
363
367
  msgid "Linkto title"
364
368
  msgstr "Texto para el enlace a otra cosa"
@@ -496,6 +500,11 @@ msgstr "Pequeño"
496
500
  msgid "Play slider"
497
501
  msgstr "Reproducir"
498
502
 
503
+ #: components/ItaliaTheme/Blocks/Teaser/ItaliaTeaserBody
504
+ # defaultMessage: Please choose an existing content as source for this element
505
+ msgid "Please choose an existing content as source for this element"
506
+ msgstr ""
507
+
499
508
  #: components/ItaliaTheme/Pagination/PaginationItem
500
509
  # defaultMessage: Pagina precedente
501
510
  msgid "Previous page"
@@ -608,6 +617,11 @@ msgstr ""
608
617
  msgid "Table color inverted"
609
618
  msgstr ""
610
619
 
620
+ #: overrideTranslations
621
+ # defaultMessage: Teaser
622
+ msgid "Teaser"
623
+ msgstr ""
624
+
611
625
  #: components/ItaliaTheme/Blocks/Accordion/Block/EditBlock
612
626
  #: components/ItaliaTheme/Blocks/ContactsBlock/Block/EditBlock
613
627
  #: components/ItaliaTheme/Blocks/IconBlocks/Block/EditBlock
@@ -1153,6 +1167,7 @@ msgstr "Mostrar el fondo del bloque"
1153
1167
 
1154
1168
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
1155
1169
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1170
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1156
1171
  # defaultMessage: Colore di sfondo
1157
1172
  msgid "bg_color"
1158
1173
  msgstr "Color de fondo"
@@ -1333,11 +1348,13 @@ msgstr ""
1333
1348
 
1334
1349
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
1335
1350
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1351
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1336
1352
  # defaultMessage: Primario
1337
1353
  msgid "color_primary"
1338
1354
  msgstr "Primario"
1339
1355
 
1340
1356
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1357
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1341
1358
  # defaultMessage: Trasparente
1342
1359
  msgid "color_transparent"
1343
1360
  msgstr "Transparente"
@@ -2748,6 +2765,7 @@ msgid "modulo_formati_alternativi"
2748
2765
  msgstr "Formatos alternativos"
2749
2766
 
2750
2767
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
2768
+ #: components/ItaliaTheme/Blocks/Teaser/schema
2751
2769
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
2752
2770
  #: config/Blocks/ListingOptions/cardWithImageTemplate
2753
2771
  # defaultMessage: undefined
@@ -3756,6 +3774,7 @@ msgid "share"
3756
3774
  msgstr "Compartir"
3757
3775
 
3758
3776
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3777
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3759
3778
  # defaultMessage: Mostra la data
3760
3779
  msgid "show_date"
3761
3780
  msgstr "Mostrar fecha"
@@ -3827,6 +3846,7 @@ msgid "show_pointer_list"
3827
3846
  msgstr "Mostrar lista con viñetas"
3828
3847
 
3829
3848
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3849
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3830
3850
  #: config/Blocks/ListingOptions/utils
3831
3851
  # defaultMessage: Mostra la sezione
3832
3852
  msgid "show_section"
@@ -3844,6 +3864,7 @@ msgid "show_topics"
3844
3864
  msgstr "Mostrar temas"
3845
3865
 
3846
3866
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3867
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3847
3868
  #: config/Blocks/ListingOptions/utils
3848
3869
  # defaultMessage: Mostra il tipo
3849
3870
  msgid "show_type"
@@ -153,6 +153,7 @@ msgid "Content"
153
153
  msgstr "Contenu"
154
154
 
155
155
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
156
+ #: components/ItaliaTheme/Blocks/Teaser/schema
156
157
  # defaultMessage: Contenuto in primo piano
157
158
  msgid "Content in evidence"
158
159
  msgstr ""
@@ -354,6 +355,7 @@ msgstr "L'événement n'aura pas lieu aux dates suivantes"
354
355
  msgid "Link more"
355
356
  msgstr ""
356
357
 
358
+ #: components/ItaliaTheme/Blocks/Teaser/schema
357
359
  #: components/ItaliaTheme/manage/Widgets/LinkToWidget
358
360
  # defaultMessage: Link a
359
361
  msgid "Link to"
@@ -361,12 +363,14 @@ msgstr ""
361
363
 
362
364
  #: components/ItaliaTheme/Blocks/HeroImageLeft/HeroSidebar
363
365
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
366
+ #: components/ItaliaTheme/Blocks/Teaser/schema
364
367
  # defaultMessage: Link ad altro
365
368
  msgid "LinkMore"
366
369
  msgstr ""
367
370
 
368
371
  #: components/ItaliaTheme/Blocks/HeroImageLeft/HeroSidebar
369
372
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
373
+ #: components/ItaliaTheme/Blocks/Teaser/schema
370
374
  # defaultMessage: Testo per il link ad altro
371
375
  msgid "Linkto title"
372
376
  msgstr ""
@@ -504,6 +508,11 @@ msgstr ""
504
508
  msgid "Play slider"
505
509
  msgstr "Début"
506
510
 
511
+ #: components/ItaliaTheme/Blocks/Teaser/ItaliaTeaserBody
512
+ # defaultMessage: Please choose an existing content as source for this element
513
+ msgid "Please choose an existing content as source for this element"
514
+ msgstr ""
515
+
507
516
  #: components/ItaliaTheme/Pagination/PaginationItem
508
517
  # defaultMessage: Pagina precedente
509
518
  msgid "Previous page"
@@ -616,6 +625,11 @@ msgstr ""
616
625
  msgid "Table color inverted"
617
626
  msgstr ""
618
627
 
628
+ #: overrideTranslations
629
+ # defaultMessage: Teaser
630
+ msgid "Teaser"
631
+ msgstr ""
632
+
619
633
  #: components/ItaliaTheme/Blocks/Accordion/Block/EditBlock
620
634
  #: components/ItaliaTheme/Blocks/ContactsBlock/Block/EditBlock
621
635
  #: components/ItaliaTheme/Blocks/IconBlocks/Block/EditBlock
@@ -1161,6 +1175,7 @@ msgstr ""
1161
1175
 
1162
1176
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
1163
1177
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1178
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1164
1179
  # defaultMessage: Colore di sfondo
1165
1180
  msgid "bg_color"
1166
1181
  msgstr ""
@@ -1341,11 +1356,13 @@ msgstr ""
1341
1356
 
1342
1357
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
1343
1358
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1359
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1344
1360
  # defaultMessage: Primario
1345
1361
  msgid "color_primary"
1346
1362
  msgstr ""
1347
1363
 
1348
1364
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1365
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1349
1366
  # defaultMessage: Trasparente
1350
1367
  msgid "color_transparent"
1351
1368
  msgstr ""
@@ -2756,6 +2773,7 @@ msgid "modulo_formati_alternativi"
2756
2773
  msgstr "Formats alternatifs"
2757
2774
 
2758
2775
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
2776
+ #: components/ItaliaTheme/Blocks/Teaser/schema
2759
2777
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
2760
2778
  #: config/Blocks/ListingOptions/cardWithImageTemplate
2761
2779
  # defaultMessage: undefined
@@ -3764,6 +3782,7 @@ msgid "share"
3764
3782
  msgstr "Partager"
3765
3783
 
3766
3784
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3785
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3767
3786
  # defaultMessage: Mostra la data
3768
3787
  msgid "show_date"
3769
3788
  msgstr ""
@@ -3835,6 +3854,7 @@ msgid "show_pointer_list"
3835
3854
  msgstr ""
3836
3855
 
3837
3856
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3857
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3838
3858
  #: config/Blocks/ListingOptions/utils
3839
3859
  # defaultMessage: Mostra la sezione
3840
3860
  msgid "show_section"
@@ -3852,6 +3872,7 @@ msgid "show_topics"
3852
3872
  msgstr ""
3853
3873
 
3854
3874
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3875
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3855
3876
  #: config/Blocks/ListingOptions/utils
3856
3877
  # defaultMessage: Mostra il tipo
3857
3878
  msgid "show_type"
@@ -136,6 +136,7 @@ msgid "Content"
136
136
  msgstr "Contenuto"
137
137
 
138
138
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
139
+ #: components/ItaliaTheme/Blocks/Teaser/schema
139
140
  # defaultMessage: Contenuto in primo piano
140
141
  msgid "Content in evidence"
141
142
  msgstr "Contenuto in primo piano"
@@ -337,6 +338,7 @@ msgstr "L'evento non si terrà nelle seguenti date"
337
338
  msgid "Link more"
338
339
  msgstr "Link ad altro"
339
340
 
341
+ #: components/ItaliaTheme/Blocks/Teaser/schema
340
342
  #: components/ItaliaTheme/manage/Widgets/LinkToWidget
341
343
  # defaultMessage: Link a
342
344
  msgid "Link to"
@@ -344,12 +346,14 @@ msgstr "Link a"
344
346
 
345
347
  #: components/ItaliaTheme/Blocks/HeroImageLeft/HeroSidebar
346
348
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
349
+ #: components/ItaliaTheme/Blocks/Teaser/schema
347
350
  # defaultMessage: Link ad altro
348
351
  msgid "LinkMore"
349
352
  msgstr "Link ad altro"
350
353
 
351
354
  #: components/ItaliaTheme/Blocks/HeroImageLeft/HeroSidebar
352
355
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
356
+ #: components/ItaliaTheme/Blocks/Teaser/schema
353
357
  # defaultMessage: Testo per il link ad altro
354
358
  msgid "Linkto title"
355
359
  msgstr "Titolo per il link ad altro"
@@ -487,6 +491,11 @@ msgstr "Piccolo"
487
491
  msgid "Play slider"
488
492
  msgstr "Seleziona per riprodurre"
489
493
 
494
+ #: components/ItaliaTheme/Blocks/Teaser/ItaliaTeaserBody
495
+ # defaultMessage: Please choose an existing content as source for this element
496
+ msgid "Please choose an existing content as source for this element"
497
+ msgstr "Per favore, seleziona un contenuto esistente come sorgente per questo elemento."
498
+
490
499
  #: components/ItaliaTheme/Pagination/PaginationItem
491
500
  # defaultMessage: Pagina precedente
492
501
  msgid "Previous page"
@@ -599,6 +608,11 @@ msgstr "Blocco Tabella"
599
608
  msgid "Table color inverted"
600
609
  msgstr "Inverti i colori della tabella"
601
610
 
611
+ #: overrideTranslations
612
+ # defaultMessage: Teaser
613
+ msgid "Teaser"
614
+ msgstr "Contenuto in primo piano"
615
+
602
616
  #: components/ItaliaTheme/Blocks/Accordion/Block/EditBlock
603
617
  #: components/ItaliaTheme/Blocks/ContactsBlock/Block/EditBlock
604
618
  #: components/ItaliaTheme/Blocks/IconBlocks/Block/EditBlock
@@ -1144,6 +1158,7 @@ msgstr "Mostra lo sfondo del blocco"
1144
1158
 
1145
1159
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
1146
1160
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1161
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1147
1162
  # defaultMessage: Colore di sfondo
1148
1163
  msgid "bg_color"
1149
1164
  msgstr "Colore di sfondo"
@@ -1324,11 +1339,13 @@ msgstr "Arancione"
1324
1339
 
1325
1340
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
1326
1341
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1342
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1327
1343
  # defaultMessage: Primario
1328
1344
  msgid "color_primary"
1329
1345
  msgstr "Colore primario"
1330
1346
 
1331
1347
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1348
+ #: components/ItaliaTheme/Blocks/Teaser/schema
1332
1349
  # defaultMessage: Trasparente
1333
1350
  msgid "color_transparent"
1334
1351
  msgstr "Trasparente"
@@ -2739,6 +2756,7 @@ msgid "modulo_formati_alternativi"
2739
2756
  msgstr "Formati alternativi"
2740
2757
 
2741
2758
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
2759
+ #: components/ItaliaTheme/Blocks/Teaser/schema
2742
2760
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
2743
2761
  #: config/Blocks/ListingOptions/cardWithImageTemplate
2744
2762
  # defaultMessage: undefined
@@ -3747,6 +3765,7 @@ msgid "share"
3747
3765
  msgstr "Condividi"
3748
3766
 
3749
3767
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3768
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3750
3769
  # defaultMessage: Mostra la data
3751
3770
  msgid "show_date"
3752
3771
  msgstr "Mostra la data"
@@ -3818,6 +3837,7 @@ msgid "show_pointer_list"
3818
3837
  msgstr "Mostra elenco puntato"
3819
3838
 
3820
3839
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3840
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3821
3841
  #: config/Blocks/ListingOptions/utils
3822
3842
  # defaultMessage: Mostra la sezione
3823
3843
  msgid "show_section"
@@ -3835,6 +3855,7 @@ msgid "show_topics"
3835
3855
  msgstr "Mostra gli argomenti"
3836
3856
 
3837
3857
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
3858
+ #: components/ItaliaTheme/Blocks/Teaser/schema
3838
3859
  #: config/Blocks/ListingOptions/utils
3839
3860
  # defaultMessage: Mostra il tipo
3840
3861
  msgid "show_type"