Skip to content

Commit f31f40d

Browse files
committed
chore: updated test conten type schema
1 parent f5356cb commit f31f40d

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

playground/src/api/test/content-types/test/schema.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"description": ""
99
},
1010
"options": {
11-
"draftAndPublish": true,
12-
"populateCreatorFields": true
11+
"draftAndPublish": true
1312
},
1413
"pluginOptions": {
1514
"webtools": {
@@ -39,6 +38,16 @@
3938
"relation": "oneToOne",
4039
"target": "api::private-category.private-category",
4140
"inversedBy": "test"
41+
},
42+
"header": {
43+
"type": "component",
44+
"repeatable": true,
45+
"pluginOptions": {
46+
"i18n": {
47+
"localized": true
48+
}
49+
},
50+
"component": "core.header"
4251
}
4352
}
4453
}

0 commit comments

Comments
 (0)