Skip to content

Commit 1470695

Browse files
authored
Merge pull request #14 from Vizzuality/SKY30-58-fe-add-the-eez-layer-on-the
[SKY30-58]: EZZ layer
2 parents cd07767 + cec2e71 commit 1470695

File tree

76 files changed

+10564
-2217
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+10564
-2217
lines changed

cms/config/sync/admin-role.strapi-author.json

+678
Large diffs are not rendered by default.

cms/config/sync/admin-role.strapi-editor.json

+582
Large diffs are not rendered by default.

cms/config/sync/admin-role.strapi-super-admin.json

+80
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,86 @@
236236
},
237237
"conditions": []
238238
},
239+
{
240+
"action": "plugin::content-manager.explorer.create",
241+
"actionParameters": {},
242+
"subject": "api::layer.layer",
243+
"properties": {
244+
"fields": [
245+
"title",
246+
"type",
247+
"config",
248+
"params_config",
249+
"legend_config",
250+
"interaction_config",
251+
"metadata.description",
252+
"metadata.citation",
253+
"metadata.source",
254+
"metadata.resolution",
255+
"metadata.content_date",
256+
"metadata.license"
257+
]
258+
},
259+
"conditions": []
260+
},
261+
{
262+
"action": "plugin::content-manager.explorer.delete",
263+
"actionParameters": {},
264+
"subject": "api::layer.layer",
265+
"properties": {},
266+
"conditions": []
267+
},
268+
{
269+
"action": "plugin::content-manager.explorer.publish",
270+
"actionParameters": {},
271+
"subject": "api::layer.layer",
272+
"properties": {},
273+
"conditions": []
274+
},
275+
{
276+
"action": "plugin::content-manager.explorer.read",
277+
"actionParameters": {},
278+
"subject": "api::layer.layer",
279+
"properties": {
280+
"fields": [
281+
"title",
282+
"type",
283+
"config",
284+
"params_config",
285+
"legend_config",
286+
"interaction_config",
287+
"metadata.description",
288+
"metadata.citation",
289+
"metadata.source",
290+
"metadata.resolution",
291+
"metadata.content_date",
292+
"metadata.license"
293+
]
294+
},
295+
"conditions": []
296+
},
297+
{
298+
"action": "plugin::content-manager.explorer.update",
299+
"actionParameters": {},
300+
"subject": "api::layer.layer",
301+
"properties": {
302+
"fields": [
303+
"title",
304+
"type",
305+
"config",
306+
"params_config",
307+
"legend_config",
308+
"interaction_config",
309+
"metadata.description",
310+
"metadata.citation",
311+
"metadata.source",
312+
"metadata.resolution",
313+
"metadata.content_date",
314+
"metadata.license"
315+
]
316+
},
317+
"conditions": []
318+
},
239319
{
240320
"action": "plugin::content-manager.explorer.create",
241321
"actionParameters": {},

cms/config/sync/core-store.plugin_content_manager_configuration_content_types##api##fishing-protection-level-stat.fishing-protection-level-stat.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -127,24 +127,24 @@
127127
"list": [
128128
"id",
129129
"location",
130-
"area",
131-
"fishing_protection_level"
130+
"fishing_protection_level",
131+
"area"
132132
],
133133
"edit": [
134134
[
135135
{
136136
"name": "location",
137137
"size": 6
138+
},
139+
{
140+
"name": "fishing_protection_level",
141+
"size": 6
138142
}
139143
],
140144
[
141145
{
142146
"name": "area",
143147
"size": 4
144-
},
145-
{
146-
"name": "fishing_protection_level",
147-
"size": 6
148148
}
149149
]
150150
]

cms/config/sync/core-store.plugin_content_manager_configuration_content_types##api##habitat.habitat.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@
122122
}
123123
},
124124
"layouts": {
125+
"list": [
126+
"id",
127+
"slug",
128+
"name",
129+
"info"
130+
],
125131
"edit": [
126132
[
127133
{
@@ -139,12 +145,6 @@
139145
"size": 6
140146
}
141147
]
142-
],
143-
"list": [
144-
"id",
145-
"name",
146-
"info",
147-
"slug"
148148
]
149149
}
150150
},
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,234 @@
1+
{
2+
"key": "plugin_content_manager_configuration_content_types::api::layer.layer",
3+
"value": {
4+
"uid": "api::layer.layer",
5+
"settings": {
6+
"bulkable": true,
7+
"filterable": true,
8+
"searchable": true,
9+
"pageSize": 10,
10+
"mainField": "title",
11+
"defaultSortBy": "title",
12+
"defaultSortOrder": "ASC"
13+
},
14+
"metadatas": {
15+
"id": {
16+
"edit": {},
17+
"list": {
18+
"label": "id",
19+
"searchable": true,
20+
"sortable": true
21+
}
22+
},
23+
"title": {
24+
"edit": {
25+
"label": "title",
26+
"description": "",
27+
"placeholder": "",
28+
"visible": true,
29+
"editable": true
30+
},
31+
"list": {
32+
"label": "title",
33+
"searchable": true,
34+
"sortable": true
35+
}
36+
},
37+
"type": {
38+
"edit": {
39+
"label": "type",
40+
"description": "",
41+
"placeholder": "",
42+
"visible": true,
43+
"editable": true
44+
},
45+
"list": {
46+
"label": "type",
47+
"searchable": true,
48+
"sortable": true
49+
}
50+
},
51+
"config": {
52+
"edit": {
53+
"label": "config",
54+
"description": "",
55+
"placeholder": "",
56+
"visible": true,
57+
"editable": true
58+
},
59+
"list": {
60+
"label": "config",
61+
"searchable": false,
62+
"sortable": false
63+
}
64+
},
65+
"params_config": {
66+
"edit": {
67+
"label": "params_config",
68+
"description": "",
69+
"placeholder": "",
70+
"visible": true,
71+
"editable": true
72+
},
73+
"list": {
74+
"label": "params_config",
75+
"searchable": false,
76+
"sortable": false
77+
}
78+
},
79+
"legend_config": {
80+
"edit": {
81+
"label": "legend_config",
82+
"description": "",
83+
"placeholder": "",
84+
"visible": true,
85+
"editable": true
86+
},
87+
"list": {
88+
"label": "legend_config",
89+
"searchable": false,
90+
"sortable": false
91+
}
92+
},
93+
"interaction_config": {
94+
"edit": {
95+
"label": "interaction_config",
96+
"description": "",
97+
"placeholder": "",
98+
"visible": true,
99+
"editable": true
100+
},
101+
"list": {
102+
"label": "interaction_config",
103+
"searchable": false,
104+
"sortable": false
105+
}
106+
},
107+
"metadata": {
108+
"edit": {
109+
"label": "metadata",
110+
"description": "",
111+
"placeholder": "",
112+
"visible": true,
113+
"editable": true
114+
},
115+
"list": {
116+
"label": "metadata",
117+
"searchable": false,
118+
"sortable": false
119+
}
120+
},
121+
"createdAt": {
122+
"edit": {
123+
"label": "createdAt",
124+
"description": "",
125+
"placeholder": "",
126+
"visible": false,
127+
"editable": true
128+
},
129+
"list": {
130+
"label": "createdAt",
131+
"searchable": true,
132+
"sortable": true
133+
}
134+
},
135+
"updatedAt": {
136+
"edit": {
137+
"label": "updatedAt",
138+
"description": "",
139+
"placeholder": "",
140+
"visible": false,
141+
"editable": true
142+
},
143+
"list": {
144+
"label": "updatedAt",
145+
"searchable": true,
146+
"sortable": true
147+
}
148+
},
149+
"createdBy": {
150+
"edit": {
151+
"label": "createdBy",
152+
"description": "",
153+
"placeholder": "",
154+
"visible": false,
155+
"editable": true,
156+
"mainField": "firstname"
157+
},
158+
"list": {
159+
"label": "createdBy",
160+
"searchable": true,
161+
"sortable": true
162+
}
163+
},
164+
"updatedBy": {
165+
"edit": {
166+
"label": "updatedBy",
167+
"description": "",
168+
"placeholder": "",
169+
"visible": false,
170+
"editable": true,
171+
"mainField": "firstname"
172+
},
173+
"list": {
174+
"label": "updatedBy",
175+
"searchable": true,
176+
"sortable": true
177+
}
178+
}
179+
},
180+
"layouts": {
181+
"list": [
182+
"id",
183+
"title",
184+
"type",
185+
"metadata"
186+
],
187+
"edit": [
188+
[
189+
{
190+
"name": "title",
191+
"size": 6
192+
},
193+
{
194+
"name": "type",
195+
"size": 6
196+
}
197+
],
198+
[
199+
{
200+
"name": "config",
201+
"size": 12
202+
}
203+
],
204+
[
205+
{
206+
"name": "params_config",
207+
"size": 12
208+
}
209+
],
210+
[
211+
{
212+
"name": "legend_config",
213+
"size": 12
214+
}
215+
],
216+
[
217+
{
218+
"name": "interaction_config",
219+
"size": 12
220+
}
221+
],
222+
[
223+
{
224+
"name": "metadata",
225+
"size": 12
226+
}
227+
]
228+
]
229+
}
230+
},
231+
"type": "object",
232+
"environment": null,
233+
"tag": null
234+
}

0 commit comments

Comments
 (0)