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 } } }