design-comuni-plone-theme 10.4.1 → 10.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. package/.eslintrc.js +1 -1
  2. package/CHANGELOG.md +20 -0
  3. package/RELEASE.md +8 -0
  4. package/package.json +40 -24
  5. package/publiccode.yml +2 -2
  6. package/src/actions/getDettagliProcedimento.js +1 -2
  7. package/src/components/ItaliaTheme/Blocks/Listing/BandiInEvidenceTemplate.jsx +4 -6
  8. package/src/components/ItaliaTheme/Blocks/Listing/CardWithSlideUpTextTemplate.jsx +8 -10
  9. package/src/components/ItaliaTheme/Blocks/__tests__/Alert.test.jsx +1 -2
  10. package/src/components/ItaliaTheme/Blocks/__tests__/CardWithImage.test.jsx +1 -2
  11. package/src/components/ItaliaTheme/Header/HeaderSlim/UserLoggedMenu.jsx +0 -1
  12. package/src/components/ItaliaTheme/Icons/FontAwesomeIcon.jsx +2 -2
  13. package/src/components/ItaliaTheme/Pagination/PaginationItem.jsx +2 -8
  14. package/src/components/ItaliaTheme/Pagination/createPaginationItems/itemFactories.js +4 -4
  15. package/src/components/ItaliaTheme/Search/utils.js +5 -3
  16. package/src/components/ItaliaTheme/View/Commons/ContactsCard.jsx +4 -4
  17. package/src/components/ItaliaTheme/View/Commons/DownloadFileFormat.jsx +1 -0
  18. package/src/components/ItaliaTheme/View/__tests__/PersonaView.test.jsx +928 -932
  19. package/src/components/ItaliaTheme/manage/Widgets/TextEditorWidget.jsx +12 -8
  20. package/src/components/SelectInput/SelectInput.jsx +16 -21
  21. package/src/components/SelectInput/select-styles.css +1 -1
  22. package/src/config/Blocks/blocks.js +4 -3
  23. package/src/config/Blocks/listingVariations.js +4 -3
  24. package/src/config/Subsites/index.js +16 -16
  25. package/src/config/italiaConfig.js +6 -5
  26. package/src/customizations/volto/components/manage/Blocks/HeroImageLeft/Edit.jsx +31 -26
  27. package/src/customizations/volto/components/manage/Blocks/Listing/ListingBody.jsx +2 -2
  28. package/src/customizations/volto/components/manage/Blocks/Listing/withQuerystringResults.jsx +6 -6
  29. package/src/customizations/volto/components/manage/Blocks/Search/components/CheckboxFacet.jsx +2 -2
  30. package/src/customizations/volto/components/manage/Blocks/Search/components/FilterList.jsx +15 -20
  31. package/src/customizations/volto/components/manage/Blocks/Search/components/ToggleFacetFilterListEntry.jsx +2 -9
  32. package/src/customizations/volto/components/manage/Diff/DiffField.jsx +2 -9
  33. package/src/customizations/volto/components/manage/Sidebar/ObjectBrowserBody.jsx +10 -10
  34. package/src/customizations/volto/components/manage/Widgets/DatetimeWidget.jsx +4 -10
  35. package/src/customizations/volto/components/manage/Widgets/ObjectBrowserWidget.jsx +2 -9
  36. package/src/customizations/volto/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.jsx +2 -2
  37. package/src/customizations/volto/helpers/FormValidation/FormValidation.js +7 -6
  38. package/src/customizations/volto/helpers/Html/Html.jsx +2 -2
  39. package/src/customizations/volto/middleware/api.js +194 -190
  40. package/src/customizations/volto/middleware/blacklistRoutes.js +36 -34
  41. package/src/helpers/dates.js +2 -2
  42. package/src/theme/ItaliaTheme/Addons/volto-gdpr-privacy.scss +12 -5
  43. package/src/theme/ItaliaTheme/Blocks/_accordion.scss +2 -0
  44. package/src/theme/ItaliaTheme/Blocks/_alert.scss +1 -1
  45. package/src/theme/ItaliaTheme/Blocks/_bandiInEvidenceTemplate.scss +6 -2
  46. package/src/theme/ItaliaTheme/Blocks/_calendar.scss +8 -6
  47. package/src/theme/ItaliaTheme/Blocks/_cardWithImageAndInEvidence.scss +7 -7
  48. package/src/theme/ItaliaTheme/Blocks/_cardWithSlideUpTextTemplate.scss +5 -4
  49. package/src/theme/ItaliaTheme/Blocks/_completeBlockLinkstemplate.scss +4 -2
  50. package/src/theme/ItaliaTheme/Blocks/_countdown.scss +2 -2
  51. package/src/theme/ItaliaTheme/Blocks/_ctaBlock.scss +7 -5
  52. package/src/theme/ItaliaTheme/Blocks/_gridBlock.scss +8 -3
  53. package/src/theme/ItaliaTheme/Blocks/_gridGalleryTemplate.scss +1 -0
  54. package/src/theme/ItaliaTheme/Blocks/_hero.scss +1 -0
  55. package/src/theme/ItaliaTheme/Blocks/_iconBlocks.scss +2 -2
  56. package/src/theme/ItaliaTheme/Blocks/_imageBlock.scss +1 -0
  57. package/src/theme/ItaliaTheme/Blocks/_listing.scss +1 -1
  58. package/src/theme/ItaliaTheme/Blocks/_photogallerytemplate.scss +1 -0
  59. package/src/theme/ItaliaTheme/Blocks/_ribbonCardTemplate.scss +5 -4
  60. package/src/theme/ItaliaTheme/Blocks/_rssBlock.scss +3 -2
  61. package/src/theme/ItaliaTheme/Blocks/_search.scss +68 -37
  62. package/src/theme/ItaliaTheme/Blocks/_searchSections.scss +4 -3
  63. package/src/theme/ItaliaTheme/Blocks/_simpleCardTemplate.scss +6 -3
  64. package/src/theme/ItaliaTheme/Blocks/_sliderTemplate.scss +1 -1
  65. package/src/theme/ItaliaTheme/Blocks/_smallblockLinkstemplate.scss +3 -3
  66. package/src/theme/ItaliaTheme/Blocks/_subblocks-edit.scss +1 -1
  67. package/src/theme/ItaliaTheme/Blocks/_tableOfContents.scss +17 -7
  68. package/src/theme/ItaliaTheme/Blocks/_video.scss +1 -1
  69. package/src/theme/ItaliaTheme/Blocks/_videoGallery.scss +7 -6
  70. package/src/theme/ItaliaTheme/Components/_card.scss +14 -7
  71. package/src/theme/ItaliaTheme/Components/_cardPersona.scss +2 -2
  72. package/src/theme/ItaliaTheme/Components/_cmp-timeline.scss +16 -14
  73. package/src/theme/ItaliaTheme/Components/_contactsCard.scss +3 -3
  74. package/src/theme/ItaliaTheme/Components/_customerSatisfaction.scss +31 -11
  75. package/src/theme/ItaliaTheme/Components/_diffField.scss +25 -14
  76. package/src/theme/ItaliaTheme/Components/_galleryPreview.scss +10 -10
  77. package/src/theme/ItaliaTheme/Components/_mobileMenu.scss +1 -1
  78. package/src/theme/ItaliaTheme/Components/_navscroll.scss +2 -0
  79. package/src/theme/ItaliaTheme/Components/_pageHeader.scss +5 -4
  80. package/src/theme/ItaliaTheme/Components/_scrollToTop.scss +1 -0
  81. package/src/theme/ItaliaTheme/Components/_sharing.scss +1 -1
  82. package/src/theme/ItaliaTheme/Components/_sideMenu.scss +9 -5
  83. package/src/theme/ItaliaTheme/Components/_subsiteFooter.scss +1 -1
  84. package/src/theme/ItaliaTheme/Print/_all_pages.scss +5 -2
  85. package/src/theme/ItaliaTheme/Print/_bandi.scss +8 -8
  86. package/src/theme/ItaliaTheme/Print/_event.scss +11 -10
  87. package/src/theme/ItaliaTheme/Print/_news_items.scss +17 -17
  88. package/src/theme/ItaliaTheme/Print/_persona.scss +8 -8
  89. package/src/theme/ItaliaTheme/Print/_servizio.scss +8 -8
  90. package/src/theme/ItaliaTheme/Views/_bando.scss +1 -0
  91. package/src/theme/ItaliaTheme/Views/_cartellaModulistica.scss +20 -8
  92. package/src/theme/ItaliaTheme/Views/_common.scss +4 -3
  93. package/src/theme/ItaliaTheme/Views/_embeddedVideo.scss +1 -1
  94. package/src/theme/ItaliaTheme/Views/_evento.scss +1 -0
  95. package/src/theme/ItaliaTheme/Views/_faqFolder.scss +1 -0
  96. package/src/theme/ItaliaTheme/Views/_paginaArgomento.scss +1 -0
  97. package/src/theme/ItaliaTheme/Views/_puntoDiContatto.scss +1 -0
  98. package/src/theme/ItaliaTheme/Views/_servizio.scss +4 -1
  99. package/src/theme/ItaliaTheme/Views/_slider.scss +3 -3
  100. package/src/theme/ItaliaTheme/Views/_trasparenzaView.scss +2 -0
  101. package/src/theme/ItaliaTheme/Views/_uo.scss +3 -1
  102. package/src/theme/ItaliaTheme/Views/_venue.scss +3 -2
  103. package/src/theme/ItaliaTheme/Widgets/_canaleDigitaleWidget.scss +2 -1
  104. package/src/theme/ItaliaTheme/Widgets/_dataGridWidget.scss +24 -8
  105. package/src/theme/ItaliaTheme/Widgets/_iconWidget.scss +1 -1
  106. package/src/theme/ItaliaTheme/_common.scss +9 -4
  107. package/src/theme/ItaliaTheme/_main.scss +11 -8
  108. package/src/theme/_cms-ui.scss +46 -23
  109. package/src/theme/_cms-ui_container.scss +8 -3
  110. package/src/theme/_site-variables.scss +4 -2
  111. package/src/theme/bootstrap-override/bootstrap-italia/_breadcrumb.scss +1 -1
  112. package/src/theme/bootstrap-override/bootstrap-italia/_footer.scss +9 -4
  113. package/src/theme/bootstrap-override/bootstrap-italia/_linklist.scss +2 -0
  114. package/src/theme/bootstrap-override/bootstrap-italia/_megamenu.scss +1 -0
  115. package/src/theme/bootstrap-override/bootstrap-italia/_point-list.scss +4 -3
  116. package/src/theme/extras/_checkbox.scss +1 -1
  117. package/src/theme/extras/_modals.scss +5 -3
  118. package/src/theme/extras/_search.scss +14 -4
  119. package/src/theme/extras/_sidebar.scss +3 -0
@@ -68,8 +68,7 @@ const mock_mandatory = {
68
68
  design_italia_meta_type: 'Punto di Contatto',
69
69
  effective: null,
70
70
  has_children: false,
71
- id:
72
- 'arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire',
71
+ id: 'arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire',
73
72
  image_field: null,
74
73
  image_scales: null,
75
74
  review_state: 'private',
@@ -885,962 +884,960 @@ const store = mockStore({
885
884
  working_copy_of: null,
886
885
  },
887
886
  },
888
- '/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire': {
889
- loading: false,
890
- loaded: true,
891
- error: null,
892
- data: {
893
- '@components': {
894
- actions: {
895
- '@id':
896
- 'http://localhost:3000/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire/@actions',
897
- },
898
- aliases: {
899
- '@id':
900
- 'http://localhost:3000/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire/@aliases',
901
- },
902
- breadcrumbs: {
903
- '@id':
904
- 'http://localhost:3000/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire/@breadcrumbs',
905
- },
906
- contextnavigation: {
907
- '@id':
908
- 'http://localhost:3000/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire/@contextnavigation',
909
- },
910
- navigation: {
911
- '@id':
912
- 'http://localhost:3000/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire/@navigation',
913
- },
914
- subsite: {},
915
- translations: {
916
- '@id':
917
- 'http://localhost:3000/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire/@translations',
918
- },
919
- types: {
920
- '@id':
921
- 'http://localhost:3000/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire/@types',
922
- },
923
- workflow: {
924
- '@id':
925
- 'http://localhost:3000/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire/@workflow',
887
+ '/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire':
888
+ {
889
+ loading: false,
890
+ loaded: true,
891
+ error: null,
892
+ data: {
893
+ '@components': {
894
+ actions: {
895
+ '@id':
896
+ 'http://localhost:3000/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire/@actions',
897
+ },
898
+ aliases: {
899
+ '@id':
900
+ 'http://localhost:3000/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire/@aliases',
901
+ },
902
+ breadcrumbs: {
903
+ '@id':
904
+ 'http://localhost:3000/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire/@breadcrumbs',
905
+ },
906
+ contextnavigation: {
907
+ '@id':
908
+ 'http://localhost:3000/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire/@contextnavigation',
909
+ },
910
+ navigation: {
911
+ '@id':
912
+ 'http://localhost:3000/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire/@navigation',
913
+ },
914
+ subsite: {},
915
+ translations: {
916
+ '@id':
917
+ 'http://localhost:3000/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire/@translations',
918
+ },
919
+ types: {
920
+ '@id':
921
+ 'http://localhost:3000/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire/@types',
922
+ },
923
+ workflow: {
924
+ '@id':
925
+ 'http://localhost:3000/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire/@workflow',
926
+ },
926
927
  },
927
- },
928
- '@id':
929
- 'http://localhost:3000/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire',
930
- '@type': 'PuntoDiContatto',
931
- UID: '148e587018dc453aaefa9d04895b18a4',
932
- allow_discussion: false,
933
- changeNote: '',
934
- contributors: [],
935
- created: '2023-01-04T13:22:45+00:00',
936
- creators: ['admin'],
937
- description: '',
938
- design_italia_meta_type: 'Punto di Contatto',
939
- effective: null,
940
- exclude_from_nav: false,
941
- expires: null,
942
- id:
943
- 'arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire',
944
- is_folderish: true,
945
- items: [],
946
- items_total: 0,
947
- language: {
948
- title: 'Italiano',
949
- token: 'it',
950
- },
951
- layout: 'view',
952
- lock: {
953
- locked: false,
954
- stealable: true,
955
- },
956
- modified: '2023-01-04T13:22:45+00:00',
957
- next_item: {
958
928
  '@id':
959
- 'http://localhost:3000/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire-1',
929
+ 'http://localhost:3000/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire',
960
930
  '@type': 'PuntoDiContatto',
931
+ UID: '148e587018dc453aaefa9d04895b18a4',
932
+ allow_discussion: false,
933
+ changeNote: '',
934
+ contributors: [],
935
+ created: '2023-01-04T13:22:45+00:00',
936
+ creators: ['admin'],
961
937
  description: '',
962
- title:
963
- "Arciconfraternita del Gonfalone sotto l’invocazione di Sant'Efisio martire",
964
- },
965
- opengraph_description: null,
966
- opengraph_image: null,
967
- opengraph_title: null,
968
- parent: {
969
- '@id': 'http://localhost:3000/amministrazione/enti-e-fondazioni',
970
- '@type': 'Document',
971
- description: '',
972
- design_italia_meta_type: 'Pagina',
973
- has_children: true,
974
- id: 'enti-e-fondazioni',
975
- image_field: null,
976
- image_scales: null,
977
- review_state: 'private',
978
- title: 'Enti e fondazioni',
979
- },
980
- persona: [],
981
- persone_correlate: [
982
- {
938
+ design_italia_meta_type: 'Punto di Contatto',
939
+ effective: null,
940
+ exclude_from_nav: false,
941
+ expires: null,
942
+ id: 'arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire',
943
+ is_folderish: true,
944
+ items: [],
945
+ items_total: 0,
946
+ language: {
947
+ title: 'Italiano',
948
+ token: 'it',
949
+ },
950
+ layout: 'view',
951
+ lock: {
952
+ locked: false,
953
+ stealable: true,
954
+ },
955
+ modified: '2023-01-04T13:22:45+00:00',
956
+ next_item: {
983
957
  '@id':
984
- 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti',
985
- '@type': 'Persona',
986
- description: 'Is this the real life?',
987
- design_italia_meta_type: 'Persona pubblica',
958
+ 'http://localhost:3000/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire-1',
959
+ '@type': 'PuntoDiContatto',
960
+ description: '',
961
+ title:
962
+ "Arciconfraternita del Gonfalone sotto l’invocazione di Sant'Efisio martire",
963
+ },
964
+ opengraph_description: null,
965
+ opengraph_image: null,
966
+ opengraph_title: null,
967
+ parent: {
968
+ '@id': 'http://localhost:3000/amministrazione/enti-e-fondazioni',
969
+ '@type': 'Document',
970
+ description: '',
971
+ design_italia_meta_type: 'Pagina',
988
972
  has_children: true,
989
- id: 'gianluca-luchetti',
990
- image_field: 'foto_persona',
991
- image_scales: {
992
- foto_persona: [
993
- {
994
- 'content-type': 'image/jpeg',
995
- download:
996
- 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-6240-d31400b093b5122378386bfcbfcbadef.jpeg',
997
- filename: 'woman-having-online-meeting-work.jpg',
998
- height: 4160,
999
- scales: {
1000
- gallery: {
1001
- download:
1002
- 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-250-4415efecba55f5c3b7855d316c282803.jpeg',
1003
- height: 166,
1004
- width: 250,
1005
- },
1006
- great: {
1007
- download:
1008
- 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-1200-8362c0aa18afb393870557831338e877.jpeg',
1009
- height: 800,
1010
- width: 1200,
1011
- },
1012
- huge: {
1013
- download:
1014
- 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-1600-5870178455c80ebd71ab45f2ad13a723.jpeg',
1015
- height: 1066,
1016
- width: 1600,
1017
- },
1018
- icon: {
1019
- download:
1020
- 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-32-5ca5f6d23481ec4c66837ea5651e7d36.jpeg',
1021
- height: 21,
1022
- width: 32,
1023
- },
1024
- large: {
1025
- download:
1026
- 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-800-68fd8822e74c7ae1a2543164ddd90893.jpeg',
1027
- height: 533,
1028
- width: 800,
1029
- },
1030
- larger: {
1031
- download:
1032
- 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-1000-9eff05079ce70e130cf0933f7a452d51.jpeg',
1033
- height: 666,
1034
- width: 1000,
1035
- },
1036
- listing: {
1037
- download:
1038
- 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-16-b38ed561b94559c62ae52844b0d1047b.jpeg',
1039
- height: 10,
1040
- width: 16,
1041
- },
1042
- midi: {
1043
- download:
1044
- 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-300-a55ee7f9e782c431b17d7235120ed3d8.jpeg',
1045
- height: 200,
1046
- width: 300,
1047
- },
1048
- mini: {
1049
- download:
1050
- 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-200-0709de767e7a6265ef39e5487a2e56a1.jpeg',
1051
- height: 133,
1052
- width: 200,
1053
- },
1054
- preview: {
1055
- download:
1056
- 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-400-5eeb9a3af2c47d6706343b334c38961c.jpeg',
1057
- height: 266,
1058
- width: 400,
1059
- },
1060
- teaser: {
1061
- download:
1062
- 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-600-75da0c04427678563fc513045d897d12.jpeg',
1063
- height: 400,
1064
- width: 600,
1065
- },
1066
- thumb: {
1067
- download:
1068
- 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-128-3ae9e59c013b3ac965c5dd6b0ad1734b.jpeg',
1069
- height: 85,
1070
- width: 128,
1071
- },
1072
- tile: {
1073
- download:
1074
- 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-64-beefd05f0c84aa0004daf27d1a940e6c.jpeg',
1075
- height: 42,
1076
- width: 64,
1077
- },
1078
- },
1079
- size: 1195679,
1080
- width: 6240,
1081
- },
1082
- ],
1083
- },
1084
- incarichi: 'Incaricone',
973
+ id: 'enti-e-fondazioni',
974
+ image_field: null,
975
+ image_scales: null,
1085
976
  review_state: 'private',
1086
- title: 'Gianluca Luchetti',
977
+ title: 'Enti e fondazioni',
1087
978
  },
1088
- ],
1089
- previous_item: {},
1090
- relatedItems: [],
1091
- related_news: [
1092
- {
1093
- '@id':
1094
- 'http://localhost:3000/notizie/so-you-think-you-can-stop-me-and-spit-in-my-eye',
1095
- '@type': 'News Item',
1096
- description: 'So you think you can love me and leave me to die',
1097
- design_italia_meta_type: 'Notizia',
1098
- effective: '2023-01-26T12:28:00+00:00',
1099
- has_children: true,
1100
- id: 'so-you-think-you-can-stop-me-and-spit-in-my-eye',
1101
- image_field: 'preview_image',
1102
- image_scales: {
1103
- image: [
1104
- {
1105
- 'content-type': 'image/jpeg',
1106
- download:
1107
- '@@images/image-6240-71da431c0d9c95248f540d51dfb68fed.jpeg',
1108
- filename: 'woman-having-online-meeting-work.jpg',
1109
- height: 4160,
1110
- scales: {
1111
- gallery: {
1112
- download:
1113
- '@@images/image-250-9689c314e86d6b6dce893d0018087c27.jpeg',
1114
- height: 166,
1115
- width: 250,
1116
- },
1117
- great: {
1118
- download:
1119
- '@@images/image-1200-87df243c43d1f9f9d84c1f1062f931f3.jpeg',
1120
- height: 800,
1121
- width: 1200,
1122
- },
1123
- huge: {
1124
- download:
1125
- '@@images/image-1600-9e3807f4782d0e8b5b95214046f6c8f8.jpeg',
1126
- height: 1066,
1127
- width: 1600,
1128
- },
1129
- icon: {
1130
- download:
1131
- '@@images/image-32-e8b928b39b37725125239faf3ceaf161.jpeg',
1132
- height: 21,
1133
- width: 32,
1134
- },
1135
- large: {
1136
- download:
1137
- '@@images/image-800-1c55ef8cdb42a08b1e9e5a960b033e72.jpeg',
1138
- height: 533,
1139
- width: 800,
1140
- },
1141
- larger: {
1142
- download:
1143
- '@@images/image-1000-56b3e34b0b7efbaa41a59ac807a2387b.jpeg',
1144
- height: 666,
1145
- width: 1000,
1146
- },
1147
- listing: {
1148
- download:
1149
- '@@images/image-16-0bcd9fbfdc057cf8ebc5e231395e5d34.jpeg',
1150
- height: 10,
1151
- width: 16,
1152
- },
1153
- midi: {
1154
- download:
1155
- '@@images/image-300-22f007ac656483637616ef48a91d1460.jpeg',
1156
- height: 200,
1157
- width: 300,
1158
- },
1159
- mini: {
1160
- download:
1161
- '@@images/image-200-007fbea0600dc46cbbcf2e856242d34c.jpeg',
1162
- height: 133,
1163
- width: 200,
1164
- },
1165
- preview: {
1166
- download:
1167
- '@@images/image-400-eaf194f10746432871f09ed3d07ed292.jpeg',
1168
- height: 266,
1169
- width: 400,
1170
- },
1171
- teaser: {
1172
- download:
1173
- '@@images/image-600-9b9c36cf016b1a29b37e6c0c2e99623c.jpeg',
1174
- height: 400,
1175
- width: 600,
1176
- },
1177
- thumb: {
1178
- download:
1179
- '@@images/image-128-a5f1102b033775b9b1cef99929ae188d.jpeg',
1180
- height: 85,
1181
- width: 128,
1182
- },
1183
- tile: {
1184
- download:
1185
- '@@images/image-64-64e7e2600864a53f7217f3b311307416.jpeg',
1186
- height: 42,
1187
- width: 64,
1188
- },
1189
- },
1190
- size: 1195679,
1191
- width: 6240,
1192
- },
1193
- ],
1194
- preview_image: [
1195
- {
1196
- 'content-type': 'image/webp',
1197
- download:
1198
- '@@images/preview_image-2000-fe838f52b9eb0ced276d0f393ba4e2de.webp',
1199
- filename:
1200
- 'business-teamwork-join-hands-together-business-teamwork-concept_1150-1804.webp',
1201
- height: 1333,
1202
- scales: {
1203
- gallery: {
1204
- download:
1205
- '@@images/preview_image-250-995bbcf1f1946de58f84e18d63dae1eb.webp',
1206
- height: 166,
1207
- width: 250,
1208
- },
1209
- great: {
1210
- download:
1211
- '@@images/preview_image-1200-d37cc717cb905ea8b6122c2bfa79610d.webp',
1212
- height: 799,
1213
- width: 1200,
1214
- },
1215
- huge: {
1216
- download:
1217
- '@@images/preview_image-1600-9b6626c97db8159392d81c7bd3179f8a.webp',
1218
- height: 1066,
1219
- width: 1600,
1220
- },
1221
- icon: {
1222
- download:
1223
- '@@images/preview_image-32-1202b3108041f21e426824d31ff8f31e.webp',
1224
- height: 21,
1225
- width: 32,
1226
- },
1227
- large: {
1228
- download:
1229
- '@@images/preview_image-800-60c57a8c74c21c289ef969d0f792b5ff.jpeg',
1230
- height: 533,
1231
- width: 800,
1232
- },
1233
- larger: {
1234
- download:
1235
- '@@images/preview_image-1000-fd1d78cac12899a019ba4ca8525bbf31.jpeg',
1236
- height: 666,
1237
- width: 1000,
1238
- },
1239
- listing: {
1240
- download:
1241
- '@@images/preview_image-16-3ed212ed2808128b22aae7159c0ddd00.jpeg',
1242
- height: 10,
1243
- width: 16,
1244
- },
1245
- midi: {
1246
- download:
1247
- '@@images/preview_image-300-e669b19856bc23a0b8b364e2accd65a7.webp',
1248
- height: 199,
1249
- width: 300,
1250
- },
1251
- mini: {
1252
- download:
1253
- '@@images/preview_image-200-b97f3a3dfded69f5b8974c8a4e1847d2.webp',
1254
- height: 133,
1255
- width: 200,
1256
- },
1257
- preview: {
1258
- download:
1259
- '@@images/preview_image-400-e019b42a66bf2b15825f79071876a762.webp',
1260
- height: 266,
1261
- width: 400,
1262
- },
1263
- teaser: {
1264
- download:
1265
- '@@images/preview_image-600-4e55af059198a0f440d21500a699070b.jpeg',
1266
- height: 399,
1267
- width: 600,
1268
- },
1269
- thumb: {
1270
- download:
1271
- '@@images/preview_image-128-60708835dd4069e0f00577a759f35e82.webp',
1272
- height: 85,
1273
- width: 128,
1274
- },
1275
- tile: {
1276
- download:
1277
- '@@images/preview_image-64-cd986e11711f44e4ac6fe7d036017447.webp',
1278
- height: 42,
1279
- width: 64,
1280
- },
1281
- },
1282
- size: 202972,
1283
- width: 2000,
1284
- },
1285
- ],
1286
- },
1287
- review_state: 'private',
1288
- tipologia_notizia: [
1289
- {
1290
- title: null,
1291
- token: 'n',
1292
- },
1293
- {
1294
- title: null,
1295
- token: 'o',
1296
- },
1297
- {
1298
- title: null,
1299
- token: 't',
1300
- },
1301
- {
1302
- title: null,
1303
- token: 'i',
1304
- },
1305
- {
1306
- title: null,
1307
- token: 'z',
1308
- },
1309
- {
1310
- title: null,
1311
- token: 'i',
1312
- },
1313
- {
1314
- title: null,
1315
- token: 'a',
1316
- },
1317
- ],
1318
- title: 'So you think you can stop me and spit in my eye',
1319
- typology: 'notizia',
1320
- },
1321
- {
1322
- '@id':
1323
- 'http://localhost:3000/notizie/sport-nel-verde-le-iniziative-della-prossima-edizione',
1324
- '@type': 'News Item',
1325
- description:
1326
- 'Le informazioni per partecipare all’iniziativa rivolta a tutte le fasce d’età per promuovere l’attività motoria nelle aree verdi della città.',
1327
- design_italia_meta_type: null,
1328
- effective: '2022-05-18T16:29:00+00:00',
1329
- has_children: true,
1330
- id: 'sport-nel-verde-le-iniziative-della-prossima-edizione',
1331
- image_field: 'preview_image',
1332
- image_scales: {
1333
- image: [
1334
- {
1335
- 'content-type': 'image/jpeg',
1336
- download:
1337
- '@@images/image-5184-f5098a6120bf6d77120ade51613b2421.jpeg',
1338
- filename: 'national-cancer-institute.jpeg',
1339
- height: 3456,
1340
- scales: {
1341
- gallery: {
1342
- download:
1343
- '@@images/image-250-49e5f5fa9627f9d116e937bd76654091.jpeg',
1344
- height: 166,
1345
- width: 250,
1346
- },
1347
- great: {
1348
- download:
1349
- '@@images/image-1200-920af22d3d8bf83ea467faf60f9d1888.jpeg',
1350
- height: 800,
1351
- width: 1200,
1352
- },
1353
- huge: {
1354
- download:
1355
- '@@images/image-1600-20c3c7b9940aabb51143abaa6e0e50a3.jpeg',
1356
- height: 1066,
1357
- width: 1600,
1358
- },
1359
- icon: {
1360
- download:
1361
- '@@images/image-32-82fdf55155a2dd6ea29d4467222f2392.jpeg',
1362
- height: 21,
1363
- width: 32,
1364
- },
1365
- large: {
1366
- download:
1367
- '@@images/image-800-6348765c039dd3268da9c9d829e7ec19.jpeg',
1368
- height: 533,
1369
- width: 800,
1370
- },
1371
- larger: {
1372
- download:
1373
- '@@images/image-1000-e09f88650a7cbc0da9d4736b6d0d952c.jpeg',
1374
- height: 666,
1375
- width: 1000,
1376
- },
1377
- listing: {
1378
- download:
1379
- '@@images/image-16-c6380d7d7b8b4afd993b24ac200bc230.jpeg',
1380
- height: 10,
1381
- width: 16,
1382
- },
1383
- midi: {
1384
- download:
1385
- '@@images/image-300-8d4e411695d01225d8c6be3993ec3c30.jpeg',
1386
- height: 200,
1387
- width: 300,
1388
- },
1389
- mini: {
1390
- download:
1391
- '@@images/image-200-14acaa28232fb3c8309da5c5f7933e1e.jpeg',
1392
- height: 133,
1393
- width: 200,
1394
- },
1395
- preview: {
1396
- download:
1397
- '@@images/image-400-6e346e702da96058e48158d271e7043b.jpeg',
1398
- height: 266,
1399
- width: 400,
1400
- },
1401
- teaser: {
1402
- download:
1403
- '@@images/image-600-3975f8c82120189ece436677f5b3e6a9.jpeg',
1404
- height: 400,
1405
- width: 600,
1406
- },
1407
- thumb: {
1408
- download:
1409
- '@@images/image-128-f6ce4305a76b4511e1e10c50a1c1b4da.jpeg',
1410
- height: 85,
1411
- width: 128,
1412
- },
1413
- tile: {
1414
- download:
1415
- '@@images/image-64-19669a6cef991ed40ef389ceb5da32fd.jpeg',
1416
- height: 42,
1417
- width: 64,
1418
- },
1419
- },
1420
- size: 2026538,
1421
- width: 5184,
1422
- },
1423
- ],
1424
- preview_image: [
1425
- {
1426
- 'content-type': 'image/jpeg',
1427
- download:
1428
- '@@images/preview_image-5184-3c6c2e4f0b75f9365405305f562fd0da.jpeg',
1429
- filename: 'national-cancer-institute.jpeg',
1430
- height: 3456,
1431
- scales: {
1432
- gallery: {
1433
- download:
1434
- '@@images/preview_image-250-785408520e6d7b9d05af2fedfee78d2a.jpeg',
1435
- height: 166,
1436
- width: 250,
1437
- },
1438
- great: {
1439
- download:
1440
- '@@images/preview_image-1200-d3de0810040f56632ddb5e9bbb96003b.jpeg',
1441
- height: 800,
1442
- width: 1200,
1443
- },
1444
- huge: {
1445
- download:
1446
- '@@images/preview_image-1600-8ea0c1ee6cbde7232a7124d084c81a18.jpeg',
1447
- height: 1066,
1448
- width: 1600,
1449
- },
1450
- icon: {
1451
- download:
1452
- '@@images/preview_image-32-d795572814924a541bee314c2c150084.jpeg',
1453
- height: 21,
1454
- width: 32,
1455
- },
1456
- large: {
1457
- download:
1458
- '@@images/preview_image-800-8ab6a0ebc1f0a2385fb37c1d9849f9b4.jpeg',
1459
- height: 533,
1460
- width: 800,
1461
- },
1462
- larger: {
1463
- download:
1464
- '@@images/preview_image-1000-427e67a155fac6e94a7a64a27f00a4dd.jpeg',
1465
- height: 666,
1466
- width: 1000,
1467
- },
1468
- listing: {
1469
- download:
1470
- '@@images/preview_image-16-12a9a305b32c8dd7ccccccb73dcf187a.jpeg',
1471
- height: 10,
1472
- width: 16,
1473
- },
1474
- midi: {
1475
- download:
1476
- '@@images/preview_image-300-ca5dac141c26dbfeda9ba058c401f76d.jpeg',
1477
- height: 200,
1478
- width: 300,
1479
- },
1480
- mini: {
1481
- download:
1482
- '@@images/preview_image-200-3f6749e2cdff7873580b38b38f8fe5cf.jpeg',
1483
- height: 133,
1484
- width: 200,
1485
- },
1486
- preview: {
1487
- download:
1488
- '@@images/preview_image-400-7973bb70be8915dd5731c5872144c2fc.jpeg',
1489
- height: 266,
1490
- width: 400,
1491
- },
1492
- teaser: {
1493
- download:
1494
- '@@images/preview_image-600-6f040ff8785b40296d1148a89821f4f7.jpeg',
1495
- height: 400,
1496
- width: 600,
1497
- },
1498
- thumb: {
1499
- download:
1500
- '@@images/preview_image-128-23aec0db095cf60152ee0eead83433d7.jpeg',
1501
- height: 85,
1502
- width: 128,
1503
- },
1504
- tile: {
1505
- download:
1506
- '@@images/preview_image-64-da2dbe6b589040648dd782cc4196fb25.jpeg',
1507
- height: 42,
1508
- width: 64,
1509
- },
1510
- },
1511
- size: 2026538,
1512
- width: 5184,
1513
- },
1514
- ],
1515
- },
1516
- review_state: 'published',
1517
- tipologia_notizia: [
1518
- {
1519
- title: null,
1520
- token: 'N',
1521
- },
1522
- {
1523
- title: null,
1524
- token: 'o',
1525
- },
1526
- {
1527
- title: null,
1528
- token: 't',
1529
- },
1530
- {
1531
- title: null,
1532
- token: 'i',
1533
- },
1534
- {
1535
- title: null,
1536
- token: 'z',
1537
- },
1538
- {
1539
- title: null,
1540
- token: 'i',
1541
- },
1542
- {
1543
- title: null,
1544
- token: 'a',
1545
- },
1546
- ],
1547
- title: 'Sport nel verde: le iniziative della prossima edizione',
1548
- typology: 'Notizia',
1549
- },
1550
- {
1551
- '@id':
1552
- 'http://localhost:3000/novita/notizie/osservatorio-sul-turismo',
1553
- '@type': 'News Item',
1554
- description:
1555
- 'Donec in consequat nunc. Duis semper fermentum lacus, ac condimentum justo auctor a. Nam erat erat, porta vel pharetra in, ullamcorper vel turpis.',
1556
- design_italia_meta_type: null,
1557
- effective: '2019-12-03T11:09:00+00:00',
1558
- has_children: true,
1559
- id: 'osservatorio-sul-turismo',
1560
- image_field: 'preview_image',
1561
- image_scales: {
1562
- image: [
1563
- {
1564
- 'content-type': 'image/png',
1565
- download:
1566
- '@@images/image-1156-23a6d691013f38eef4da7c9070b860d5.png',
1567
- filename: 'foto-ospedale.png',
1568
- height: 940,
1569
- scales: {
1570
- gallery: {
1571
- download:
1572
- '@@images/image-250-3f30dc5a4b324c2c81c729af40b7946a.png',
1573
- height: 203,
1574
- width: 250,
1575
- },
1576
- icon: {
1577
- download:
1578
- '@@images/image-32-26f7b27a252798f783b662aa7e1cdb63.png',
1579
- height: 26,
1580
- width: 32,
1581
- },
1582
- large: {
1583
- download:
1584
- '@@images/image-800-1b51f5a02768c18c02eb317738eee4a2.png',
1585
- height: 650,
1586
- width: 800,
1587
- },
1588
- larger: {
1589
- download:
1590
- '@@images/image-1000-cd7ea607a71d3ffa94c5b612317bcfc2.png',
1591
- height: 813,
1592
- width: 1000,
1593
- },
1594
- listing: {
1595
- download:
1596
- '@@images/image-16-45bfce0601794216b233cbf5615d4d1d.png',
1597
- height: 13,
1598
- width: 16,
1599
- },
1600
- midi: {
1601
- download:
1602
- '@@images/image-300-3800583f32decd4246ffa329d0d934b6.png',
1603
- height: 243,
1604
- width: 300,
1605
- },
1606
- mini: {
1607
- download:
1608
- '@@images/image-200-4592c49fa47d209224518c591edcd956.png',
1609
- height: 162,
1610
- width: 200,
1611
- },
1612
- preview: {
1613
- download:
1614
- '@@images/image-400-948d0d5f2676802a905c31469aa0744d.png',
1615
- height: 325,
1616
- width: 400,
1617
- },
1618
- teaser: {
1619
- download:
1620
- '@@images/image-600-8fe093861a4edcbf0ff7b79220b5e838.png',
1621
- height: 487,
1622
- width: 600,
979
+ persona: [],
980
+ persone_correlate: [
981
+ {
982
+ '@id':
983
+ 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti',
984
+ '@type': 'Persona',
985
+ description: 'Is this the real life?',
986
+ design_italia_meta_type: 'Persona pubblica',
987
+ has_children: true,
988
+ id: 'gianluca-luchetti',
989
+ image_field: 'foto_persona',
990
+ image_scales: {
991
+ foto_persona: [
992
+ {
993
+ 'content-type': 'image/jpeg',
994
+ download:
995
+ 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-6240-d31400b093b5122378386bfcbfcbadef.jpeg',
996
+ filename: 'woman-having-online-meeting-work.jpg',
997
+ height: 4160,
998
+ scales: {
999
+ gallery: {
1000
+ download:
1001
+ 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-250-4415efecba55f5c3b7855d316c282803.jpeg',
1002
+ height: 166,
1003
+ width: 250,
1004
+ },
1005
+ great: {
1006
+ download:
1007
+ 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-1200-8362c0aa18afb393870557831338e877.jpeg',
1008
+ height: 800,
1009
+ width: 1200,
1010
+ },
1011
+ huge: {
1012
+ download:
1013
+ 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-1600-5870178455c80ebd71ab45f2ad13a723.jpeg',
1014
+ height: 1066,
1015
+ width: 1600,
1016
+ },
1017
+ icon: {
1018
+ download:
1019
+ 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-32-5ca5f6d23481ec4c66837ea5651e7d36.jpeg',
1020
+ height: 21,
1021
+ width: 32,
1022
+ },
1023
+ large: {
1024
+ download:
1025
+ 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-800-68fd8822e74c7ae1a2543164ddd90893.jpeg',
1026
+ height: 533,
1027
+ width: 800,
1028
+ },
1029
+ larger: {
1030
+ download:
1031
+ 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-1000-9eff05079ce70e130cf0933f7a452d51.jpeg',
1032
+ height: 666,
1033
+ width: 1000,
1034
+ },
1035
+ listing: {
1036
+ download:
1037
+ 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-16-b38ed561b94559c62ae52844b0d1047b.jpeg',
1038
+ height: 10,
1039
+ width: 16,
1040
+ },
1041
+ midi: {
1042
+ download:
1043
+ 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-300-a55ee7f9e782c431b17d7235120ed3d8.jpeg',
1044
+ height: 200,
1045
+ width: 300,
1046
+ },
1047
+ mini: {
1048
+ download:
1049
+ 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-200-0709de767e7a6265ef39e5487a2e56a1.jpeg',
1050
+ height: 133,
1051
+ width: 200,
1052
+ },
1053
+ preview: {
1054
+ download:
1055
+ 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-400-5eeb9a3af2c47d6706343b334c38961c.jpeg',
1056
+ height: 266,
1057
+ width: 400,
1058
+ },
1059
+ teaser: {
1060
+ download:
1061
+ 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-600-75da0c04427678563fc513045d897d12.jpeg',
1062
+ height: 400,
1063
+ width: 600,
1064
+ },
1065
+ thumb: {
1066
+ download:
1067
+ 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-128-3ae9e59c013b3ac965c5dd6b0ad1734b.jpeg',
1068
+ height: 85,
1069
+ width: 128,
1070
+ },
1071
+ tile: {
1072
+ download:
1073
+ 'http://localhost:3000/amministrazione/personale-amministrativo/gianluca-luchetti/@@images/foto_persona-64-beefd05f0c84aa0004daf27d1a940e6c.jpeg',
1074
+ height: 42,
1075
+ width: 64,
1076
+ },
1623
1077
  },
1624
- thumb: {
1625
- download:
1626
- '@@images/image-128-41b926e6735616e649d55d747c9c36a2.png',
1627
- height: 104,
1628
- width: 128,
1078
+ size: 1195679,
1079
+ width: 6240,
1080
+ },
1081
+ ],
1082
+ },
1083
+ incarichi: 'Incaricone',
1084
+ review_state: 'private',
1085
+ title: 'Gianluca Luchetti',
1086
+ },
1087
+ ],
1088
+ previous_item: {},
1089
+ relatedItems: [],
1090
+ related_news: [
1091
+ {
1092
+ '@id':
1093
+ 'http://localhost:3000/notizie/so-you-think-you-can-stop-me-and-spit-in-my-eye',
1094
+ '@type': 'News Item',
1095
+ description: 'So you think you can love me and leave me to die',
1096
+ design_italia_meta_type: 'Notizia',
1097
+ effective: '2023-01-26T12:28:00+00:00',
1098
+ has_children: true,
1099
+ id: 'so-you-think-you-can-stop-me-and-spit-in-my-eye',
1100
+ image_field: 'preview_image',
1101
+ image_scales: {
1102
+ image: [
1103
+ {
1104
+ 'content-type': 'image/jpeg',
1105
+ download:
1106
+ '@@images/image-6240-71da431c0d9c95248f540d51dfb68fed.jpeg',
1107
+ filename: 'woman-having-online-meeting-work.jpg',
1108
+ height: 4160,
1109
+ scales: {
1110
+ gallery: {
1111
+ download:
1112
+ '@@images/image-250-9689c314e86d6b6dce893d0018087c27.jpeg',
1113
+ height: 166,
1114
+ width: 250,
1115
+ },
1116
+ great: {
1117
+ download:
1118
+ '@@images/image-1200-87df243c43d1f9f9d84c1f1062f931f3.jpeg',
1119
+ height: 800,
1120
+ width: 1200,
1121
+ },
1122
+ huge: {
1123
+ download:
1124
+ '@@images/image-1600-9e3807f4782d0e8b5b95214046f6c8f8.jpeg',
1125
+ height: 1066,
1126
+ width: 1600,
1127
+ },
1128
+ icon: {
1129
+ download:
1130
+ '@@images/image-32-e8b928b39b37725125239faf3ceaf161.jpeg',
1131
+ height: 21,
1132
+ width: 32,
1133
+ },
1134
+ large: {
1135
+ download:
1136
+ '@@images/image-800-1c55ef8cdb42a08b1e9e5a960b033e72.jpeg',
1137
+ height: 533,
1138
+ width: 800,
1139
+ },
1140
+ larger: {
1141
+ download:
1142
+ '@@images/image-1000-56b3e34b0b7efbaa41a59ac807a2387b.jpeg',
1143
+ height: 666,
1144
+ width: 1000,
1145
+ },
1146
+ listing: {
1147
+ download:
1148
+ '@@images/image-16-0bcd9fbfdc057cf8ebc5e231395e5d34.jpeg',
1149
+ height: 10,
1150
+ width: 16,
1151
+ },
1152
+ midi: {
1153
+ download:
1154
+ '@@images/image-300-22f007ac656483637616ef48a91d1460.jpeg',
1155
+ height: 200,
1156
+ width: 300,
1157
+ },
1158
+ mini: {
1159
+ download:
1160
+ '@@images/image-200-007fbea0600dc46cbbcf2e856242d34c.jpeg',
1161
+ height: 133,
1162
+ width: 200,
1163
+ },
1164
+ preview: {
1165
+ download:
1166
+ '@@images/image-400-eaf194f10746432871f09ed3d07ed292.jpeg',
1167
+ height: 266,
1168
+ width: 400,
1169
+ },
1170
+ teaser: {
1171
+ download:
1172
+ '@@images/image-600-9b9c36cf016b1a29b37e6c0c2e99623c.jpeg',
1173
+ height: 400,
1174
+ width: 600,
1175
+ },
1176
+ thumb: {
1177
+ download:
1178
+ '@@images/image-128-a5f1102b033775b9b1cef99929ae188d.jpeg',
1179
+ height: 85,
1180
+ width: 128,
1181
+ },
1182
+ tile: {
1183
+ download:
1184
+ '@@images/image-64-64e7e2600864a53f7217f3b311307416.jpeg',
1185
+ height: 42,
1186
+ width: 64,
1187
+ },
1629
1188
  },
1630
- tile: {
1631
- download:
1632
- '@@images/image-64-aae52bf50eb77e0e934256a6974037a0.png',
1633
- height: 52,
1634
- width: 64,
1189
+ size: 1195679,
1190
+ width: 6240,
1191
+ },
1192
+ ],
1193
+ preview_image: [
1194
+ {
1195
+ 'content-type': 'image/webp',
1196
+ download:
1197
+ '@@images/preview_image-2000-fe838f52b9eb0ced276d0f393ba4e2de.webp',
1198
+ filename:
1199
+ 'business-teamwork-join-hands-together-business-teamwork-concept_1150-1804.webp',
1200
+ height: 1333,
1201
+ scales: {
1202
+ gallery: {
1203
+ download:
1204
+ '@@images/preview_image-250-995bbcf1f1946de58f84e18d63dae1eb.webp',
1205
+ height: 166,
1206
+ width: 250,
1207
+ },
1208
+ great: {
1209
+ download:
1210
+ '@@images/preview_image-1200-d37cc717cb905ea8b6122c2bfa79610d.webp',
1211
+ height: 799,
1212
+ width: 1200,
1213
+ },
1214
+ huge: {
1215
+ download:
1216
+ '@@images/preview_image-1600-9b6626c97db8159392d81c7bd3179f8a.webp',
1217
+ height: 1066,
1218
+ width: 1600,
1219
+ },
1220
+ icon: {
1221
+ download:
1222
+ '@@images/preview_image-32-1202b3108041f21e426824d31ff8f31e.webp',
1223
+ height: 21,
1224
+ width: 32,
1225
+ },
1226
+ large: {
1227
+ download:
1228
+ '@@images/preview_image-800-60c57a8c74c21c289ef969d0f792b5ff.jpeg',
1229
+ height: 533,
1230
+ width: 800,
1231
+ },
1232
+ larger: {
1233
+ download:
1234
+ '@@images/preview_image-1000-fd1d78cac12899a019ba4ca8525bbf31.jpeg',
1235
+ height: 666,
1236
+ width: 1000,
1237
+ },
1238
+ listing: {
1239
+ download:
1240
+ '@@images/preview_image-16-3ed212ed2808128b22aae7159c0ddd00.jpeg',
1241
+ height: 10,
1242
+ width: 16,
1243
+ },
1244
+ midi: {
1245
+ download:
1246
+ '@@images/preview_image-300-e669b19856bc23a0b8b364e2accd65a7.webp',
1247
+ height: 199,
1248
+ width: 300,
1249
+ },
1250
+ mini: {
1251
+ download:
1252
+ '@@images/preview_image-200-b97f3a3dfded69f5b8974c8a4e1847d2.webp',
1253
+ height: 133,
1254
+ width: 200,
1255
+ },
1256
+ preview: {
1257
+ download:
1258
+ '@@images/preview_image-400-e019b42a66bf2b15825f79071876a762.webp',
1259
+ height: 266,
1260
+ width: 400,
1261
+ },
1262
+ teaser: {
1263
+ download:
1264
+ '@@images/preview_image-600-4e55af059198a0f440d21500a699070b.jpeg',
1265
+ height: 399,
1266
+ width: 600,
1267
+ },
1268
+ thumb: {
1269
+ download:
1270
+ '@@images/preview_image-128-60708835dd4069e0f00577a759f35e82.webp',
1271
+ height: 85,
1272
+ width: 128,
1273
+ },
1274
+ tile: {
1275
+ download:
1276
+ '@@images/preview_image-64-cd986e11711f44e4ac6fe7d036017447.webp',
1277
+ height: 42,
1278
+ width: 64,
1279
+ },
1635
1280
  },
1281
+ size: 202972,
1282
+ width: 2000,
1636
1283
  },
1637
- size: 1296882,
1638
- width: 1156,
1284
+ ],
1285
+ },
1286
+ review_state: 'private',
1287
+ tipologia_notizia: [
1288
+ {
1289
+ title: null,
1290
+ token: 'n',
1639
1291
  },
1640
- ],
1641
- preview_image: [
1642
1292
  {
1643
- 'content-type': 'image/png',
1644
- download:
1645
- '@@images/preview_image-1156-ec9dea8625d8a5dfeb472feeeaf2b569.png',
1646
- filename: 'foto-ospedale.png',
1647
- height: 940,
1648
- scales: {
1649
- gallery: {
1650
- download:
1651
- '@@images/preview_image-250-4b13c28cf0aca436a602cd984d040a69.png',
1652
- height: 203,
1653
- width: 250,
1654
- },
1655
- icon: {
1656
- download:
1657
- '@@images/preview_image-32-cccba83547d44ee65113371774a6e9b2.png',
1658
- height: 26,
1659
- width: 32,
1660
- },
1661
- large: {
1662
- download:
1663
- '@@images/preview_image-800-1c9b8e39510a6ef2bbe0806cc7c1818d.png',
1664
- height: 650,
1665
- width: 800,
1666
- },
1667
- larger: {
1668
- download:
1669
- '@@images/preview_image-1000-be8bb924f3892cd2319c2e8a4503e850.png',
1670
- height: 813,
1671
- width: 1000,
1672
- },
1673
- listing: {
1674
- download:
1675
- '@@images/preview_image-16-d93ca5f96a5a3c8a554475e267ea332e.png',
1676
- height: 13,
1677
- width: 16,
1678
- },
1679
- midi: {
1680
- download:
1681
- '@@images/preview_image-300-b3daa8b10d5c2edf34e0378e811fc002.png',
1682
- height: 243,
1683
- width: 300,
1684
- },
1685
- mini: {
1686
- download:
1687
- '@@images/preview_image-200-1e874d5503c99c483643f1ef72e02dac.png',
1688
- height: 162,
1689
- width: 200,
1690
- },
1691
- preview: {
1692
- download:
1693
- '@@images/preview_image-400-27fb29056f75dbdab8252011dc243cd1.png',
1694
- height: 325,
1695
- width: 400,
1696
- },
1697
- teaser: {
1698
- download:
1699
- '@@images/preview_image-600-967d14e77d8e5293d36c32ed24d2f908.png',
1700
- height: 487,
1701
- width: 600,
1702
- },
1703
- thumb: {
1704
- download:
1705
- '@@images/preview_image-128-bcfbd8ee03a1e56a79ce1e557baec9ac.png',
1706
- height: 104,
1707
- width: 128,
1293
+ title: null,
1294
+ token: 'o',
1295
+ },
1296
+ {
1297
+ title: null,
1298
+ token: 't',
1299
+ },
1300
+ {
1301
+ title: null,
1302
+ token: 'i',
1303
+ },
1304
+ {
1305
+ title: null,
1306
+ token: 'z',
1307
+ },
1308
+ {
1309
+ title: null,
1310
+ token: 'i',
1311
+ },
1312
+ {
1313
+ title: null,
1314
+ token: 'a',
1315
+ },
1316
+ ],
1317
+ title: 'So you think you can stop me and spit in my eye',
1318
+ typology: 'notizia',
1319
+ },
1320
+ {
1321
+ '@id':
1322
+ 'http://localhost:3000/notizie/sport-nel-verde-le-iniziative-della-prossima-edizione',
1323
+ '@type': 'News Item',
1324
+ description:
1325
+ 'Le informazioni per partecipare all’iniziativa rivolta a tutte le fasce d’età per promuovere l’attività motoria nelle aree verdi della città.',
1326
+ design_italia_meta_type: null,
1327
+ effective: '2022-05-18T16:29:00+00:00',
1328
+ has_children: true,
1329
+ id: 'sport-nel-verde-le-iniziative-della-prossima-edizione',
1330
+ image_field: 'preview_image',
1331
+ image_scales: {
1332
+ image: [
1333
+ {
1334
+ 'content-type': 'image/jpeg',
1335
+ download:
1336
+ '@@images/image-5184-f5098a6120bf6d77120ade51613b2421.jpeg',
1337
+ filename: 'national-cancer-institute.jpeg',
1338
+ height: 3456,
1339
+ scales: {
1340
+ gallery: {
1341
+ download:
1342
+ '@@images/image-250-49e5f5fa9627f9d116e937bd76654091.jpeg',
1343
+ height: 166,
1344
+ width: 250,
1345
+ },
1346
+ great: {
1347
+ download:
1348
+ '@@images/image-1200-920af22d3d8bf83ea467faf60f9d1888.jpeg',
1349
+ height: 800,
1350
+ width: 1200,
1351
+ },
1352
+ huge: {
1353
+ download:
1354
+ '@@images/image-1600-20c3c7b9940aabb51143abaa6e0e50a3.jpeg',
1355
+ height: 1066,
1356
+ width: 1600,
1357
+ },
1358
+ icon: {
1359
+ download:
1360
+ '@@images/image-32-82fdf55155a2dd6ea29d4467222f2392.jpeg',
1361
+ height: 21,
1362
+ width: 32,
1363
+ },
1364
+ large: {
1365
+ download:
1366
+ '@@images/image-800-6348765c039dd3268da9c9d829e7ec19.jpeg',
1367
+ height: 533,
1368
+ width: 800,
1369
+ },
1370
+ larger: {
1371
+ download:
1372
+ '@@images/image-1000-e09f88650a7cbc0da9d4736b6d0d952c.jpeg',
1373
+ height: 666,
1374
+ width: 1000,
1375
+ },
1376
+ listing: {
1377
+ download:
1378
+ '@@images/image-16-c6380d7d7b8b4afd993b24ac200bc230.jpeg',
1379
+ height: 10,
1380
+ width: 16,
1381
+ },
1382
+ midi: {
1383
+ download:
1384
+ '@@images/image-300-8d4e411695d01225d8c6be3993ec3c30.jpeg',
1385
+ height: 200,
1386
+ width: 300,
1387
+ },
1388
+ mini: {
1389
+ download:
1390
+ '@@images/image-200-14acaa28232fb3c8309da5c5f7933e1e.jpeg',
1391
+ height: 133,
1392
+ width: 200,
1393
+ },
1394
+ preview: {
1395
+ download:
1396
+ '@@images/image-400-6e346e702da96058e48158d271e7043b.jpeg',
1397
+ height: 266,
1398
+ width: 400,
1399
+ },
1400
+ teaser: {
1401
+ download:
1402
+ '@@images/image-600-3975f8c82120189ece436677f5b3e6a9.jpeg',
1403
+ height: 400,
1404
+ width: 600,
1405
+ },
1406
+ thumb: {
1407
+ download:
1408
+ '@@images/image-128-f6ce4305a76b4511e1e10c50a1c1b4da.jpeg',
1409
+ height: 85,
1410
+ width: 128,
1411
+ },
1412
+ tile: {
1413
+ download:
1414
+ '@@images/image-64-19669a6cef991ed40ef389ceb5da32fd.jpeg',
1415
+ height: 42,
1416
+ width: 64,
1417
+ },
1708
1418
  },
1709
- tile: {
1710
- download:
1711
- '@@images/preview_image-64-519a94460297b1ab1f06411fcec19842.png',
1712
- height: 52,
1713
- width: 64,
1419
+ size: 2026538,
1420
+ width: 5184,
1421
+ },
1422
+ ],
1423
+ preview_image: [
1424
+ {
1425
+ 'content-type': 'image/jpeg',
1426
+ download:
1427
+ '@@images/preview_image-5184-3c6c2e4f0b75f9365405305f562fd0da.jpeg',
1428
+ filename: 'national-cancer-institute.jpeg',
1429
+ height: 3456,
1430
+ scales: {
1431
+ gallery: {
1432
+ download:
1433
+ '@@images/preview_image-250-785408520e6d7b9d05af2fedfee78d2a.jpeg',
1434
+ height: 166,
1435
+ width: 250,
1436
+ },
1437
+ great: {
1438
+ download:
1439
+ '@@images/preview_image-1200-d3de0810040f56632ddb5e9bbb96003b.jpeg',
1440
+ height: 800,
1441
+ width: 1200,
1442
+ },
1443
+ huge: {
1444
+ download:
1445
+ '@@images/preview_image-1600-8ea0c1ee6cbde7232a7124d084c81a18.jpeg',
1446
+ height: 1066,
1447
+ width: 1600,
1448
+ },
1449
+ icon: {
1450
+ download:
1451
+ '@@images/preview_image-32-d795572814924a541bee314c2c150084.jpeg',
1452
+ height: 21,
1453
+ width: 32,
1454
+ },
1455
+ large: {
1456
+ download:
1457
+ '@@images/preview_image-800-8ab6a0ebc1f0a2385fb37c1d9849f9b4.jpeg',
1458
+ height: 533,
1459
+ width: 800,
1460
+ },
1461
+ larger: {
1462
+ download:
1463
+ '@@images/preview_image-1000-427e67a155fac6e94a7a64a27f00a4dd.jpeg',
1464
+ height: 666,
1465
+ width: 1000,
1466
+ },
1467
+ listing: {
1468
+ download:
1469
+ '@@images/preview_image-16-12a9a305b32c8dd7ccccccb73dcf187a.jpeg',
1470
+ height: 10,
1471
+ width: 16,
1472
+ },
1473
+ midi: {
1474
+ download:
1475
+ '@@images/preview_image-300-ca5dac141c26dbfeda9ba058c401f76d.jpeg',
1476
+ height: 200,
1477
+ width: 300,
1478
+ },
1479
+ mini: {
1480
+ download:
1481
+ '@@images/preview_image-200-3f6749e2cdff7873580b38b38f8fe5cf.jpeg',
1482
+ height: 133,
1483
+ width: 200,
1484
+ },
1485
+ preview: {
1486
+ download:
1487
+ '@@images/preview_image-400-7973bb70be8915dd5731c5872144c2fc.jpeg',
1488
+ height: 266,
1489
+ width: 400,
1490
+ },
1491
+ teaser: {
1492
+ download:
1493
+ '@@images/preview_image-600-6f040ff8785b40296d1148a89821f4f7.jpeg',
1494
+ height: 400,
1495
+ width: 600,
1496
+ },
1497
+ thumb: {
1498
+ download:
1499
+ '@@images/preview_image-128-23aec0db095cf60152ee0eead83433d7.jpeg',
1500
+ height: 85,
1501
+ width: 128,
1502
+ },
1503
+ tile: {
1504
+ download:
1505
+ '@@images/preview_image-64-da2dbe6b589040648dd782cc4196fb25.jpeg',
1506
+ height: 42,
1507
+ width: 64,
1508
+ },
1714
1509
  },
1510
+ size: 2026538,
1511
+ width: 5184,
1715
1512
  },
1716
- size: 1296882,
1717
- width: 1156,
1513
+ ],
1514
+ },
1515
+ review_state: 'published',
1516
+ tipologia_notizia: [
1517
+ {
1518
+ title: null,
1519
+ token: 'N',
1520
+ },
1521
+ {
1522
+ title: null,
1523
+ token: 'o',
1524
+ },
1525
+ {
1526
+ title: null,
1527
+ token: 't',
1528
+ },
1529
+ {
1530
+ title: null,
1531
+ token: 'i',
1532
+ },
1533
+ {
1534
+ title: null,
1535
+ token: 'z',
1536
+ },
1537
+ {
1538
+ title: null,
1539
+ token: 'i',
1540
+ },
1541
+ {
1542
+ title: null,
1543
+ token: 'a',
1718
1544
  },
1719
1545
  ],
1546
+ title: 'Sport nel verde: le iniziative della prossima edizione',
1547
+ typology: 'Notizia',
1720
1548
  },
1721
- review_state: 'private',
1722
- tipologia_notizia: [
1723
- {
1724
- title: null,
1725
- token: 'N',
1726
- },
1727
- {
1728
- title: null,
1729
- token: 'o',
1730
- },
1731
- {
1732
- title: null,
1733
- token: 't',
1734
- },
1735
- {
1736
- title: null,
1737
- token: 'i',
1738
- },
1739
- {
1740
- title: null,
1741
- token: 'z',
1742
- },
1743
- {
1744
- title: null,
1745
- token: 'i',
1746
- },
1747
- {
1748
- title: null,
1749
- token: 'a',
1750
- },
1751
- ],
1752
- title: 'Osservatorio sul turismo',
1753
- typology: 'Notizia',
1754
- },
1755
- ],
1756
- review_state: 'private',
1757
- rights: '',
1758
- seo_canonical_url: null,
1759
- seo_description: null,
1760
- seo_noindex: null,
1761
- seo_title: null,
1762
- strutture_correlate: [
1763
- {
1764
- '@id':
1765
- 'http://localhost:3000/amministrazione/enti-e-fondazioni/copy_of_arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire',
1766
- '@type': 'UnitaOrganizzativa',
1767
- address: '',
1768
- circoscrizione: '',
1769
- city: '',
1770
- contact_info: [
1771
- {
1772
- '@id':
1773
- 'http://localhost:3000/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire',
1774
- '@type': 'PuntoDiContatto',
1775
- description: '',
1776
- design_italia_meta_type: 'Punto di Contatto',
1777
- has_children: false,
1778
- id:
1779
- 'arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire',
1780
- image_field: null,
1781
- image_scales: null,
1782
- review_state: 'private',
1783
- title:
1784
- "Arciconfraternita del Gonfalone sotto l’invocazione di Sant'Efisio martire",
1785
- value_punto_contatto: [
1786
- {
1787
- pdc_type: 'phone',
1788
- pdc_value: '+39 070 668632',
1789
- },
1549
+ {
1550
+ '@id':
1551
+ 'http://localhost:3000/novita/notizie/osservatorio-sul-turismo',
1552
+ '@type': 'News Item',
1553
+ description:
1554
+ 'Donec in consequat nunc. Duis semper fermentum lacus, ac condimentum justo auctor a. Nam erat erat, porta vel pharetra in, ullamcorper vel turpis.',
1555
+ design_italia_meta_type: null,
1556
+ effective: '2019-12-03T11:09:00+00:00',
1557
+ has_children: true,
1558
+ id: 'osservatorio-sul-turismo',
1559
+ image_field: 'preview_image',
1560
+ image_scales: {
1561
+ image: [
1790
1562
  {
1791
- pdc_type: 'web',
1792
- pdc_value: 'www.festadisantelfisio.com',
1563
+ 'content-type': 'image/png',
1564
+ download:
1565
+ '@@images/image-1156-23a6d691013f38eef4da7c9070b860d5.png',
1566
+ filename: 'foto-ospedale.png',
1567
+ height: 940,
1568
+ scales: {
1569
+ gallery: {
1570
+ download:
1571
+ '@@images/image-250-3f30dc5a4b324c2c81c729af40b7946a.png',
1572
+ height: 203,
1573
+ width: 250,
1574
+ },
1575
+ icon: {
1576
+ download:
1577
+ '@@images/image-32-26f7b27a252798f783b662aa7e1cdb63.png',
1578
+ height: 26,
1579
+ width: 32,
1580
+ },
1581
+ large: {
1582
+ download:
1583
+ '@@images/image-800-1b51f5a02768c18c02eb317738eee4a2.png',
1584
+ height: 650,
1585
+ width: 800,
1586
+ },
1587
+ larger: {
1588
+ download:
1589
+ '@@images/image-1000-cd7ea607a71d3ffa94c5b612317bcfc2.png',
1590
+ height: 813,
1591
+ width: 1000,
1592
+ },
1593
+ listing: {
1594
+ download:
1595
+ '@@images/image-16-45bfce0601794216b233cbf5615d4d1d.png',
1596
+ height: 13,
1597
+ width: 16,
1598
+ },
1599
+ midi: {
1600
+ download:
1601
+ '@@images/image-300-3800583f32decd4246ffa329d0d934b6.png',
1602
+ height: 243,
1603
+ width: 300,
1604
+ },
1605
+ mini: {
1606
+ download:
1607
+ '@@images/image-200-4592c49fa47d209224518c591edcd956.png',
1608
+ height: 162,
1609
+ width: 200,
1610
+ },
1611
+ preview: {
1612
+ download:
1613
+ '@@images/image-400-948d0d5f2676802a905c31469aa0744d.png',
1614
+ height: 325,
1615
+ width: 400,
1616
+ },
1617
+ teaser: {
1618
+ download:
1619
+ '@@images/image-600-8fe093861a4edcbf0ff7b79220b5e838.png',
1620
+ height: 487,
1621
+ width: 600,
1622
+ },
1623
+ thumb: {
1624
+ download:
1625
+ '@@images/image-128-41b926e6735616e649d55d747c9c36a2.png',
1626
+ height: 104,
1627
+ width: 128,
1628
+ },
1629
+ tile: {
1630
+ download:
1631
+ '@@images/image-64-aae52bf50eb77e0e934256a6974037a0.png',
1632
+ height: 52,
1633
+ width: 64,
1634
+ },
1635
+ },
1636
+ size: 1296882,
1637
+ width: 1156,
1793
1638
  },
1639
+ ],
1640
+ preview_image: [
1794
1641
  {
1795
- pdc_type: 'email',
1796
- pdc_value: 'arcisantefisio@tiscali.it',
1642
+ 'content-type': 'image/png',
1643
+ download:
1644
+ '@@images/preview_image-1156-ec9dea8625d8a5dfeb472feeeaf2b569.png',
1645
+ filename: 'foto-ospedale.png',
1646
+ height: 940,
1647
+ scales: {
1648
+ gallery: {
1649
+ download:
1650
+ '@@images/preview_image-250-4b13c28cf0aca436a602cd984d040a69.png',
1651
+ height: 203,
1652
+ width: 250,
1653
+ },
1654
+ icon: {
1655
+ download:
1656
+ '@@images/preview_image-32-cccba83547d44ee65113371774a6e9b2.png',
1657
+ height: 26,
1658
+ width: 32,
1659
+ },
1660
+ large: {
1661
+ download:
1662
+ '@@images/preview_image-800-1c9b8e39510a6ef2bbe0806cc7c1818d.png',
1663
+ height: 650,
1664
+ width: 800,
1665
+ },
1666
+ larger: {
1667
+ download:
1668
+ '@@images/preview_image-1000-be8bb924f3892cd2319c2e8a4503e850.png',
1669
+ height: 813,
1670
+ width: 1000,
1671
+ },
1672
+ listing: {
1673
+ download:
1674
+ '@@images/preview_image-16-d93ca5f96a5a3c8a554475e267ea332e.png',
1675
+ height: 13,
1676
+ width: 16,
1677
+ },
1678
+ midi: {
1679
+ download:
1680
+ '@@images/preview_image-300-b3daa8b10d5c2edf34e0378e811fc002.png',
1681
+ height: 243,
1682
+ width: 300,
1683
+ },
1684
+ mini: {
1685
+ download:
1686
+ '@@images/preview_image-200-1e874d5503c99c483643f1ef72e02dac.png',
1687
+ height: 162,
1688
+ width: 200,
1689
+ },
1690
+ preview: {
1691
+ download:
1692
+ '@@images/preview_image-400-27fb29056f75dbdab8252011dc243cd1.png',
1693
+ height: 325,
1694
+ width: 400,
1695
+ },
1696
+ teaser: {
1697
+ download:
1698
+ '@@images/preview_image-600-967d14e77d8e5293d36c32ed24d2f908.png',
1699
+ height: 487,
1700
+ width: 600,
1701
+ },
1702
+ thumb: {
1703
+ download:
1704
+ '@@images/preview_image-128-bcfbd8ee03a1e56a79ce1e557baec9ac.png',
1705
+ height: 104,
1706
+ width: 128,
1707
+ },
1708
+ tile: {
1709
+ download:
1710
+ '@@images/preview_image-64-519a94460297b1ab1f06411fcec19842.png',
1711
+ height: 52,
1712
+ width: 64,
1713
+ },
1714
+ },
1715
+ size: 1296882,
1716
+ width: 1156,
1797
1717
  },
1798
1718
  ],
1799
1719
  },
1800
- ],
1801
- description: '',
1802
- design_italia_meta_type: 'Unita Organizzativa',
1803
- geolocation: {
1804
- latitude: 0,
1805
- longitude: 0,
1720
+ review_state: 'private',
1721
+ tipologia_notizia: [
1722
+ {
1723
+ title: null,
1724
+ token: 'N',
1725
+ },
1726
+ {
1727
+ title: null,
1728
+ token: 'o',
1729
+ },
1730
+ {
1731
+ title: null,
1732
+ token: 't',
1733
+ },
1734
+ {
1735
+ title: null,
1736
+ token: 'i',
1737
+ },
1738
+ {
1739
+ title: null,
1740
+ token: 'z',
1741
+ },
1742
+ {
1743
+ title: null,
1744
+ token: 'i',
1745
+ },
1746
+ {
1747
+ title: null,
1748
+ token: 'a',
1749
+ },
1750
+ ],
1751
+ title: 'Osservatorio sul turismo',
1752
+ typology: 'Notizia',
1806
1753
  },
1807
- has_children: true,
1808
- id:
1809
- 'copy_of_arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire',
1810
- image_field: null,
1811
- image_scales: null,
1812
- nome_sede: '',
1813
- quartiere: '',
1814
- review_state: 'private',
1815
- street: "Via Sant'Efisio, 14",
1816
- title:
1817
- "Arciconfraternita del Gonfalone sotto l’invocazione di Sant'Efisio martire",
1818
- zip_code: '09124',
1819
- },
1820
- ],
1821
- subjects: [],
1822
- title:
1823
- "Arciconfraternita del Gonfalone sotto l’invocazione di Sant'Efisio martire",
1824
- value_punto_contatto: [
1825
- {
1826
- pdc_type: 'phone',
1827
- pdc_value: '+39 070 668632',
1828
- },
1829
- {
1830
- pdc_type: 'web',
1831
- pdc_value: 'www.festadisantelfisio.com',
1832
- },
1833
- {
1834
- pdc_type: 'email',
1835
- pdc_value: 'arcisantefisio@tiscali.it',
1836
- },
1837
- ],
1838
- version: 'current',
1839
- versioning_enabled: true,
1840
- working_copy: null,
1841
- working_copy_of: null,
1754
+ ],
1755
+ review_state: 'private',
1756
+ rights: '',
1757
+ seo_canonical_url: null,
1758
+ seo_description: null,
1759
+ seo_noindex: null,
1760
+ seo_title: null,
1761
+ strutture_correlate: [
1762
+ {
1763
+ '@id':
1764
+ 'http://localhost:3000/amministrazione/enti-e-fondazioni/copy_of_arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire',
1765
+ '@type': 'UnitaOrganizzativa',
1766
+ address: '',
1767
+ circoscrizione: '',
1768
+ city: '',
1769
+ contact_info: [
1770
+ {
1771
+ '@id':
1772
+ 'http://localhost:3000/amministrazione/enti-e-fondazioni/arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire',
1773
+ '@type': 'PuntoDiContatto',
1774
+ description: '',
1775
+ design_italia_meta_type: 'Punto di Contatto',
1776
+ has_children: false,
1777
+ id: 'arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire',
1778
+ image_field: null,
1779
+ image_scales: null,
1780
+ review_state: 'private',
1781
+ title:
1782
+ "Arciconfraternita del Gonfalone sotto l’invocazione di Sant'Efisio martire",
1783
+ value_punto_contatto: [
1784
+ {
1785
+ pdc_type: 'phone',
1786
+ pdc_value: '+39 070 668632',
1787
+ },
1788
+ {
1789
+ pdc_type: 'web',
1790
+ pdc_value: 'www.festadisantelfisio.com',
1791
+ },
1792
+ {
1793
+ pdc_type: 'email',
1794
+ pdc_value: 'arcisantefisio@tiscali.it',
1795
+ },
1796
+ ],
1797
+ },
1798
+ ],
1799
+ description: '',
1800
+ design_italia_meta_type: 'Unita Organizzativa',
1801
+ geolocation: {
1802
+ latitude: 0,
1803
+ longitude: 0,
1804
+ },
1805
+ has_children: true,
1806
+ id: 'copy_of_arciconfraternita-del-gonfalone-sotto-linvocazione-di-santefisio-martire',
1807
+ image_field: null,
1808
+ image_scales: null,
1809
+ nome_sede: '',
1810
+ quartiere: '',
1811
+ review_state: 'private',
1812
+ street: "Via Sant'Efisio, 14",
1813
+ title:
1814
+ "Arciconfraternita del Gonfalone sotto l’invocazione di Sant'Efisio martire",
1815
+ zip_code: '09124',
1816
+ },
1817
+ ],
1818
+ subjects: [],
1819
+ title:
1820
+ "Arciconfraternita del Gonfalone sotto l’invocazione di Sant'Efisio martire",
1821
+ value_punto_contatto: [
1822
+ {
1823
+ pdc_type: 'phone',
1824
+ pdc_value: '+39 070 668632',
1825
+ },
1826
+ {
1827
+ pdc_type: 'web',
1828
+ pdc_value: 'www.festadisantelfisio.com',
1829
+ },
1830
+ {
1831
+ pdc_type: 'email',
1832
+ pdc_value: 'arcisantefisio@tiscali.it',
1833
+ },
1834
+ ],
1835
+ version: 'current',
1836
+ versioning_enabled: true,
1837
+ working_copy: null,
1838
+ working_copy_of: null,
1839
+ },
1842
1840
  },
1843
- },
1844
1841
  'generic_card_/amministrazione/uffici/gestione-impianti-sportivi': {
1845
1842
  loading: false,
1846
1843
  loaded: true,
@@ -2049,8 +2046,7 @@ const store = mockStore({
2049
2046
  image_scales: null,
2050
2047
  review_state: 'private',
2051
2048
  title: 'Allegati',
2052
- url:
2053
- '/amministrazione/uffici/gestione-impianti-sportivi/allegati',
2049
+ url: '/amministrazione/uffici/gestione-impianti-sportivi/allegati',
2054
2050
  },
2055
2051
  ],
2056
2052
  items_total: 1,