Skip to content

Commit

Permalink
Import: config sync
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarrenechea committed Jun 7, 2024
1 parent 8dbdc27 commit 8c2da50
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 10 deletions.
18 changes: 12 additions & 6 deletions cms/config/sync/admin-role.strapi-super-admin.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
"fields": [
"title",
"slug",
"code"
"code",
"rangeland"
],
"locales": [
"en",
Expand Down Expand Up @@ -153,7 +154,8 @@
"fields": [
"title",
"slug",
"code"
"code",
"rangeland"
],
"locales": [
"en",
Expand All @@ -171,7 +173,8 @@
"fields": [
"title",
"slug",
"code"
"code",
"rangeland"
],
"locales": [
"en",
Expand Down Expand Up @@ -291,7 +294,8 @@
"title",
"slug",
"code",
"color"
"color",
"ecoregions"
],
"locales": [
"en",
Expand Down Expand Up @@ -336,7 +340,8 @@
"title",
"slug",
"code",
"color"
"color",
"ecoregions"
],
"locales": [
"en",
Expand All @@ -355,7 +360,8 @@
"title",
"slug",
"code",
"color"
"color",
"ecoregions"
],
"locales": [
"en",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -139,6 +154,12 @@
"name": "slug",
"size": 6
}
],
[
{
"name": "rangeland",
"size": 6
}
]
],
"list": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -144,15 +159,17 @@
],
[
{
"name": "code",
"name": "slug",
"size": 6
}
],
[
{
"name": "slug",
"name": "code",
"size": 6
},
}
],
[
{
"name": "color",
"size": 6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit 8c2da50

Please sign in to comment.