diff --git a/cms/config/sync/core-store.plugin_content_manager_configuration_content_types##api##data-tool-language.data-tool-language.json b/cms/config/sync/core-store.plugin_content_manager_configuration_content_types##api##data-tool-language.data-tool-language.json index 535b19c5..257cefe6 100644 --- a/cms/config/sync/core-store.plugin_content_manager_configuration_content_types##api##data-tool-language.data-tool-language.json +++ b/cms/config/sync/core-store.plugin_content_manager_configuration_content_types##api##data-tool-language.data-tool-language.json @@ -7,7 +7,7 @@ "filterable": true, "searchable": true, "pageSize": 10, - "mainField": "name", + "mainField": "slug", "defaultSortBy": "name", "defaultSortOrder": "ASC" }, @@ -123,12 +123,6 @@ } }, "layouts": { - "list": [ - "id", - "name", - "slug", - "data_tool" - ], "edit": [ [ { @@ -146,6 +140,12 @@ "size": 6 } ] + ], + "list": [ + "id", + "name", + "slug", + "data_tool" ] } }, diff --git a/cms/config/sync/core-store.plugin_content_manager_configuration_content_types##api##dataset.dataset.json b/cms/config/sync/core-store.plugin_content_manager_configuration_content_types##api##dataset.dataset.json index 53687687..5d19e844 100644 --- a/cms/config/sync/core-store.plugin_content_manager_configuration_content_types##api##dataset.dataset.json +++ b/cms/config/sync/core-store.plugin_content_manager_configuration_content_types##api##dataset.dataset.json @@ -7,7 +7,7 @@ "filterable": true, "searchable": true, "pageSize": 10, - "mainField": "name", + "mainField": "slug", "defaultSortBy": "name", "defaultSortOrder": "ASC" }, @@ -123,12 +123,6 @@ } }, "layouts": { - "list": [ - "id", - "name", - "layers", - "createdAt" - ], "edit": [ [ { @@ -146,6 +140,12 @@ "size": 6 } ] + ], + "list": [ + "id", + "name", + "layers", + "createdAt" ] } }, diff --git a/cms/config/sync/core-store.plugin_content_manager_configuration_content_types##api##environment.environment.json b/cms/config/sync/core-store.plugin_content_manager_configuration_content_types##api##environment.environment.json index a0eeb749..745bf50b 100644 --- a/cms/config/sync/core-store.plugin_content_manager_configuration_content_types##api##environment.environment.json +++ b/cms/config/sync/core-store.plugin_content_manager_configuration_content_types##api##environment.environment.json @@ -7,7 +7,7 @@ "filterable": true, "searchable": true, "pageSize": 10, - "mainField": "name", + "mainField": "slug", "defaultSortBy": "name", "defaultSortOrder": "ASC" }, @@ -108,12 +108,6 @@ } }, "layouts": { - "list": [ - "id", - "name", - "slug", - "createdAt" - ], "edit": [ [ { @@ -125,6 +119,12 @@ "size": 6 } ] + ], + "list": [ + "id", + "name", + "slug", + "createdAt" ] } },