Skip to content

Commit

Permalink
course and lesson 10 to 100 entries
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornrl committed Apr 19, 2022
1 parent 24206a9 commit 1dc2219
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bulkable": true,
"filterable": true,
"searchable": true,
"pageSize": 10,
"pageSize": 100,
"mainField": "name",
"defaultSortBy": "name",
"defaultSortOrder": "ASC"
Expand Down Expand Up @@ -93,15 +93,6 @@
}
},
"layouts": {
"list": [
"id",
"name",
"slug",
"modules"
],
"editRelations": [
"modules"
],
"edit": [
[
{
Expand All @@ -113,6 +104,15 @@
"size": 6
}
]
],
"editRelations": [
"modules"
],
"list": [
"id",
"name",
"slug",
"modules"
]
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bulkable": true,
"filterable": true,
"searchable": true,
"pageSize": 10,
"pageSize": 100,
"mainField": "slug",
"defaultSortBy": "slug",
"defaultSortOrder": "ASC"
Expand Down Expand Up @@ -165,17 +165,6 @@
}
},
"layouts": {
"list": [
"id",
"slug",
"name",
"isHard"
],
"editRelations": [
"sublessons",
"module",
"syntaxEntry"
],
"edit": [
[
{
Expand Down Expand Up @@ -203,6 +192,17 @@
"size": 12
}
]
],
"editRelations": [
"sublessons",
"module",
"syntaxEntry"
],
"list": [
"id",
"slug",
"name",
"isHard"
]
}
},
Expand Down

0 comments on commit 1dc2219

Please sign in to comment.