How to customize Confluence icons
目的
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:
ソリューション
- 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.
最終更新日: 2023 年 1 月 2 日
Powered by Confluence and Scroll Viewport.