Application page with informational banner
Please note that the current web page represents a community contribution and does not yet have formal validation or approval from the Digital Transformation Office compared to an official design. It should be noted that this contribution does not contradict any officially published version at the time of its addition. It is possible that when an equivalent official design is developed and gets formally published, it may differ partially or entirely from the design shown on this page.
This stable design does share the same benefits as any other stable functionalities and design as defined by the GCWeb public versioning API draft.
Configuration options (GCWeb Jekyll specific)
"infoBanner"
(optional,Object
): contains the informational banner properties."title"
(mandatory): the banner's title."message"
(mandatory): the banner's message."link"
(optional,Object
): contains the link properties."text"
(mandatory,String
): the text of the link that is displayed."href"
(mandatory,String
): the url of the link that is displayed."external"
(optional,Boolean
): open the link in a new window.
"button"
(optional,Object
): contains the button properties."text"
(mandatory,String
): the text of the button that is displayed."href"
(mandatory,String
): the url of the button that is displayed."external"
(optional,Boolean
): open the link in a window.
Code
{
...
"infoBanner": {
"title": "Beta version",
"message": "We've made some changes to improve your experience with My Service Canada Account.",
"link": {
"text": "Learn more about the beta version",
"href": "https://www.canada.ca/en",
"external": true
},
"button": {
"text": "Try beta version",
"href": "https://www.canada.ca/en"
}
}
...
}
Page details
- Date modified: