Skip to content

Commit 09f2d1f

Browse files
committed
chore: add dynamic zone to about schema
1 parent b278fe3 commit 09f2d1f

File tree

1 file changed

+9
-0
lines changed
  • examples/getstarted/src/api/about/content-types/about

1 file changed

+9
-0
lines changed

examples/getstarted/src/api/about/content-types/about/schema.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@
5151
},
5252
"multiple": false,
5353
"allowedTypes": ["images", "files", "videos", "audios"]
54+
},
55+
"dynamiczone": {
56+
"type": "dynamiczone",
57+
"pluginOptions": {
58+
"i18n": {
59+
"localized": true
60+
}
61+
},
62+
"components": ["basic.simple", "blog.test-como", "default.closingperiod"]
5463
}
5564
}
5665
}

0 commit comments

Comments
 (0)