imio.smartweb.core 1.1.14__py3-none-any.whl → 1.1.19__py3-none-any.whl
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.
- imio/smartweb/core/browser/configure.zcml +1 -0
- imio/smartweb/core/browser/controlpanel.py +24 -0
- imio/smartweb/core/browser/dashboards/__init__.py +0 -0
- imio/smartweb/core/browser/dashboards/configure.zcml +17 -0
- imio/smartweb/core/browser/dashboards/plausible.pt +29 -0
- imio/smartweb/core/browser/dashboards/plausible.py +21 -0
- imio/smartweb/core/browser/faceted/map.pt +3 -7
- imio/smartweb/core/browser/overrides/plone.app.content.browser.contents.templates.properties.pt +48 -0
- imio/smartweb/core/browser/static/icons/categorie-horaires.svg +2 -2
- imio/smartweb/core/browser/static/icons/reseausocial-facebook.svg +1 -1
- imio/smartweb/core/browser/static/icons/reseausocial-youtube.svg +1 -1
- imio/smartweb/core/browser/static/smartweb-swiperconfig-compiled.js +1 -0
- imio/smartweb/core/browser/static/smartweb-view-compiled.js +1 -1
- imio/smartweb/core/browser/static/src/swiper-config.js +46 -0
- imio/smartweb/core/browser/static/src/view.js +1 -46
- imio/smartweb/core/browser/static/swiper-bundle.min.css +4 -4
- imio/smartweb/core/browser/static/swiper-bundle.min.js +5 -4
- imio/smartweb/core/browser/static/webpack.config.js +2 -0
- imio/smartweb/core/browser/utils.py +33 -0
- imio/smartweb/core/contents/__init__.py +4 -0
- imio/smartweb/core/contents/cropping.py +3 -6
- imio/smartweb/core/contents/folder/content.py +1 -5
- imio/smartweb/core/contents/folder/views.py +3 -1
- imio/smartweb/core/contents/pages/pages.py +0 -5
- imio/smartweb/core/contents/pages/view.pt +3 -0
- imio/smartweb/core/contents/rest/base.py +16 -0
- imio/smartweb/core/contents/rest/directory/endpoint.py +8 -15
- imio/smartweb/core/contents/rest/events/endpoint.py +6 -12
- imio/smartweb/core/contents/rest/news/endpoint.py +6 -11
- imio/smartweb/core/contents/rest/search/endpoint.py +26 -6
- imio/smartweb/core/contents/sections/configure.zcml +1 -0
- imio/smartweb/core/contents/sections/contact/view.pt +1 -2
- imio/smartweb/core/contents/sections/contact/view.py +6 -8
- imio/smartweb/core/contents/sections/events/view.py +6 -7
- imio/smartweb/core/contents/sections/external_content/__init__.py +0 -0
- imio/smartweb/core/contents/sections/external_content/configure.zcml +14 -0
- imio/smartweb/core/contents/sections/external_content/content.py +32 -0
- imio/smartweb/core/contents/sections/external_content/view.pt +31 -0
- imio/smartweb/core/contents/sections/external_content/views.py +31 -0
- imio/smartweb/core/contents/sections/gallery/view.pt +1 -2
- imio/smartweb/core/contents/sections/macros.pt +0 -4
- imio/smartweb/core/contents/sections/news/view.py +6 -7
- imio/smartweb/core/contents/sections/text/configure.zcml +0 -6
- imio/smartweb/core/contents/sections/text/content.py +0 -12
- imio/smartweb/core/contents/sections/text/forms.py +2 -0
- imio/smartweb/core/contents/sections/views.py +25 -0
- imio/smartweb/core/permissions.zcml +6 -0
- imio/smartweb/core/profiles/default/metadata.xml +1 -1
- imio/smartweb/core/profiles/default/rolemap.xml +6 -0
- imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml +1 -0
- imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml +1 -0
- imio/smartweb/core/profiles/default/types/imio.smartweb.Procedure.xml +1 -0
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionContact.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionEvents.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionExternalContent.xml +35 -0
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionFiles.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionGallery.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionHTML.xml +1 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionLinks.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionMap.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionNews.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionPostit.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSelections.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSendinblue.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSlide.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionText.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionVideo.xml +0 -1
- imio/smartweb/core/profiles/default/types.xml +1 -0
- imio/smartweb/core/profiles/default/workflows.xml +1 -0
- imio/smartweb/core/tests/resources/json_rest_directory.json +1099 -0
- imio/smartweb/core/tests/resources/json_rest_events.json +1099 -0
- imio/smartweb/core/tests/resources/json_rest_news.json +1103 -4
- imio/smartweb/core/tests/test_cropping.py +6 -28
- imio/smartweb/core/tests/test_folder.py +17 -13
- imio/smartweb/core/tests/test_page.py +0 -13
- imio/smartweb/core/tests/test_plausibleview.py +83 -0
- imio/smartweb/core/tests/test_rest.py +40 -0
- imio/smartweb/core/tests/test_section_contact.py +45 -0
- imio/smartweb/core/tests/test_section_events.py +56 -10
- imio/smartweb/core/tests/test_section_news.py +46 -11
- imio/smartweb/core/tests/test_sections.py +34 -0
- imio/smartweb/core/upgrades/configure.zcml +90 -0
- imio/smartweb/core/upgrades/profiles/1037_to_1038/registry/plausible.xml +9 -0
- imio/smartweb/core/upgrades/profiles/1038_to_1039/rolemap.xml +12 -0
- imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Page.xml +11 -0
- imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.PortalPage.xml +11 -0
- imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Procedure.xml +11 -0
- imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.SectionExternalContent.xml +36 -0
- imio/smartweb/core/upgrades/profiles/1038_to_1039/types.xml +4 -0
- imio/smartweb/core/upgrades/profiles/1038_to_1039/workflows.xml +6 -0
- imio/smartweb/core/upgrades/profiles/1039_to_1040/types/imio.smartweb.SectionSlide.xml +14 -0
- imio/smartweb/core/upgrades/profiles/1040_to_1041/types/imio.smartweb.SectionText.xml +17 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionContact.xml +14 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionEvents.xml +14 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionExternalContent.xml +15 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionFiles.xml +14 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionGallery.xml +15 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionLinks.xml +14 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionMap.xml +15 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionNews.xml +14 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionPostit.xml +14 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSelections.xml +14 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSendinblue.xml +14 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionVideo.xml +15 -0
- imio/smartweb/core/webcomponents/build/css/195.smartweb-webcomponents-compiled.css +1 -1
- imio/smartweb/core/webcomponents/build/css/552.smartweb-webcomponents-compiled.css +1 -1
- imio/smartweb/core/webcomponents/build/js/195.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/212.smartweb-webcomponents-compiled.js +2 -0
- imio/smartweb/core/webcomponents/build/js/323.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/510.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/552.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/{462.smartweb-webcomponents-compiled.js → 565.smartweb-webcomponents-compiled.js} +1 -1
- imio/smartweb/core/webcomponents/build/js/{842.smartweb-webcomponents-compiled.js → 729.smartweb-webcomponents-compiled.js} +2 -2
- imio/smartweb/core/webcomponents/build/js/9.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/9.smartweb-webcomponents-compiled.js.LICENSE.txt +2 -2
- imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx +2 -3
- imio/smartweb/core/webcomponents/src/components/Events/ContactCard/ContactCard.jsx +1 -2
- imio/smartweb/core/webcomponents/src/components/Events/Events.jsx +0 -1
- imio/smartweb/core/webcomponents/src/components/News/ContactCard/ContactCard.jsx +1 -2
- imio/smartweb/core/webcomponents/src/components/News/ContactContent/ContactContent.jsx +1 -1
- {imio.smartweb.core-1.1.14.dist-info → imio.smartweb.core-1.1.19.dist-info}/METADATA +106 -18
- {imio.smartweb.core-1.1.14.dist-info → imio.smartweb.core-1.1.19.dist-info}/RECORD +131 -96
- {imio.smartweb.core-1.1.14.dist-info → imio.smartweb.core-1.1.19.dist-info}/WHEEL +1 -1
- imio/smartweb/core/webcomponents/build/assets/img-placeholder-bla.a2b8b384c46ce56c99f042dc4625d309.png +0 -0
- imio/smartweb/core/webcomponents/build/js/650.smartweb-webcomponents-compiled.js +0 -2
- /imio/smartweb/core/webcomponents/build/js/{650.smartweb-webcomponents-compiled.js.LICENSE.txt → 212.smartweb-webcomponents-compiled.js.LICENSE.txt} +0 -0
- /imio/smartweb/core/webcomponents/build/js/{842.smartweb-webcomponents-compiled.js.LICENSE.txt → 729.smartweb-webcomponents-compiled.js.LICENSE.txt} +0 -0
- /imio.smartweb.core-1.1.14-nspkg.pth → /imio.smartweb.core-1.1.19-py3.10-nspkg.pth +0 -0
- {imio.smartweb.core-1.1.14.dist-info → imio.smartweb.core-1.1.19.dist-info}/LICENSE.GPL +0 -0
- {imio.smartweb.core-1.1.14.dist-info → imio.smartweb.core-1.1.19.dist-info}/LICENSE.rst +0 -0
- {imio.smartweb.core-1.1.14.dist-info → imio.smartweb.core-1.1.19.dist-info}/namespace_packages.txt +0 -0
- {imio.smartweb.core-1.1.14.dist-info → imio.smartweb.core-1.1.19.dist-info}/top_level.txt +0 -0
@@ -45,6 +45,1105 @@
|
|
45
45
|
"size": 146445,
|
46
46
|
"width": 1920
|
47
47
|
},
|
48
|
+
"items": [
|
49
|
+
{
|
50
|
+
"@components": {
|
51
|
+
"actions": {
|
52
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@actions"
|
53
|
+
},
|
54
|
+
"aliases": {
|
55
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@aliases"
|
56
|
+
},
|
57
|
+
"breadcrumbs": {
|
58
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@breadcrumbs"
|
59
|
+
},
|
60
|
+
"contextnavigation": {
|
61
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@contextnavigation"
|
62
|
+
},
|
63
|
+
"navigation": {
|
64
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@navigation"
|
65
|
+
},
|
66
|
+
"types": {
|
67
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@types"
|
68
|
+
},
|
69
|
+
"workflow": {
|
70
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@workflow"
|
71
|
+
}
|
72
|
+
},
|
73
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg",
|
74
|
+
"@type": "Image",
|
75
|
+
"UID": "3c436a800154449f84797fdb30561297",
|
76
|
+
"allow_discussion": false,
|
77
|
+
"created": "2023-05-22T08:51:54+00:00",
|
78
|
+
"description": "",
|
79
|
+
"id": "126452168_1066889743753048_4742779094618765877_n.jpg",
|
80
|
+
"image": {
|
81
|
+
"content-type": "image/jpeg",
|
82
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@@images/image-648-d759a210296480a28577d78bb94038c8.jpeg",
|
83
|
+
"filename": "126452168_1066889743753048_4742779094618765877_n.jpg",
|
84
|
+
"height": 364,
|
85
|
+
"scales": {
|
86
|
+
"affiche": {
|
87
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@@images/image-1320-c7203ce2048d8887e96a7cc72e2e745a.jpeg",
|
88
|
+
"height": 364,
|
89
|
+
"width": 648
|
90
|
+
},
|
91
|
+
"banner": {
|
92
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@@images/image-1920-e6d76a17585158ea8910d5927fa87c0a.jpeg",
|
93
|
+
"height": 364,
|
94
|
+
"width": 648
|
95
|
+
},
|
96
|
+
"extralarge": {
|
97
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@@images/image-1320-1b3858e2edc86f902143a5feb3c5d985.jpeg",
|
98
|
+
"height": 364,
|
99
|
+
"width": 648
|
100
|
+
},
|
101
|
+
"icon": {
|
102
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@@images/image-32-b958466818313233626cb154958e81d2.jpeg",
|
103
|
+
"height": 17,
|
104
|
+
"width": 32
|
105
|
+
},
|
106
|
+
"large": {
|
107
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@@images/image-768-acfc8b35a02c597d70cdc7ec2b59b7d3.jpeg",
|
108
|
+
"height": 364,
|
109
|
+
"width": 648
|
110
|
+
},
|
111
|
+
"liste": {
|
112
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@@images/image-150-ec3f51b148deed7805f9b16293260649.jpeg",
|
113
|
+
"height": 84,
|
114
|
+
"width": 150
|
115
|
+
},
|
116
|
+
"listing": {
|
117
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@@images/image-16-8d38e7cc889d2b40e593edf35c12fc3a.jpeg",
|
118
|
+
"height": 8,
|
119
|
+
"width": 16
|
120
|
+
},
|
121
|
+
"medium": {
|
122
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@@images/image-600-fb7a466b16866fd87dfa8a3769415c88.jpeg",
|
123
|
+
"height": 337,
|
124
|
+
"width": 600
|
125
|
+
},
|
126
|
+
"mini": {
|
127
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@@images/image-200-8eb9930d60a336fef44aeaf7e9ad6fae.jpeg",
|
128
|
+
"height": 112,
|
129
|
+
"width": 200
|
130
|
+
},
|
131
|
+
"preview": {
|
132
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@@images/image-400-7649315221377d3c4f8bf49766ca0765.jpeg",
|
133
|
+
"height": 224,
|
134
|
+
"width": 400
|
135
|
+
},
|
136
|
+
"slide": {
|
137
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@@images/image-750-401353fa7fc3ff3f395c3863cd0ce166.jpeg",
|
138
|
+
"height": 364,
|
139
|
+
"width": 648
|
140
|
+
},
|
141
|
+
"thumb": {
|
142
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@@images/image-128-7afb6ea954f6afe1464def9355bcc3fa.jpeg",
|
143
|
+
"height": 71,
|
144
|
+
"width": 128
|
145
|
+
},
|
146
|
+
"tile": {
|
147
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@@images/image-64-da481245c3cefc8ae9a53c6860115b6f.jpeg",
|
148
|
+
"height": 35,
|
149
|
+
"width": 64
|
150
|
+
},
|
151
|
+
"vignette": {
|
152
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@@images/image-390-07e95c62a95fdd3aa93296241b61630b.jpeg",
|
153
|
+
"height": 219,
|
154
|
+
"width": 390
|
155
|
+
}
|
156
|
+
},
|
157
|
+
"size": 23659,
|
158
|
+
"width": 648
|
159
|
+
},
|
160
|
+
"is_folderish": false,
|
161
|
+
"layout": "image_view",
|
162
|
+
"lock": {},
|
163
|
+
"modified": "2023-05-22T08:51:55+00:00",
|
164
|
+
"next_item": {
|
165
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/view",
|
166
|
+
"@type": "Image",
|
167
|
+
"description": "",
|
168
|
+
"title": "126471410_1066889190419770_7515831077647376503_n.jpg"
|
169
|
+
},
|
170
|
+
"parent": {
|
171
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6",
|
172
|
+
"@type": "imio.events.Event",
|
173
|
+
"UID": "9fb8faf6c9ff40538fbf34e5925292a6",
|
174
|
+
"category": "conference_debate",
|
175
|
+
"description": "",
|
176
|
+
"end": "2023-05-26T00:00:00+00:00",
|
177
|
+
"first_end": null,
|
178
|
+
"first_start": null,
|
179
|
+
"has_leadimage": null,
|
180
|
+
"image_field": null,
|
181
|
+
"image_scales": null,
|
182
|
+
"open_end": false,
|
183
|
+
"recurrence": null,
|
184
|
+
"review_state": "published",
|
185
|
+
"start": "2023-05-23T00:00:00+00:00",
|
186
|
+
"title": "Sprint iMio",
|
187
|
+
"topics": ["education"],
|
188
|
+
"whole_day": true
|
189
|
+
},
|
190
|
+
"previous_item": {},
|
191
|
+
"review_state": null,
|
192
|
+
"searchwords": [],
|
193
|
+
"showinsearch": true,
|
194
|
+
"title": "126452168_1066889743753048_4742779094618765877_n.jpg",
|
195
|
+
"version": "current",
|
196
|
+
"working_copy": null,
|
197
|
+
"working_copy_of": null,
|
198
|
+
"image_preview_scale": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@@images/image/preview?cache_key=2a99c3660285def066c47a1df06fd661",
|
199
|
+
"image_extralarge_scale": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@@images/image/extralarge?cache_key=2a99c3660285def066c47a1df06fd661",
|
200
|
+
"image_affiche_scale": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/@@images/image/affiche?cache_key=2a99c3660285def066c47a1df06fd661"
|
201
|
+
},
|
202
|
+
{
|
203
|
+
"@components": {
|
204
|
+
"actions": {
|
205
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@actions"
|
206
|
+
},
|
207
|
+
"aliases": {
|
208
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@aliases"
|
209
|
+
},
|
210
|
+
"breadcrumbs": {
|
211
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@breadcrumbs"
|
212
|
+
},
|
213
|
+
"contextnavigation": {
|
214
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@contextnavigation"
|
215
|
+
},
|
216
|
+
"navigation": {
|
217
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@navigation"
|
218
|
+
},
|
219
|
+
"types": {
|
220
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@types"
|
221
|
+
},
|
222
|
+
"workflow": {
|
223
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@workflow"
|
224
|
+
}
|
225
|
+
},
|
226
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg",
|
227
|
+
"@type": "Image",
|
228
|
+
"UID": "ad7dfa4e07314a0ea0b846b12b1d1800",
|
229
|
+
"allow_discussion": false,
|
230
|
+
"created": "2023-05-22T08:51:55+00:00",
|
231
|
+
"description": "",
|
232
|
+
"id": "126471410_1066889190419770_7515831077647376503_n.jpg",
|
233
|
+
"image": {
|
234
|
+
"content-type": "image/jpeg",
|
235
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@@images/image-800-70e6819ba9d117496f80e1855da6cbe9.jpeg",
|
236
|
+
"filename": "126471410_1066889190419770_7515831077647376503_n.jpg",
|
237
|
+
"height": 533,
|
238
|
+
"scales": {
|
239
|
+
"affiche": {
|
240
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@@images/image-1320-25ae147c13d5610de29ae0ccf18740f5.jpeg",
|
241
|
+
"height": 440,
|
242
|
+
"width": 660
|
243
|
+
},
|
244
|
+
"banner": {
|
245
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@@images/image-1920-6d9001d415b7efa8ccdb4b1b29eb1904.jpeg",
|
246
|
+
"height": 533,
|
247
|
+
"width": 800
|
248
|
+
},
|
249
|
+
"extralarge": {
|
250
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@@images/image-1320-67ea0548eb17b0b5092bab1d23cec53b.jpeg",
|
251
|
+
"height": 533,
|
252
|
+
"width": 800
|
253
|
+
},
|
254
|
+
"icon": {
|
255
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@@images/image-32-15e7ded45aa7e807a2f5558524ecf13a.jpeg",
|
256
|
+
"height": 21,
|
257
|
+
"width": 32
|
258
|
+
},
|
259
|
+
"large": {
|
260
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@@images/image-768-4efb50ae596a6c9223b0c5a8e3aec0e6.jpeg",
|
261
|
+
"height": 511,
|
262
|
+
"width": 768
|
263
|
+
},
|
264
|
+
"liste": {
|
265
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@@images/image-150-853cc79b5a7ec9fb10fbbc84fed36861.jpeg",
|
266
|
+
"height": 99,
|
267
|
+
"width": 150
|
268
|
+
},
|
269
|
+
"listing": {
|
270
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@@images/image-16-b3a7b84e41ab88d624c11b478d0f9917.jpeg",
|
271
|
+
"height": 10,
|
272
|
+
"width": 16
|
273
|
+
},
|
274
|
+
"medium": {
|
275
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@@images/image-600-d362f58d4039be749c4448d95e11d4db.jpeg",
|
276
|
+
"height": 399,
|
277
|
+
"width": 600
|
278
|
+
},
|
279
|
+
"mini": {
|
280
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@@images/image-200-253b5e6ad895377ff546977a8414a705.jpeg",
|
281
|
+
"height": 133,
|
282
|
+
"width": 200
|
283
|
+
},
|
284
|
+
"preview": {
|
285
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@@images/image-400-fd8f29c90bd7c36cba6ac28fd80798f6.jpeg",
|
286
|
+
"height": 266,
|
287
|
+
"width": 400
|
288
|
+
},
|
289
|
+
"slide": {
|
290
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@@images/image-750-d2975c6db5cd5d7aeb5cb2c32b2ac254.jpeg",
|
291
|
+
"height": 499,
|
292
|
+
"width": 750
|
293
|
+
},
|
294
|
+
"thumb": {
|
295
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@@images/image-128-f554253ca24875622198352a88bf2430.jpeg",
|
296
|
+
"height": 85,
|
297
|
+
"width": 128
|
298
|
+
},
|
299
|
+
"tile": {
|
300
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@@images/image-64-27e638a0b38920a5316631aae848def9.jpeg",
|
301
|
+
"height": 42,
|
302
|
+
"width": 64
|
303
|
+
},
|
304
|
+
"vignette": {
|
305
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@@images/image-390-16d03fac65d3211bba3cb060548000d7.jpeg",
|
306
|
+
"height": 259,
|
307
|
+
"width": 390
|
308
|
+
}
|
309
|
+
},
|
310
|
+
"size": 88711,
|
311
|
+
"width": 800
|
312
|
+
},
|
313
|
+
"is_folderish": false,
|
314
|
+
"layout": "image_view",
|
315
|
+
"lock": {},
|
316
|
+
"modified": "2023-05-22T08:51:55+00:00",
|
317
|
+
"next_item": {
|
318
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/view",
|
319
|
+
"@type": "Image",
|
320
|
+
"description": "",
|
321
|
+
"title": "126488956_1066888710419818_2862373893611555210_n.jpg"
|
322
|
+
},
|
323
|
+
"parent": {
|
324
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6",
|
325
|
+
"@type": "imio.events.Event",
|
326
|
+
"UID": "9fb8faf6c9ff40538fbf34e5925292a6",
|
327
|
+
"category": "conference_debate",
|
328
|
+
"description": "",
|
329
|
+
"end": "2023-05-26T00:00:00+00:00",
|
330
|
+
"first_end": null,
|
331
|
+
"first_start": null,
|
332
|
+
"has_leadimage": null,
|
333
|
+
"image_field": null,
|
334
|
+
"image_scales": null,
|
335
|
+
"open_end": false,
|
336
|
+
"recurrence": null,
|
337
|
+
"review_state": "published",
|
338
|
+
"start": "2023-05-23T00:00:00+00:00",
|
339
|
+
"title": "Sprint iMio",
|
340
|
+
"topics": ["education"],
|
341
|
+
"whole_day": true
|
342
|
+
},
|
343
|
+
"previous_item": {
|
344
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126452168_1066889743753048_4742779094618765877_n.jpg/view",
|
345
|
+
"@type": "Image",
|
346
|
+
"description": "",
|
347
|
+
"title": "126452168_1066889743753048_4742779094618765877_n.jpg"
|
348
|
+
},
|
349
|
+
"review_state": null,
|
350
|
+
"searchwords": [],
|
351
|
+
"showinsearch": true,
|
352
|
+
"title": "126471410_1066889190419770_7515831077647376503_n.jpg",
|
353
|
+
"version": "current",
|
354
|
+
"working_copy": null,
|
355
|
+
"working_copy_of": null,
|
356
|
+
"image_preview_scale": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@@images/image/preview?cache_key=2a99c3660285def066c47a1df06fd661",
|
357
|
+
"image_extralarge_scale": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@@images/image/extralarge?cache_key=2a99c3660285def066c47a1df06fd661",
|
358
|
+
"image_affiche_scale": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/@@images/image/affiche?cache_key=2a99c3660285def066c47a1df06fd661"
|
359
|
+
},
|
360
|
+
{
|
361
|
+
"@components": {
|
362
|
+
"actions": {
|
363
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@actions"
|
364
|
+
},
|
365
|
+
"aliases": {
|
366
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@aliases"
|
367
|
+
},
|
368
|
+
"breadcrumbs": {
|
369
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@breadcrumbs"
|
370
|
+
},
|
371
|
+
"contextnavigation": {
|
372
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@contextnavigation"
|
373
|
+
},
|
374
|
+
"navigation": {
|
375
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@navigation"
|
376
|
+
},
|
377
|
+
"types": {
|
378
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@types"
|
379
|
+
},
|
380
|
+
"workflow": {
|
381
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@workflow"
|
382
|
+
}
|
383
|
+
},
|
384
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg",
|
385
|
+
"@type": "Image",
|
386
|
+
"UID": "4e7294e8b88c4e61aae2a3e35e47d89b",
|
387
|
+
"allow_discussion": false,
|
388
|
+
"created": "2023-05-22T08:51:56+00:00",
|
389
|
+
"description": "",
|
390
|
+
"id": "126488956_1066888710419818_2862373893611555210_n.jpg",
|
391
|
+
"image": {
|
392
|
+
"content-type": "image/jpeg",
|
393
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@@images/image-700-319d1413a4c793b1f586514ab78561b8.jpeg",
|
394
|
+
"filename": "126488956_1066888710419818_2862373893611555210_n.jpg",
|
395
|
+
"height": 466,
|
396
|
+
"scales": {
|
397
|
+
"affiche": {
|
398
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@@images/image-1320-9d3776ecbc02c263d529f560932ea477.jpeg",
|
399
|
+
"height": 440,
|
400
|
+
"width": 660
|
401
|
+
},
|
402
|
+
"banner": {
|
403
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@@images/image-1920-50a9fb30ac046767c116c65d079bd8f5.jpeg",
|
404
|
+
"height": 466,
|
405
|
+
"width": 700
|
406
|
+
},
|
407
|
+
"extralarge": {
|
408
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@@images/image-1320-95d442a1468cc3aa7d6bf9553f92fb8c.jpeg",
|
409
|
+
"height": 466,
|
410
|
+
"width": 700
|
411
|
+
},
|
412
|
+
"icon": {
|
413
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@@images/image-32-150dc9ed4484f233eaa523ebd5ea72b4.jpeg",
|
414
|
+
"height": 21,
|
415
|
+
"width": 32
|
416
|
+
},
|
417
|
+
"large": {
|
418
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@@images/image-768-5f53f7aa56be27def0f614fe22a4ac11.jpeg",
|
419
|
+
"height": 466,
|
420
|
+
"width": 700
|
421
|
+
},
|
422
|
+
"liste": {
|
423
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@@images/image-150-54a4e31c9a026b4d32909f33b927215c.jpeg",
|
424
|
+
"height": 99,
|
425
|
+
"width": 150
|
426
|
+
},
|
427
|
+
"listing": {
|
428
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@@images/image-16-0888bac71760c97a4984e92e2165f592.jpeg",
|
429
|
+
"height": 10,
|
430
|
+
"width": 16
|
431
|
+
},
|
432
|
+
"medium": {
|
433
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@@images/image-600-e797f310acb7d256feb41c8af33e75a7.jpeg",
|
434
|
+
"height": 399,
|
435
|
+
"width": 600
|
436
|
+
},
|
437
|
+
"mini": {
|
438
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@@images/image-200-0fecc3797d1b675555d9d1e8de4e0656.jpeg",
|
439
|
+
"height": 133,
|
440
|
+
"width": 200
|
441
|
+
},
|
442
|
+
"preview": {
|
443
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@@images/image-400-c70a4562f0129ce85775866070f01242.jpeg",
|
444
|
+
"height": 266,
|
445
|
+
"width": 400
|
446
|
+
},
|
447
|
+
"slide": {
|
448
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@@images/image-750-80b434e7ac3c067aca0d8389079dd50c.jpeg",
|
449
|
+
"height": 466,
|
450
|
+
"width": 700
|
451
|
+
},
|
452
|
+
"thumb": {
|
453
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@@images/image-128-d1d1b0fca9291a3f96a43478c669b3f0.jpeg",
|
454
|
+
"height": 85,
|
455
|
+
"width": 128
|
456
|
+
},
|
457
|
+
"tile": {
|
458
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@@images/image-64-a3fcad3938530350a3916f304c0a8ff0.jpeg",
|
459
|
+
"height": 42,
|
460
|
+
"width": 64
|
461
|
+
},
|
462
|
+
"vignette": {
|
463
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@@images/image-390-6f1897cf04895f83b19952e3a2d98af8.jpeg",
|
464
|
+
"height": 259,
|
465
|
+
"width": 390
|
466
|
+
}
|
467
|
+
},
|
468
|
+
"size": 53445,
|
469
|
+
"width": 700
|
470
|
+
},
|
471
|
+
"is_folderish": false,
|
472
|
+
"layout": "image_view",
|
473
|
+
"lock": {},
|
474
|
+
"modified": "2023-05-22T08:51:56+00:00",
|
475
|
+
"next_item": {
|
476
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/view",
|
477
|
+
"@type": "Image",
|
478
|
+
"description": "",
|
479
|
+
"title": "126513247_1066889600419729_7682142957885885107_n.jpg"
|
480
|
+
},
|
481
|
+
"parent": {
|
482
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6",
|
483
|
+
"@type": "imio.events.Event",
|
484
|
+
"UID": "9fb8faf6c9ff40538fbf34e5925292a6",
|
485
|
+
"category": "conference_debate",
|
486
|
+
"description": "",
|
487
|
+
"end": "2023-05-26T00:00:00+00:00",
|
488
|
+
"first_end": null,
|
489
|
+
"first_start": null,
|
490
|
+
"has_leadimage": null,
|
491
|
+
"image_field": null,
|
492
|
+
"image_scales": null,
|
493
|
+
"open_end": false,
|
494
|
+
"recurrence": null,
|
495
|
+
"review_state": "published",
|
496
|
+
"start": "2023-05-23T00:00:00+00:00",
|
497
|
+
"title": "Sprint iMio",
|
498
|
+
"topics": ["education"],
|
499
|
+
"whole_day": true
|
500
|
+
},
|
501
|
+
"previous_item": {
|
502
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126471410_1066889190419770_7515831077647376503_n.jpg/view",
|
503
|
+
"@type": "Image",
|
504
|
+
"description": "",
|
505
|
+
"title": "126471410_1066889190419770_7515831077647376503_n.jpg"
|
506
|
+
},
|
507
|
+
"review_state": null,
|
508
|
+
"searchwords": [],
|
509
|
+
"showinsearch": true,
|
510
|
+
"title": "126488956_1066888710419818_2862373893611555210_n.jpg",
|
511
|
+
"version": "current",
|
512
|
+
"working_copy": null,
|
513
|
+
"working_copy_of": null,
|
514
|
+
"image_preview_scale": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@@images/image/preview?cache_key=f68da3b3ceda4759fd53dee873cc3c6c",
|
515
|
+
"image_extralarge_scale": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@@images/image/extralarge?cache_key=f68da3b3ceda4759fd53dee873cc3c6c",
|
516
|
+
"image_affiche_scale": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/@@images/image/affiche?cache_key=f68da3b3ceda4759fd53dee873cc3c6c"
|
517
|
+
},
|
518
|
+
{
|
519
|
+
"@components": {
|
520
|
+
"actions": {
|
521
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@actions"
|
522
|
+
},
|
523
|
+
"aliases": {
|
524
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@aliases"
|
525
|
+
},
|
526
|
+
"breadcrumbs": {
|
527
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@breadcrumbs"
|
528
|
+
},
|
529
|
+
"contextnavigation": {
|
530
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@contextnavigation"
|
531
|
+
},
|
532
|
+
"navigation": {
|
533
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@navigation"
|
534
|
+
},
|
535
|
+
"types": {
|
536
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@types"
|
537
|
+
},
|
538
|
+
"workflow": {
|
539
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@workflow"
|
540
|
+
}
|
541
|
+
},
|
542
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg",
|
543
|
+
"@type": "Image",
|
544
|
+
"UID": "23313f2173d643e2876e2ed6ac48d12b",
|
545
|
+
"allow_discussion": false,
|
546
|
+
"created": "2023-05-22T08:51:56+00:00",
|
547
|
+
"description": "",
|
548
|
+
"id": "126513247_1066889600419729_7682142957885885107_n.jpg",
|
549
|
+
"image": {
|
550
|
+
"content-type": "image/jpeg",
|
551
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@@images/image-960-97466f919b38e388ab112a9d4b5e48cc.jpeg",
|
552
|
+
"filename": "126513247_1066889600419729_7682142957885885107_n.jpg",
|
553
|
+
"height": 614,
|
554
|
+
"scales": {
|
555
|
+
"affiche": {
|
556
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@@images/image-1320-f8290050cd89fe03b3c896b0849f8856.jpeg",
|
557
|
+
"height": 440,
|
558
|
+
"width": 687
|
559
|
+
},
|
560
|
+
"banner": {
|
561
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@@images/image-1920-b627318e3bb285d9e96308081238e551.jpeg",
|
562
|
+
"height": 600,
|
563
|
+
"width": 938
|
564
|
+
},
|
565
|
+
"extralarge": {
|
566
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@@images/image-1320-006880642f868259c014d22ed0f77256.jpeg",
|
567
|
+
"height": 614,
|
568
|
+
"width": 960
|
569
|
+
},
|
570
|
+
"icon": {
|
571
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@@images/image-32-83aa83e680d3bfbb1afeacc131d01f3d.jpeg",
|
572
|
+
"height": 20,
|
573
|
+
"width": 32
|
574
|
+
},
|
575
|
+
"large": {
|
576
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@@images/image-768-9d8be59b76e2c7ecbd8b52f6699f8e40.jpeg",
|
577
|
+
"height": 491,
|
578
|
+
"width": 768
|
579
|
+
},
|
580
|
+
"liste": {
|
581
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@@images/image-150-d0da9a6cb2b94da8523bd93aecbdb637.jpeg",
|
582
|
+
"height": 95,
|
583
|
+
"width": 150
|
584
|
+
},
|
585
|
+
"listing": {
|
586
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@@images/image-16-34e07881c79128cbcd9a97b3a44b83ad.jpeg",
|
587
|
+
"height": 10,
|
588
|
+
"width": 16
|
589
|
+
},
|
590
|
+
"medium": {
|
591
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@@images/image-600-de36370c7b3dfbf9edea902c976747a6.jpeg",
|
592
|
+
"height": 383,
|
593
|
+
"width": 600
|
594
|
+
},
|
595
|
+
"mini": {
|
596
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@@images/image-200-082ae278c00d75247d04067bb63e5245.jpeg",
|
597
|
+
"height": 127,
|
598
|
+
"width": 200
|
599
|
+
},
|
600
|
+
"preview": {
|
601
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@@images/image-400-19d78ceed13e59a160db9969cadc9be7.jpeg",
|
602
|
+
"height": 255,
|
603
|
+
"width": 400
|
604
|
+
},
|
605
|
+
"slide": {
|
606
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@@images/image-750-c8e4974a35058afa4f5a763e4e35b38f.jpeg",
|
607
|
+
"height": 479,
|
608
|
+
"width": 750
|
609
|
+
},
|
610
|
+
"thumb": {
|
611
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@@images/image-128-94356b3791d84235d73912f3bcaaa859.jpeg",
|
612
|
+
"height": 81,
|
613
|
+
"width": 128
|
614
|
+
},
|
615
|
+
"tile": {
|
616
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@@images/image-64-6cfeabb75c5bd332f6856fd3feb369ee.jpeg",
|
617
|
+
"height": 40,
|
618
|
+
"width": 64
|
619
|
+
},
|
620
|
+
"vignette": {
|
621
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@@images/image-390-ee5792175dfa28a93aba679f198a68b0.jpeg",
|
622
|
+
"height": 249,
|
623
|
+
"width": 390
|
624
|
+
}
|
625
|
+
},
|
626
|
+
"size": 78331,
|
627
|
+
"width": 960
|
628
|
+
},
|
629
|
+
"is_folderish": false,
|
630
|
+
"layout": "image_view",
|
631
|
+
"lock": {},
|
632
|
+
"modified": "2023-05-22T08:51:57+00:00",
|
633
|
+
"next_item": {
|
634
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/view",
|
635
|
+
"@type": "Image",
|
636
|
+
"description": "",
|
637
|
+
"title": "126934071_1066889590419730_8277756273354493333_n.jpg"
|
638
|
+
},
|
639
|
+
"parent": {
|
640
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6",
|
641
|
+
"@type": "imio.events.Event",
|
642
|
+
"UID": "9fb8faf6c9ff40538fbf34e5925292a6",
|
643
|
+
"category": "conference_debate",
|
644
|
+
"description": "",
|
645
|
+
"end": "2023-05-26T00:00:00+00:00",
|
646
|
+
"first_end": null,
|
647
|
+
"first_start": null,
|
648
|
+
"has_leadimage": null,
|
649
|
+
"image_field": null,
|
650
|
+
"image_scales": null,
|
651
|
+
"open_end": false,
|
652
|
+
"recurrence": null,
|
653
|
+
"review_state": "published",
|
654
|
+
"start": "2023-05-23T00:00:00+00:00",
|
655
|
+
"title": "Sprint iMio",
|
656
|
+
"topics": ["education"],
|
657
|
+
"whole_day": true
|
658
|
+
},
|
659
|
+
"previous_item": {
|
660
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126488956_1066888710419818_2862373893611555210_n.jpg/view",
|
661
|
+
"@type": "Image",
|
662
|
+
"description": "",
|
663
|
+
"title": "126488956_1066888710419818_2862373893611555210_n.jpg"
|
664
|
+
},
|
665
|
+
"review_state": null,
|
666
|
+
"searchwords": [],
|
667
|
+
"showinsearch": true,
|
668
|
+
"title": "126513247_1066889600419729_7682142957885885107_n.jpg",
|
669
|
+
"version": "current",
|
670
|
+
"working_copy": null,
|
671
|
+
"working_copy_of": null,
|
672
|
+
"image_preview_scale": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@@images/image/preview?cache_key=8c4754c017bc5eecc0ddfba520445792",
|
673
|
+
"image_extralarge_scale": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@@images/image/extralarge?cache_key=8c4754c017bc5eecc0ddfba520445792",
|
674
|
+
"image_affiche_scale": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/@@images/image/affiche?cache_key=8c4754c017bc5eecc0ddfba520445792"
|
675
|
+
},
|
676
|
+
{
|
677
|
+
"@components": {
|
678
|
+
"actions": {
|
679
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@actions"
|
680
|
+
},
|
681
|
+
"aliases": {
|
682
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@aliases"
|
683
|
+
},
|
684
|
+
"breadcrumbs": {
|
685
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@breadcrumbs"
|
686
|
+
},
|
687
|
+
"contextnavigation": {
|
688
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@contextnavigation"
|
689
|
+
},
|
690
|
+
"navigation": {
|
691
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@navigation"
|
692
|
+
},
|
693
|
+
"types": {
|
694
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@types"
|
695
|
+
},
|
696
|
+
"workflow": {
|
697
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@workflow"
|
698
|
+
}
|
699
|
+
},
|
700
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg",
|
701
|
+
"@type": "Image",
|
702
|
+
"UID": "847b97b014ef4dd19b6e37ba09ee2411",
|
703
|
+
"allow_discussion": false,
|
704
|
+
"created": "2023-05-22T08:51:57+00:00",
|
705
|
+
"description": "",
|
706
|
+
"id": "126934071_1066889590419730_8277756273354493333_n.jpg",
|
707
|
+
"image": {
|
708
|
+
"content-type": "image/jpeg",
|
709
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@@images/image-858-667eaa3472da753dea8fdf83bcbce5b3.jpeg",
|
710
|
+
"filename": "126934071_1066889590419730_8277756273354493333_n.jpg",
|
711
|
+
"height": 536,
|
712
|
+
"scales": {
|
713
|
+
"affiche": {
|
714
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@@images/image-1320-5a1985324f31ed050ea81aa8f7e6fb0a.jpeg",
|
715
|
+
"height": 440,
|
716
|
+
"width": 704
|
717
|
+
},
|
718
|
+
"banner": {
|
719
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@@images/image-1920-5aa699a966fb4c214dbf23c26e042ed7.jpeg",
|
720
|
+
"height": 536,
|
721
|
+
"width": 858
|
722
|
+
},
|
723
|
+
"extralarge": {
|
724
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@@images/image-1320-13f13a7ba327cb24c1fcd94679c7801c.jpeg",
|
725
|
+
"height": 536,
|
726
|
+
"width": 858
|
727
|
+
},
|
728
|
+
"icon": {
|
729
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@@images/image-32-d5e098ab497822a792d0547fc674834c.jpeg",
|
730
|
+
"height": 19,
|
731
|
+
"width": 32
|
732
|
+
},
|
733
|
+
"large": {
|
734
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@@images/image-768-aa288a7fd3a2506fbc33d674b2ee7ebb.jpeg",
|
735
|
+
"height": 479,
|
736
|
+
"width": 768
|
737
|
+
},
|
738
|
+
"liste": {
|
739
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@@images/image-150-7812fc6411fbd367c79a16cbe4d96856.jpeg",
|
740
|
+
"height": 93,
|
741
|
+
"width": 150
|
742
|
+
},
|
743
|
+
"listing": {
|
744
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@@images/image-16-095423c815c9e14633419da3b87536db.jpeg",
|
745
|
+
"height": 9,
|
746
|
+
"width": 16
|
747
|
+
},
|
748
|
+
"medium": {
|
749
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@@images/image-600-951629b004359a58b38949a8bf8ba159.jpeg",
|
750
|
+
"height": 374,
|
751
|
+
"width": 600
|
752
|
+
},
|
753
|
+
"mini": {
|
754
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@@images/image-200-94296f691078a517f276a69128bdb7ae.jpeg",
|
755
|
+
"height": 124,
|
756
|
+
"width": 200
|
757
|
+
},
|
758
|
+
"preview": {
|
759
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@@images/image-400-2bd23db87bdb58063739d33ce939021a.jpeg",
|
760
|
+
"height": 249,
|
761
|
+
"width": 400
|
762
|
+
},
|
763
|
+
"slide": {
|
764
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@@images/image-750-f46114fadf07e79f492df9b27f74c1b3.jpeg",
|
765
|
+
"height": 468,
|
766
|
+
"width": 750
|
767
|
+
},
|
768
|
+
"thumb": {
|
769
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@@images/image-128-47224f69b842d5da133e92cf2b4a00f4.jpeg",
|
770
|
+
"height": 79,
|
771
|
+
"width": 128
|
772
|
+
},
|
773
|
+
"tile": {
|
774
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@@images/image-64-a4bcd0a4fb04dd40faffe2953523e9cc.jpeg",
|
775
|
+
"height": 39,
|
776
|
+
"width": 64
|
777
|
+
},
|
778
|
+
"vignette": {
|
779
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@@images/image-390-c938bd5cf134018e10da5304c8e1ebaf.jpeg",
|
780
|
+
"height": 243,
|
781
|
+
"width": 390
|
782
|
+
}
|
783
|
+
},
|
784
|
+
"size": 36997,
|
785
|
+
"width": 858
|
786
|
+
},
|
787
|
+
"is_folderish": false,
|
788
|
+
"layout": "image_view",
|
789
|
+
"lock": {},
|
790
|
+
"modified": "2023-05-22T08:51:57+00:00",
|
791
|
+
"next_item": {
|
792
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/view",
|
793
|
+
"@type": "Image",
|
794
|
+
"description": "",
|
795
|
+
"title": "126942168_1066889087086447_5301599170552935330_o.jpg"
|
796
|
+
},
|
797
|
+
"parent": {
|
798
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6",
|
799
|
+
"@type": "imio.events.Event",
|
800
|
+
"UID": "9fb8faf6c9ff40538fbf34e5925292a6",
|
801
|
+
"category": "conference_debate",
|
802
|
+
"description": "",
|
803
|
+
"end": "2023-05-26T00:00:00+00:00",
|
804
|
+
"first_end": null,
|
805
|
+
"first_start": null,
|
806
|
+
"has_leadimage": null,
|
807
|
+
"image_field": null,
|
808
|
+
"image_scales": null,
|
809
|
+
"open_end": false,
|
810
|
+
"recurrence": null,
|
811
|
+
"review_state": "published",
|
812
|
+
"start": "2023-05-23T00:00:00+00:00",
|
813
|
+
"title": "Sprint iMio",
|
814
|
+
"topics": ["education"],
|
815
|
+
"whole_day": true
|
816
|
+
},
|
817
|
+
"previous_item": {
|
818
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126513247_1066889600419729_7682142957885885107_n.jpg/view",
|
819
|
+
"@type": "Image",
|
820
|
+
"description": "",
|
821
|
+
"title": "126513247_1066889600419729_7682142957885885107_n.jpg"
|
822
|
+
},
|
823
|
+
"review_state": null,
|
824
|
+
"searchwords": [],
|
825
|
+
"showinsearch": true,
|
826
|
+
"title": "126934071_1066889590419730_8277756273354493333_n.jpg",
|
827
|
+
"version": "current",
|
828
|
+
"working_copy": null,
|
829
|
+
"working_copy_of": null,
|
830
|
+
"image_preview_scale": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@@images/image/preview?cache_key=8c4754c017bc5eecc0ddfba520445792",
|
831
|
+
"image_extralarge_scale": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@@images/image/extralarge?cache_key=8c4754c017bc5eecc0ddfba520445792",
|
832
|
+
"image_affiche_scale": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/@@images/image/affiche?cache_key=8c4754c017bc5eecc0ddfba520445792"
|
833
|
+
},
|
834
|
+
{
|
835
|
+
"@components": {
|
836
|
+
"actions": {
|
837
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@actions"
|
838
|
+
},
|
839
|
+
"aliases": {
|
840
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@aliases"
|
841
|
+
},
|
842
|
+
"breadcrumbs": {
|
843
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@breadcrumbs"
|
844
|
+
},
|
845
|
+
"contextnavigation": {
|
846
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@contextnavigation"
|
847
|
+
},
|
848
|
+
"navigation": {
|
849
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@navigation"
|
850
|
+
},
|
851
|
+
"types": {
|
852
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@types"
|
853
|
+
},
|
854
|
+
"workflow": {
|
855
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@workflow"
|
856
|
+
}
|
857
|
+
},
|
858
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg",
|
859
|
+
"@type": "Image",
|
860
|
+
"UID": "26dc60ed8f2b4e03a91910c15ec09f72",
|
861
|
+
"allow_discussion": false,
|
862
|
+
"created": "2023-05-22T08:51:58+00:00",
|
863
|
+
"description": "",
|
864
|
+
"id": "126942168_1066889087086447_5301599170552935330_o.jpg",
|
865
|
+
"image": {
|
866
|
+
"content-type": "image/jpeg",
|
867
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@@images/image-1100-94f7aa4046779f107f974f52f88d8ea0.jpeg",
|
868
|
+
"filename": "126942168_1066889087086447_5301599170552935330_o.jpg",
|
869
|
+
"height": 681,
|
870
|
+
"scales": {
|
871
|
+
"affiche": {
|
872
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@@images/image-1320-5d0d2f2c9dd3d23e3c05e587b6d3335e.jpeg",
|
873
|
+
"height": 440,
|
874
|
+
"width": 710
|
875
|
+
},
|
876
|
+
"banner": {
|
877
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@@images/image-1920-e590ea11617f5a6449fd1a4ebf807c5b.jpeg",
|
878
|
+
"height": 600,
|
879
|
+
"width": 969
|
880
|
+
},
|
881
|
+
"extralarge": {
|
882
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@@images/image-1320-d555bf46bdd6385ddff61e69f5b63b63.jpeg",
|
883
|
+
"height": 681,
|
884
|
+
"width": 1100
|
885
|
+
},
|
886
|
+
"icon": {
|
887
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@@images/image-32-63542d5cb189992590f4c6c028b6310b.jpeg",
|
888
|
+
"height": 19,
|
889
|
+
"width": 32
|
890
|
+
},
|
891
|
+
"large": {
|
892
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@@images/image-768-37566402af8f82811bc2a5c395eb591a.jpeg",
|
893
|
+
"height": 475,
|
894
|
+
"width": 768
|
895
|
+
},
|
896
|
+
"liste": {
|
897
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@@images/image-150-b6d50b9b92415657ee9d4a9daa50d6eb.jpeg",
|
898
|
+
"height": 92,
|
899
|
+
"width": 150
|
900
|
+
},
|
901
|
+
"listing": {
|
902
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@@images/image-16-979658454d1f6b8c6c3aadccd12f71c7.jpeg",
|
903
|
+
"height": 9,
|
904
|
+
"width": 16
|
905
|
+
},
|
906
|
+
"medium": {
|
907
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@@images/image-600-088ff756130ca12b3420ddd9d4bc5cd8.jpeg",
|
908
|
+
"height": 371,
|
909
|
+
"width": 600
|
910
|
+
},
|
911
|
+
"mini": {
|
912
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@@images/image-200-844ee98ff0e417f5a6ede72092fdddba.jpeg",
|
913
|
+
"height": 123,
|
914
|
+
"width": 200
|
915
|
+
},
|
916
|
+
"preview": {
|
917
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@@images/image-400-513dddb1c1f05975c2c6c802e3c67d87.jpeg",
|
918
|
+
"height": 247,
|
919
|
+
"width": 400
|
920
|
+
},
|
921
|
+
"slide": {
|
922
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@@images/image-750-b6fddd233ac24eb0ed6fa200d2124dc6.jpeg",
|
923
|
+
"height": 464,
|
924
|
+
"width": 750
|
925
|
+
},
|
926
|
+
"thumb": {
|
927
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@@images/image-128-d64323dcd11bf246140e84fb59b68c9b.jpeg",
|
928
|
+
"height": 79,
|
929
|
+
"width": 128
|
930
|
+
},
|
931
|
+
"tile": {
|
932
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@@images/image-64-4474ea0f2a0f6ac3dd0a9de56172762a.jpeg",
|
933
|
+
"height": 39,
|
934
|
+
"width": 64
|
935
|
+
},
|
936
|
+
"vignette": {
|
937
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@@images/image-390-ee2e6f8f45bcd40d93512e55ed2642de.jpeg",
|
938
|
+
"height": 241,
|
939
|
+
"width": 390
|
940
|
+
}
|
941
|
+
},
|
942
|
+
"size": 100703,
|
943
|
+
"width": 1100
|
944
|
+
},
|
945
|
+
"is_folderish": false,
|
946
|
+
"layout": "image_view",
|
947
|
+
"lock": {},
|
948
|
+
"modified": "2023-05-22T08:51:58+00:00",
|
949
|
+
"next_item": {
|
950
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/view",
|
951
|
+
"@type": "Image",
|
952
|
+
"description": "",
|
953
|
+
"title": "126943166_1066889483753074_4142117401221264770_n.jpg"
|
954
|
+
},
|
955
|
+
"parent": {
|
956
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6",
|
957
|
+
"@type": "imio.events.Event",
|
958
|
+
"UID": "9fb8faf6c9ff40538fbf34e5925292a6",
|
959
|
+
"category": "conference_debate",
|
960
|
+
"description": "",
|
961
|
+
"end": "2023-05-26T00:00:00+00:00",
|
962
|
+
"first_end": null,
|
963
|
+
"first_start": null,
|
964
|
+
"has_leadimage": null,
|
965
|
+
"image_field": null,
|
966
|
+
"image_scales": null,
|
967
|
+
"open_end": false,
|
968
|
+
"recurrence": null,
|
969
|
+
"review_state": "published",
|
970
|
+
"start": "2023-05-23T00:00:00+00:00",
|
971
|
+
"title": "Sprint iMio",
|
972
|
+
"topics": ["education"],
|
973
|
+
"whole_day": true
|
974
|
+
},
|
975
|
+
"previous_item": {
|
976
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126934071_1066889590419730_8277756273354493333_n.jpg/view",
|
977
|
+
"@type": "Image",
|
978
|
+
"description": "",
|
979
|
+
"title": "126934071_1066889590419730_8277756273354493333_n.jpg"
|
980
|
+
},
|
981
|
+
"review_state": null,
|
982
|
+
"searchwords": [],
|
983
|
+
"showinsearch": true,
|
984
|
+
"title": "126942168_1066889087086447_5301599170552935330_o.jpg",
|
985
|
+
"version": "current",
|
986
|
+
"working_copy": null,
|
987
|
+
"working_copy_of": null,
|
988
|
+
"image_preview_scale": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@@images/image/preview?cache_key=40fa65c721966e10faa9e8c95f6b68f0",
|
989
|
+
"image_extralarge_scale": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@@images/image/extralarge?cache_key=40fa65c721966e10faa9e8c95f6b68f0",
|
990
|
+
"image_affiche_scale": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/@@images/image/affiche?cache_key=40fa65c721966e10faa9e8c95f6b68f0"
|
991
|
+
},
|
992
|
+
{
|
993
|
+
"@components": {
|
994
|
+
"actions": {
|
995
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@actions"
|
996
|
+
},
|
997
|
+
"aliases": {
|
998
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@aliases"
|
999
|
+
},
|
1000
|
+
"breadcrumbs": {
|
1001
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@breadcrumbs"
|
1002
|
+
},
|
1003
|
+
"contextnavigation": {
|
1004
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@contextnavigation"
|
1005
|
+
},
|
1006
|
+
"navigation": {
|
1007
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@navigation"
|
1008
|
+
},
|
1009
|
+
"types": {
|
1010
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@types"
|
1011
|
+
},
|
1012
|
+
"workflow": {
|
1013
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@workflow"
|
1014
|
+
}
|
1015
|
+
},
|
1016
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg",
|
1017
|
+
"@type": "Image",
|
1018
|
+
"UID": "9b5d292010774af2ab1e2f6569aba279",
|
1019
|
+
"allow_discussion": false,
|
1020
|
+
"created": "2023-05-22T08:51:58+00:00",
|
1021
|
+
"description": "",
|
1022
|
+
"id": "126943166_1066889483753074_4142117401221264770_n.jpg",
|
1023
|
+
"image": {
|
1024
|
+
"content-type": "image/jpeg",
|
1025
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@@images/image-653-76dcf28bb1f8319cec9d3197251d3ec4.jpeg",
|
1026
|
+
"filename": "126943166_1066889483753074_4142117401221264770_n.jpg",
|
1027
|
+
"height": 385,
|
1028
|
+
"scales": {
|
1029
|
+
"affiche": {
|
1030
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@@images/image-1320-06f523e45c77b6c05fd702e903145437.jpeg",
|
1031
|
+
"height": 385,
|
1032
|
+
"width": 653
|
1033
|
+
},
|
1034
|
+
"banner": {
|
1035
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@@images/image-1920-6c2949d05256614e7e53ad8ad108db55.jpeg",
|
1036
|
+
"height": 385,
|
1037
|
+
"width": 653
|
1038
|
+
},
|
1039
|
+
"extralarge": {
|
1040
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@@images/image-1320-188cc62ce0448ecc82dec43efb2ac3e7.jpeg",
|
1041
|
+
"height": 385,
|
1042
|
+
"width": 653
|
1043
|
+
},
|
1044
|
+
"icon": {
|
1045
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@@images/image-32-0f7bf8bb760bda10d723d44a2da9b37d.jpeg",
|
1046
|
+
"height": 18,
|
1047
|
+
"width": 32
|
1048
|
+
},
|
1049
|
+
"large": {
|
1050
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@@images/image-768-33f4a4560865f792fce7daa9f22084b1.jpeg",
|
1051
|
+
"height": 385,
|
1052
|
+
"width": 653
|
1053
|
+
},
|
1054
|
+
"liste": {
|
1055
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@@images/image-150-7b6db2750ad2602e63421371f1593047.jpeg",
|
1056
|
+
"height": 88,
|
1057
|
+
"width": 150
|
1058
|
+
},
|
1059
|
+
"listing": {
|
1060
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@@images/image-16-0ca662873ef360d74b003806c5f862d0.jpeg",
|
1061
|
+
"height": 9,
|
1062
|
+
"width": 16
|
1063
|
+
},
|
1064
|
+
"medium": {
|
1065
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@@images/image-600-3eea37493f1c3c00432723338d8e293c.jpeg",
|
1066
|
+
"height": 353,
|
1067
|
+
"width": 600
|
1068
|
+
},
|
1069
|
+
"mini": {
|
1070
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@@images/image-200-5a5f9b3d47602a22a3c9a6ef66508f96.jpeg",
|
1071
|
+
"height": 117,
|
1072
|
+
"width": 200
|
1073
|
+
},
|
1074
|
+
"preview": {
|
1075
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@@images/image-400-e10ffbfd9d96d8128cded850164da132.jpeg",
|
1076
|
+
"height": 235,
|
1077
|
+
"width": 400
|
1078
|
+
},
|
1079
|
+
"slide": {
|
1080
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@@images/image-750-3ecc62fcfd9c9e5483b45b8e52bd7eca.jpeg",
|
1081
|
+
"height": 385,
|
1082
|
+
"width": 653
|
1083
|
+
},
|
1084
|
+
"thumb": {
|
1085
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@@images/image-128-f61697f3c068d5a0b9e69131cafa6a51.jpeg",
|
1086
|
+
"height": 75,
|
1087
|
+
"width": 128
|
1088
|
+
},
|
1089
|
+
"tile": {
|
1090
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@@images/image-64-9d9a0b55e16a39e055bcd15986fbd32c.jpeg",
|
1091
|
+
"height": 37,
|
1092
|
+
"width": 64
|
1093
|
+
},
|
1094
|
+
"vignette": {
|
1095
|
+
"download": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@@images/image-390-6f56a20de66edcfdbb20fb13cf24c12b.jpeg",
|
1096
|
+
"height": 229,
|
1097
|
+
"width": 390
|
1098
|
+
}
|
1099
|
+
},
|
1100
|
+
"size": 21862,
|
1101
|
+
"width": 653
|
1102
|
+
},
|
1103
|
+
"is_folderish": false,
|
1104
|
+
"layout": "image_view",
|
1105
|
+
"lock": {},
|
1106
|
+
"modified": "2023-05-22T08:51:58+00:00",
|
1107
|
+
"next_item": {},
|
1108
|
+
"parent": {
|
1109
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6",
|
1110
|
+
"@type": "imio.events.Event",
|
1111
|
+
"UID": "9fb8faf6c9ff40538fbf34e5925292a6",
|
1112
|
+
"category": "conference_debate",
|
1113
|
+
"description": "",
|
1114
|
+
"end": "2023-05-26T00:00:00+00:00",
|
1115
|
+
"first_end": null,
|
1116
|
+
"first_start": null,
|
1117
|
+
"has_leadimage": null,
|
1118
|
+
"image_field": null,
|
1119
|
+
"image_scales": null,
|
1120
|
+
"open_end": false,
|
1121
|
+
"recurrence": null,
|
1122
|
+
"review_state": "published",
|
1123
|
+
"start": "2023-05-23T00:00:00+00:00",
|
1124
|
+
"title": "Sprint iMio",
|
1125
|
+
"topics": ["education"],
|
1126
|
+
"whole_day": true
|
1127
|
+
},
|
1128
|
+
"previous_item": {
|
1129
|
+
"@id": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126942168_1066889087086447_5301599170552935330_o.jpg/view",
|
1130
|
+
"@type": "Image",
|
1131
|
+
"description": "",
|
1132
|
+
"title": "126942168_1066889087086447_5301599170552935330_o.jpg"
|
1133
|
+
},
|
1134
|
+
"review_state": null,
|
1135
|
+
"searchwords": [],
|
1136
|
+
"showinsearch": true,
|
1137
|
+
"title": "126943166_1066889483753074_4142117401221264770_n.jpg",
|
1138
|
+
"version": "current",
|
1139
|
+
"working_copy": null,
|
1140
|
+
"working_copy_of": null,
|
1141
|
+
"image_preview_scale": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@@images/image/preview?cache_key=40fa65c721966e10faa9e8c95f6b68f0",
|
1142
|
+
"image_extralarge_scale": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@@images/image/extralarge?cache_key=40fa65c721966e10faa9e8c95f6b68f0",
|
1143
|
+
"image_affiche_scale": "https://annuaire.enwallonie.be/belleville/communal/9fb8faf6c9ff40538fbf34e5925292a6/126943166_1066889483753074_4142117401221264770_n.jpg/@@images/image/affiche?cache_key=40fa65c721966e10faa9e8c95f6b68f0"
|
1144
|
+
}
|
1145
|
+
],
|
1146
|
+
"items_total": 7,
|
48
1147
|
"modified": "2021-05-11T13:31:00",
|
49
1148
|
"review_state": "published",
|
50
1149
|
"title": "Conf\u00e9d\u00e9ration construction du Brabant wallon (chambre artisanale et patronale)"
|