Intranet Title
This sample page demonstrates how to display a custom intranet title. Before proceeding please ensure you have permission from your department, TBS or Principal Publisher. This variable does not conform to the C&IA specifications document.
Implementation
The GCIntranet title is modified in the top section of the page. There are three configuration options:
"href": the url of the title. If left empty, the default url will be used."text": the text of the title that will be displayed"acronym": if your title has an acronym, you can use this property to provide the full text of the title. It will be displayed when the user hovers over the title.
defTop.outerHTML = wet.builder.top({
...
"intranetTitle": [{
"href": "https://www.canada.ca/en/employment-social-development.html",
"text": "Intranet Test",
"acronym": "Employment and Social Development Canada"
}]
...
});