Skip to content

Commit

Permalink
Update schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin2Shih committed Mar 9, 2024
1 parent e59e7a3 commit b01ac99
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,23 +66,24 @@
"row_3_block_2_link_url": {
"type": "string"
},
"champion_image": {
"featured_event_image": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false
]
},
"champion_title": {
"featured_event_title": {
"type": "string"
},
"champion_text": {
"featured_event_text": {
"type": "blocks"
},
"champion_get_involved_link": {
"featured_event_get_involved_link": {
"type": "string"
}
}
Expand Down

0 comments on commit b01ac99

Please sign in to comment.