How to customize Confluence icons
Purpose
To adopt a new look by adding and customizing Confluence icons. This article helps in identifying the file locations of icons.
These steps presume that you have access to the source code:
Solution
- Search for the
atlassian-renderer
library. - Extract the library and search for the file
/com/atlassian/renderer/DefaultIconManager.java
where the icons are being mapped. - Review the methods for referencing icons within the code
- Add your own icons within the code using the same reference methods
The Confluence 2.10 version of CONFKB:DefaultIconManager is attached to this article.
Last modified on Jan 2, 2023
Powered by Confluence and Scroll Viewport.