Skip to content

Commit

Permalink
Merge pull request #14 from Vizzuality/SKY30-58-fe-add-the-eez-layer-…
Browse files Browse the repository at this point in the history
…on-the

[SKY30-58]: EZZ layer
  • Loading branch information
andresgnlez authored Oct 25, 2023
2 parents cd07767 + cec2e71 commit 1470695
Show file tree
Hide file tree
Showing 76 changed files with 10,564 additions and 2,217 deletions.
678 changes: 678 additions & 0 deletions cms/config/sync/admin-role.strapi-author.json

Large diffs are not rendered by default.

582 changes: 582 additions & 0 deletions cms/config/sync/admin-role.strapi-editor.json

Large diffs are not rendered by default.

80 changes: 80 additions & 0 deletions cms/config/sync/admin-role.strapi-super-admin.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,86 @@
},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.create",
"actionParameters": {},
"subject": "api::layer.layer",
"properties": {
"fields": [
"title",
"type",
"config",
"params_config",
"legend_config",
"interaction_config",
"metadata.description",
"metadata.citation",
"metadata.source",
"metadata.resolution",
"metadata.content_date",
"metadata.license"
]
},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.delete",
"actionParameters": {},
"subject": "api::layer.layer",
"properties": {},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.publish",
"actionParameters": {},
"subject": "api::layer.layer",
"properties": {},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.read",
"actionParameters": {},
"subject": "api::layer.layer",
"properties": {
"fields": [
"title",
"type",
"config",
"params_config",
"legend_config",
"interaction_config",
"metadata.description",
"metadata.citation",
"metadata.source",
"metadata.resolution",
"metadata.content_date",
"metadata.license"
]
},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.update",
"actionParameters": {},
"subject": "api::layer.layer",
"properties": {
"fields": [
"title",
"type",
"config",
"params_config",
"legend_config",
"interaction_config",
"metadata.description",
"metadata.citation",
"metadata.source",
"metadata.resolution",
"metadata.content_date",
"metadata.license"
]
},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.create",
"actionParameters": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,24 +127,24 @@
"list": [
"id",
"location",
"area",
"fishing_protection_level"
"fishing_protection_level",
"area"
],
"edit": [
[
{
"name": "location",
"size": 6
},
{
"name": "fishing_protection_level",
"size": 6
}
],
[
{
"name": "area",
"size": 4
},
{
"name": "fishing_protection_level",
"size": 6
}
]
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@
}
},
"layouts": {
"list": [
"id",
"slug",
"name",
"info"
],
"edit": [
[
{
Expand All @@ -139,12 +145,6 @@
"size": 6
}
]
],
"list": [
"id",
"name",
"info",
"slug"
]
}
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,234 @@
{
"key": "plugin_content_manager_configuration_content_types::api::layer.layer",
"value": {
"uid": "api::layer.layer",
"settings": {
"bulkable": true,
"filterable": true,
"searchable": true,
"pageSize": 10,
"mainField": "title",
"defaultSortBy": "title",
"defaultSortOrder": "ASC"
},
"metadatas": {
"id": {
"edit": {},
"list": {
"label": "id",
"searchable": true,
"sortable": true
}
},
"title": {
"edit": {
"label": "title",
"description": "",
"placeholder": "",
"visible": true,
"editable": true
},
"list": {
"label": "title",
"searchable": true,
"sortable": true
}
},
"type": {
"edit": {
"label": "type",
"description": "",
"placeholder": "",
"visible": true,
"editable": true
},
"list": {
"label": "type",
"searchable": true,
"sortable": true
}
},
"config": {
"edit": {
"label": "config",
"description": "",
"placeholder": "",
"visible": true,
"editable": true
},
"list": {
"label": "config",
"searchable": false,
"sortable": false
}
},
"params_config": {
"edit": {
"label": "params_config",
"description": "",
"placeholder": "",
"visible": true,
"editable": true
},
"list": {
"label": "params_config",
"searchable": false,
"sortable": false
}
},
"legend_config": {
"edit": {
"label": "legend_config",
"description": "",
"placeholder": "",
"visible": true,
"editable": true
},
"list": {
"label": "legend_config",
"searchable": false,
"sortable": false
}
},
"interaction_config": {
"edit": {
"label": "interaction_config",
"description": "",
"placeholder": "",
"visible": true,
"editable": true
},
"list": {
"label": "interaction_config",
"searchable": false,
"sortable": false
}
},
"metadata": {
"edit": {
"label": "metadata",
"description": "",
"placeholder": "",
"visible": true,
"editable": true
},
"list": {
"label": "metadata",
"searchable": false,
"sortable": false
}
},
"createdAt": {
"edit": {
"label": "createdAt",
"description": "",
"placeholder": "",
"visible": false,
"editable": true
},
"list": {
"label": "createdAt",
"searchable": true,
"sortable": true
}
},
"updatedAt": {
"edit": {
"label": "updatedAt",
"description": "",
"placeholder": "",
"visible": false,
"editable": true
},
"list": {
"label": "updatedAt",
"searchable": true,
"sortable": true
}
},
"createdBy": {
"edit": {
"label": "createdBy",
"description": "",
"placeholder": "",
"visible": false,
"editable": true,
"mainField": "firstname"
},
"list": {
"label": "createdBy",
"searchable": true,
"sortable": true
}
},
"updatedBy": {
"edit": {
"label": "updatedBy",
"description": "",
"placeholder": "",
"visible": false,
"editable": true,
"mainField": "firstname"
},
"list": {
"label": "updatedBy",
"searchable": true,
"sortable": true
}
}
},
"layouts": {
"list": [
"id",
"title",
"type",
"metadata"
],
"edit": [
[
{
"name": "title",
"size": 6
},
{
"name": "type",
"size": 6
}
],
[
{
"name": "config",
"size": 12
}
],
[
{
"name": "params_config",
"size": 12
}
],
[
{
"name": "legend_config",
"size": 12
}
],
[
{
"name": "interaction_config",
"size": 12
}
],
[
{
"name": "metadata",
"size": 12
}
]
]
}
},
"type": "object",
"environment": null,
"tag": null
}
Loading

0 comments on commit 1470695

Please sign in to comment.