Disabled internationalization because of Strapi reboot loop.

This commit is contained in:
David Ball 2024-07-22 19:57:36 -04:00
parent 041eee61ea
commit ce0cea0965

View File

@ -11,14 +11,14 @@
},
"pluginOptions": {
"i18n": {
"localized": true
"localized": false
}
},
"attributes": {
"name": {
"pluginOptions": {
"i18n": {
"localized": true
"localized": false
}
},
"type": "string",
@ -28,7 +28,7 @@
"slug": {
"pluginOptions": {
"i18n": {
"localized": true
"localized": false
}
},
"type": "string",
@ -37,7 +37,7 @@
"shortDescription": {
"pluginOptions": {
"i18n": {
"localized": true
"localized": false
}
},
"type": "blocks"
@ -45,7 +45,7 @@
"description": {
"pluginOptions": {
"i18n": {
"localized": true
"localized": false
}
},
"type": "blocks"
@ -58,7 +58,7 @@
"multiple": false,
"pluginOptions": {
"i18n": {
"localized": true
"localized": false
}
}
}