From ce0cea09652c09cbc76915e9171b61c7ebd90f4c Mon Sep 17 00:00:00 2001 From: David Ball Date: Mon, 22 Jul 2024 19:57:36 -0400 Subject: [PATCH] Disabled internationalization because of Strapi reboot loop. --- src/api/brand/content-types/brand/schema.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/api/brand/content-types/brand/schema.json b/src/api/brand/content-types/brand/schema.json index b77a2db..244e241 100644 --- a/src/api/brand/content-types/brand/schema.json +++ b/src/api/brand/content-types/brand/schema.json @@ -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 } } }