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": { "pluginOptions": {
"i18n": { "i18n": {
"localized": true "localized": false
} }
}, },
"attributes": { "attributes": {
"name": { "name": {
"pluginOptions": { "pluginOptions": {
"i18n": { "i18n": {
"localized": true "localized": false
} }
}, },
"type": "string", "type": "string",
@ -28,7 +28,7 @@
"slug": { "slug": {
"pluginOptions": { "pluginOptions": {
"i18n": { "i18n": {
"localized": true "localized": false
} }
}, },
"type": "string", "type": "string",
@ -37,7 +37,7 @@
"shortDescription": { "shortDescription": {
"pluginOptions": { "pluginOptions": {
"i18n": { "i18n": {
"localized": true "localized": false
} }
}, },
"type": "blocks" "type": "blocks"
@ -45,7 +45,7 @@
"description": { "description": {
"pluginOptions": { "pluginOptions": {
"i18n": { "i18n": {
"localized": true "localized": false
} }
}, },
"type": "blocks" "type": "blocks"
@ -58,7 +58,7 @@
"multiple": false, "multiple": false,
"pluginOptions": { "pluginOptions": {
"i18n": { "i18n": {
"localized": true "localized": false
} }
} }
} }