Customization
Favicons
Content Controller’s favicons can be customized with a .png
file that you provide. The ‘16x16’ format is the favicon that is likely to appear in a browsers tab, while the ‘32x32’ format is likely to be used for browser shortcuts. We allow one or both of these files to be customized.
To change the favicons:
- Add a new directory named
files
toroles/content-controller
. - In
files
, add the desired.png
file with the name offavicon-32x32.png
and/orfavicon-16x16.png
, depending on which favicon you wish to customize. The path to the new favicon(s) should beroles/content-controller/files/favicon-##x##.png
. - Redeploy
Note: You may need to clear your browser’s cache to see the new favicon.