-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from Vizzuality/SKY30-58-fe-add-the-eez-layer-…
…on-the [SKY30-58]: EZZ layer
- Loading branch information
Showing
76 changed files
with
10,564 additions
and
2,217 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
234 changes: 234 additions & 0 deletions
234
...sync/core-store.plugin_content_manager_configuration_content_types##api##layer.layer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
Oops, something went wrong.