diff --git a/config/sync/core-store.plugin_content_manager_configuration_content_types##api##course.course.json b/config/sync/core-store.plugin_content_manager_configuration_content_types##api##course.course.json index e27d697..3747458 100644 --- a/config/sync/core-store.plugin_content_manager_configuration_content_types##api##course.course.json +++ b/config/sync/core-store.plugin_content_manager_configuration_content_types##api##course.course.json @@ -6,7 +6,7 @@ "bulkable": true, "filterable": true, "searchable": true, - "pageSize": 10, + "pageSize": 100, "mainField": "name", "defaultSortBy": "name", "defaultSortOrder": "ASC" @@ -93,15 +93,6 @@ } }, "layouts": { - "list": [ - "id", - "name", - "slug", - "modules" - ], - "editRelations": [ - "modules" - ], "edit": [ [ { @@ -113,6 +104,15 @@ "size": 6 } ] + ], + "editRelations": [ + "modules" + ], + "list": [ + "id", + "name", + "slug", + "modules" ] } }, diff --git a/config/sync/core-store.plugin_content_manager_configuration_content_types##api##lesson.lesson.json b/config/sync/core-store.plugin_content_manager_configuration_content_types##api##lesson.lesson.json index e97d05a..103ae0c 100644 --- a/config/sync/core-store.plugin_content_manager_configuration_content_types##api##lesson.lesson.json +++ b/config/sync/core-store.plugin_content_manager_configuration_content_types##api##lesson.lesson.json @@ -6,7 +6,7 @@ "bulkable": true, "filterable": true, "searchable": true, - "pageSize": 10, + "pageSize": 100, "mainField": "slug", "defaultSortBy": "slug", "defaultSortOrder": "ASC" @@ -165,17 +165,6 @@ } }, "layouts": { - "list": [ - "id", - "slug", - "name", - "isHard" - ], - "editRelations": [ - "sublessons", - "module", - "syntaxEntry" - ], "edit": [ [ { @@ -203,6 +192,17 @@ "size": 12 } ] + ], + "editRelations": [ + "sublessons", + "module", + "syntaxEntry" + ], + "list": [ + "id", + "slug", + "name", + "isHard" ] } },