We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5356cb commit f31f40dCopy full SHA for f31f40d
playground/src/api/test/content-types/test/schema.json
@@ -8,8 +8,7 @@
8
"description": ""
9
},
10
"options": {
11
- "draftAndPublish": true,
12
- "populateCreatorFields": true
+ "draftAndPublish": true
13
14
"pluginOptions": {
15
"webtools": {
@@ -39,6 +38,16 @@
39
38
"relation": "oneToOne",
40
"target": "api::private-category.private-category",
41
"inversedBy": "test"
+ },
42
+ "header": {
43
+ "type": "component",
44
+ "repeatable": true,
45
+ "pluginOptions": {
46
+ "i18n": {
47
+ "localized": true
48
+ }
49
50
+ "component": "core.header"
51
}
52
53
0 commit comments