+
+ title |
+ The name of the event. This is not displayed on the web site, it's intended for diagnostic messages. |
+
+
+ period_start |
+ The starting date at which to start displaying the item in YYYY-MM-DD format.
+ Instead of a date, this can also be the value latest_release , which then uses the latest known
+ Istio release as the start date. This is useful when creating a banner saying "Istio x.y.z has just been released".
+ |
+
+
+ period_end |
+ The last date on which to display the item in YYYY-MM-DD format. This value is mutually
+ exclusive with period_duration below.
+ |
+
+
+ period_duration |
+ How many days to display the item to the user. This value is mutually exclusive with
+ period_end above.
+ |
+
+
+ max_impressions |
+ How many times to show the content to the user during
+ the event's period. A value of 3 would mean the first three pages visited by the user during the period will display
+ the content, and the content will be hidden on subsequent page loads. A value of 0, or omitting the field completely,
+ results in the content being displayed on all page visits during the period.
+ |
+
+
+ timeout |
+ The amount of time the content is visible to the user on a given page. After that much time passes, the item will be removed from the page. |
+
+
+ link |
+ You can specify a URL, which turns the whole item into a clickable target. When the user clicks on the item,
+ the item is no longer shown to the user. The special value `latest_release` can be used here to introduce a link
+ to the current release's announcement page.
+ |
+
+
+