Skip to content

Commit

Permalink
migration update
Browse files Browse the repository at this point in the history
  • Loading branch information
dilmaheurope committed Mar 30, 2024
1 parent 2f0b80c commit 105e610
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 10 deletions.
9 changes: 6 additions & 3 deletions config/sync/admin-role.strapi-super-admin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4515,7 +4515,8 @@
"error_too_many_requests",
"label_auto_tag",
"text_plan",
"error_provide_email_or_phone"
"error_provide_email_or_phone",
"text_pay"
],
"locales": [
"en",
Expand Down Expand Up @@ -4774,7 +4775,8 @@
"error_too_many_requests",
"label_auto_tag",
"text_plan",
"error_provide_email_or_phone"
"error_provide_email_or_phone",
"text_pay"
],
"locales": [
"en",
Expand Down Expand Up @@ -5009,7 +5011,8 @@
"error_too_many_requests",
"label_auto_tag",
"text_plan",
"error_provide_email_or_phone"
"error_provide_email_or_phone",
"text_pay"
],
"locales": [
"en",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1578,7 +1578,7 @@
"text_order_summary": {
"edit": {
"label": "text_order_summary",
"description": "Checkout pages order-summery",
"description": "Checkout pages order-summary",
"placeholder": "",
"visible": true,
"editable": true
Expand Down Expand Up @@ -2919,6 +2919,20 @@
"sortable": true
}
},
"text_pay": {
"edit": {
"label": "text_pay",
"description": "",
"placeholder": "",
"visible": true,
"editable": true
},
"list": {
"label": "text_pay",
"searchable": true,
"sortable": true
}
},
"createdAt": {
"edit": {
"label": "createdAt",
Expand Down Expand Up @@ -2949,12 +2963,6 @@
}
},
"layouts": {
"list": [
"id",
"Logo",
"Logo_tagline",
"Footer_text"
],
"edit": [
[
{
Expand Down Expand Up @@ -3433,6 +3441,10 @@
}
],
[
{
"name": "text_pay",
"size": 4
},
{
"name": "text_pay_with",
"size": 4
Expand Down Expand Up @@ -3874,6 +3886,12 @@
"size": 6
}
]
],
"list": [
"id",
"Logo",
"Logo_tagline",
"Footer_text"
]
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1796,6 +1796,14 @@
}
},
"type": "string"
},
"text_pay": {
"pluginOptions": {
"i18n": {
"localized": true
}
},
"type": "string"
}
}
}

0 comments on commit 105e610

Please sign in to comment.