Customize the banner
Create a custom HTML banner for every page on Domino to notify users of important announcements and information.- In the admin portal, go to Platform settings > Configuration records.
-
Set
com.cerebro.domino.frontend.globalBanner.contentto the HTML that you want shown in the banner.- Example:
<div style="background-color: blue; font-size: 50px;">Global Banner</div>
- Example:
-
Set
com.cerebro.domino.frontend.globalBanner.isClosableto let users close the banner. -
Set
com.cerebro.domino.frontend.globalBanner.reappearTimeAfterCloseInSecto specify how many seconds pass before the banner reappears. If the key is not specified, the banner will stay closed.
Customize the footer
- In the admin portal, go to Platform settings > Configuration records.
-
Set
com.cerebro.domino.frontend.footerCustomization.customFooterHtmlto the custom HTML that you want shown just above the page footer.
Customize the footer image
- In the admin portal, go to Platform settings > Configuration records.
-
Set
com.cerebro.domino.frontend.footerCustomization.customFooterImageUrlto a URL for the image that you want shown in the footer. The image displays on the same line as the Domino logo. IfcustomFooterHTMLis set, this displays below the custom HTML, inside the footer.
Customize the Contact Us link
- In the admin portal, go to Platform settings > Configuration records.
-
Set
com.cerebro.domino.frontend.footerCustomization.customContactUsHrefto a URL that directs your users to a web-based form or email address (mailto:support@domain.com).
Advanced customization
Thecom.cerebro.domino.whitelabel.jsonConfig configuration key supports additional white labeling parameters in JSON format:
| Key | Description |
|---|---|
Design elements | |
| Optional: The absolute URL of the logo image, or |
| Optional: The background color of the logo; the default is “transparent”. Any CSS color value is valid. |
| Optional: The application URL; the default is “https://domino.ai/“. |
| The application name (such as Domino). |
| The default project name. |
| The absolute URL of the favicon image. |
| A description to show in the Git credentials configuration window. |
| Optional: Renames the “Bundle” terminology in the governance UI (for example, “deliverable”). |
| Optional: Renames the “Policy” terminology in the governance UI (for example, “QC plan”). |
| The URL of the help content. |
|
|
|
|
|
|
|
|
|
|
| The custom HTML that you want showing just above the page footer. |
|
|
Git security | |
| A description to show in the Git credentials configuration window. |
|
|
Project visibility | |
|
|
|
|
|
|
|
|
|
|
| The contact email to be used in error pages. |
| The application name (such as Domino). |
| The custom HTML shown just above the page footer. |
|
|
| The support email address. |
| The support page URL. |
| The PDF template URL. |
| The title for the PDF template. |