-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
151 lines (143 loc) · 4.61 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>ODF - Données de l'Observatoire de l'Open Data</title>
</head>
<body style="background-color: grey; padding: 1em;">
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong>
</noscript>
<div style="background-color: white; margin: 1em;">
<!-- DATAMI - contribute with GIT ...but without minding it-->
<!-- An open source widget coded with 🤍 by the tech cooperative multi : https://multi.coop -->
<!-- DATAMI WIDGET'S HTML BLOCK-->
<datami-multi-files
title="Observatoire de l'open data"
options='{
"display": "horizontal"
}'
gitfiles='[
{
"title": "Données de l‘observatoire",
"activate": true,
"gitfile": "https://github.com/multi-coop/gitribute-content-test/blob/main/data/csv/odf/ODF-Observatoire-apiviz_data-export_solidata-220425b-simplified.csv",
"default-tab": true,
"options": {
"height": "500px",
"separator": ";",
"lockcolumns": true,
"customfilters": {
"activate": true,
"filterfields": [
"type",
"platform_clean",
"depcode"
]
},
"schema": {
"file": "https://github.com/multi-coop/gitribute-content-test/blob/main/data/json/odf/ODF-Observatoire-apiviz_data-schema.json"
},
"fields-custom-properties": {
"file": "https://github.com/multi-coop/gitribute-content-test/blob/main/data/json/odf/ODF-Observatoire-apiviz_data-fields-custom-props.json"
},
"cardsview": {
"activate": true,
"default": false
},
"cardsdetail": true,
"cardssettings": {
"mini": {
"nom": {
"position": "title"
},
"siren": {
"position": "resume"
},
"tags": {
"position": "tags"
}
},
"detail": {
"nom": {
"position": "title"
},
"orga": {
"position": "resume"
},
"siren": {
"position": "description"
},
"adress": {
"position": "description"
},
"dep_label": {
"position": "tags"
},
"tags": {
"position": "tags"
}
}
}
},
"usertoken": ""
},
{
"title": "Thématiques",
"activate": true,
"gitfile": "https://github.com/multi-coop/gitribute-content-test/blob/main/data/csv/odf/ODF-Observatoire-thematiques.csv",
"options": {
"height": "500px",
"separator": ",",
"lockcolumns": true,
"customfilters": {
"activate": true,
"filterfields": [
"Tags",
"Organisations_Noms"
]
},
"schema": {
"fields": [
{
"name": "Organisations copy",
"type": "boolean"
}
]
},
"fields-custom-properties": {
"file": "https://github.com/multi-coop/gitribute-content-test/blob/main/data/json/odf/ODF-thematiques-fields-custom-props.json"
}
},
"onlypreview": true,
"usertoken": ""
},
{
"title": "Schéma des données de l‘Observatoire",
"activate": true,
"default-tab": false,
"gitfile": "https://github.com/multi-coop/gitribute-content-test/blob/main/data/json/odf/ODF-Observatoire-apiviz_data-schema.json",
"options": {
"defaultDepth": 2,
"allowKeyEdit": true
},
"onlypreview": false,
"usertoken": ""
},
{
"title": "Présentation de l‘Observatoire de l‘Open data",
"activate": true,
"gitfile": "https://github.com/multi-coop/gitribute-content-test/blob/main/texts/markdown/odf/ODF-observatoire-intro.md",
"options": ""
}
]'
locale="fr"
></datami-multi-files>
<!-- DATAMI WIDGET'S APP.JS SCRIPT -->
<script src="https://datami-widget.multi.coop/js/app.js" type="text/javascript" defer></script>
</div>
</body>
</html>