Problem with changing document's icon in version 15.x

Hi guys,

I have followed the documentation to change our document types icons, but it is not working.
May you help to solve this problem, please?

Best regards,
M. Kaloukh

Hi,
This is about Customize icons for documents in the document listing - Bloomreach Experience Manager (PaaS/Self-Hosted) - The Fast and Flexible Headless CMS, correct?

First thing to check is if your added png or svg files are ending up in the cms.war, below WEB-INF/classes, in the subdirectory org/hippoecm/frontend/plugins/standards/icon/res

If not, please tweak the pom.xml so Maven knows to add them. Something like a <build><resources><resource><includes><include>**/*.png</include>
element.

HTH
Jeroen

Hi dear Jeroen,
I solved the problem based on your help.

Thank you.
M. Kaloukh