Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Creating icon file in CRXDe

Avatar

Level 4

Hi all, 

 

I am trying to create a icon file by the name of addcolor.png, is there a way for me to do so. I already have the picture I just don't know how I can add that picture to the file. 

 

Thanks 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor and Adobe Champion

You can directly upload the asset in AEM DAM. Go to assets  http://localhost:4502/assets.html/content/dam

create folder (if you want to create) and click Create button and uplaod your file, name it addcolor.png and click done. 

This will upload your file in AEM DAM.

Or you can add this file in your code and deploy accordingly.

 

View solution in original post

2 Replies

Avatar

Community Advisor

Hi @StrawHatM23 ,

You can consider below points

  • Add it in your code repository either and deploy it if possible,
  • Access the CRX repository in filesystem using WebDAV Access [0].
  • Create package from some other environment and install it.
  • Upload it in DAM via asset

[0]: https://experienceleague.adobe.com/docs/experience-manager-65/administering/contentmanagement/webdav...

Hope that helps!

Regards,

Santosh


Santosh Sai

AEM BlogsLinkedIn


Avatar

Correct answer by
Community Advisor and Adobe Champion

You can directly upload the asset in AEM DAM. Go to assets  http://localhost:4502/assets.html/content/dam

create folder (if you want to create) and click Create button and uplaod your file, name it addcolor.png and click done. 

This will upload your file in AEM DAM.

Or you can add this file in your code and deploy accordingly.