Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 9be7fab

Browse files
committed
editing partner logo type
1 parent 346d00a commit 9be7fab

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,23 @@
1616
"type": "string",
1717
"required": true
1818
},
19-
"logo": {
20-
"type": "string",
21-
"required": true
22-
},
2319
"website": {
2420
"type": "string",
2521
"required": true
2622
},
2723
"twitter_handle": {
2824
"type": "string",
2925
"required": true
26+
},
27+
"logo": {
28+
"allowedTypes": [
29+
"images",
30+
"files",
31+
"videos",
32+
"audios"
33+
],
34+
"type": "media",
35+
"multiple": false
3036
}
3137
}
3238
}

0 commit comments

Comments
 (0)