Skip to content

Commit

Permalink
feat(cookieBanner): make link required
Browse files Browse the repository at this point in the history
  • Loading branch information
chohner committed Nov 8, 2024
1 parent 65986ef commit 7c38c14
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/api/cookie-banner/content-types/cookie-banner/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
}
},
"type": "dynamiczone",
"components": [
"basic.paragraph"
]
"components": ["basic.paragraph"]
},
"acceptButtonLabel": {
"pluginOptions": {
Expand All @@ -63,14 +61,15 @@
}
},
"type": "string",
"required": false
"required": true
},
"cookieSettingLinkUrl": {
"pluginOptions": {
"i18n": {
"localized": true
}
},
"required": true,
"type": "string"
}
}
Expand Down

0 comments on commit 7c38c14

Please sign in to comment.