diff --git a/cms/config/sync/admin-role.strapi-super-admin.json b/cms/config/sync/admin-role.strapi-super-admin.json index f0ccb9e..5468644 100644 --- a/cms/config/sync/admin-role.strapi-super-admin.json +++ b/cms/config/sync/admin-role.strapi-super-admin.json @@ -109,7 +109,8 @@ "fields": [ "title", "slug", - "code" + "code", + "rangeland" ], "locales": [ "en", @@ -153,7 +154,8 @@ "fields": [ "title", "slug", - "code" + "code", + "rangeland" ], "locales": [ "en", @@ -171,7 +173,8 @@ "fields": [ "title", "slug", - "code" + "code", + "rangeland" ], "locales": [ "en", @@ -291,7 +294,8 @@ "title", "slug", "code", - "color" + "color", + "ecoregions" ], "locales": [ "en", @@ -336,7 +340,8 @@ "title", "slug", "code", - "color" + "color", + "ecoregions" ], "locales": [ "en", @@ -355,7 +360,8 @@ "title", "slug", "code", - "color" + "color", + "ecoregions" ], "locales": [ "en", diff --git a/cms/config/sync/core-store.plugin_content_manager_configuration_content_types##api##ecoregion.ecoregion.json b/cms/config/sync/core-store.plugin_content_manager_configuration_content_types##api##ecoregion.ecoregion.json index 7c43457..f132493 100644 --- a/cms/config/sync/core-store.plugin_content_manager_configuration_content_types##api##ecoregion.ecoregion.json +++ b/cms/config/sync/core-store.plugin_content_manager_configuration_content_types##api##ecoregion.ecoregion.json @@ -61,6 +61,21 @@ "sortable": true } }, + "rangeland": { + "edit": { + "label": "rangeland", + "description": "", + "placeholder": "", + "visible": true, + "editable": true, + "mainField": "title" + }, + "list": { + "label": "rangeland", + "searchable": true, + "sortable": true + } + }, "createdAt": { "edit": { "label": "createdAt", @@ -139,6 +154,12 @@ "name": "slug", "size": 6 } + ], + [ + { + "name": "rangeland", + "size": 6 + } ] ], "list": [ diff --git a/cms/config/sync/core-store.plugin_content_manager_configuration_content_types##api##rangeland.rangeland.json b/cms/config/sync/core-store.plugin_content_manager_configuration_content_types##api##rangeland.rangeland.json index f9ae107..184c5ac 100644 --- a/cms/config/sync/core-store.plugin_content_manager_configuration_content_types##api##rangeland.rangeland.json +++ b/cms/config/sync/core-store.plugin_content_manager_configuration_content_types##api##rangeland.rangeland.json @@ -75,6 +75,21 @@ "sortable": true } }, + "ecoregions": { + "edit": { + "label": "ecoregions", + "description": "", + "placeholder": "", + "visible": true, + "editable": true, + "mainField": "title" + }, + "list": { + "label": "ecoregions", + "searchable": false, + "sortable": false + } + }, "createdAt": { "edit": { "label": "createdAt", @@ -144,15 +159,17 @@ ], [ { - "name": "code", + "name": "slug", "size": 6 } ], [ { - "name": "slug", + "name": "code", "size": 6 - }, + } + ], + [ { "name": "color", "size": 6 diff --git a/cms/src/extensions/documentation/documentation/1.0.0/full_documentation.json b/cms/src/extensions/documentation/documentation/1.0.0/full_documentation.json index a8c308f..a848963 100644 --- a/cms/src/extensions/documentation/documentation/1.0.0/full_documentation.json +++ b/cms/src/extensions/documentation/documentation/1.0.0/full_documentation.json @@ -21,7 +21,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "x-generation-date": "2024-06-06T16:05:15.714Z" + "x-generation-date": "2024-06-07T07:33:18.993Z" }, "servers": [ {