Skip to content

Commit

Permalink
feat: add start and end date to top announcement banner
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseRFelix committed Jan 5, 2024
1 parent dd89fca commit ea45bfb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions schemas/top-announcement-banner.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@
"bg": {
"type": "string",
"$comment": "Custom Background color."
},
"startDate": {
"type": "string",
"format": "date-time",
"$comment": "ISO 8601 date-time string. Banner will not show until this date."
},
"endDate": {
"type": "string",
"format": "date-time",
"$comment": "ISO 8601 date-time string. Banner will not show after this date."
}
},
"required": ["enTextOrLocalizationPath"]
Expand Down

0 comments on commit ea45bfb

Please sign in to comment.