Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 2d3063b

Browse files
committed
remove: i18n option from page content type
1 parent 603122d commit 2d3063b

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

cms/src/api/page/content-types/page/schema.json

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,14 @@
1010
"options": {
1111
"draftAndPublish": true
1212
},
13-
"pluginOptions": {
14-
"i18n": {
15-
"localized": true
16-
}
17-
},
13+
"pluginOptions": {},
1814
"attributes": {
1915
"pageTitle": {
20-
"pluginOptions": {
21-
"i18n": {
22-
"localized": true
23-
}
24-
},
16+
"pluginOptions": {},
2517
"type": "string"
2618
},
2719
"heroSection": {
28-
"pluginOptions": {
29-
"i18n": {
30-
"localized": true
31-
}
32-
},
20+
"pluginOptions": {},
3321
"type": "dynamiczone",
3422
"components": [
3523
"general.button",
@@ -39,11 +27,7 @@
3927
"max": 1
4028
},
4129
"contentSection": {
42-
"pluginOptions": {
43-
"i18n": {
44-
"localized": true
45-
}
46-
},
30+
"pluginOptions": {},
4731
"type": "dynamiczone",
4832
"components": [
4933
"general.button",

0 commit comments

Comments
 (0)