Skip to content

Commit

Permalink
Change entry title of several models
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprdhomme committed Oct 10, 2024
1 parent 8c7b482 commit 13148c6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"filterable": true,
"searchable": true,
"pageSize": 10,
"mainField": "name",
"mainField": "slug",
"defaultSortBy": "name",
"defaultSortOrder": "ASC"
},
Expand Down Expand Up @@ -123,12 +123,6 @@
}
},
"layouts": {
"list": [
"id",
"name",
"slug",
"data_tool"
],
"edit": [
[
{
Expand All @@ -146,6 +140,12 @@
"size": 6
}
]
],
"list": [
"id",
"name",
"slug",
"data_tool"
]
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"filterable": true,
"searchable": true,
"pageSize": 10,
"mainField": "name",
"mainField": "slug",
"defaultSortBy": "name",
"defaultSortOrder": "ASC"
},
Expand Down Expand Up @@ -123,12 +123,6 @@
}
},
"layouts": {
"list": [
"id",
"name",
"layers",
"createdAt"
],
"edit": [
[
{
Expand All @@ -146,6 +140,12 @@
"size": 6
}
]
],
"list": [
"id",
"name",
"layers",
"createdAt"
]
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"filterable": true,
"searchable": true,
"pageSize": 10,
"mainField": "name",
"mainField": "slug",
"defaultSortBy": "name",
"defaultSortOrder": "ASC"
},
Expand Down Expand Up @@ -108,12 +108,6 @@
}
},
"layouts": {
"list": [
"id",
"name",
"slug",
"createdAt"
],
"edit": [
[
{
Expand All @@ -125,6 +119,12 @@
"size": 6
}
]
],
"list": [
"id",
"name",
"slug",
"createdAt"
]
}
},
Expand Down

0 comments on commit 13148c6

Please sign in to comment.