How to override the placeholder icons in AEM 6?

by dewayne_green , in category: Java , 2 years ago

How to override the placeholder icons in AEM 6?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by raul , 2 years ago

@dewayne_green 

To override the placeholder icons in Adobe Experience Manager (AEM) 6, you can follow these steps:

  1. Create a new folder named apps in the crx-de directory of your AEM installation if it does not already exist.
  2. Create a new folder within the apps folder with a unique name (e.g., myplaceholdericons). This folder will contain your custom placeholder icons.
  3. Create a subfolder within the folder you just created named clientlibs.
  4. Create another subfolder within the clientlibs folder named placeholder and place your custom placeholder icons in this folder.
  5. Create a new file within the myplaceholdericons folder named clientlibs.txt and add the following code to the file:
1
2
#base=placeholder
css


  1. In the AEM authoring interface, go to Tools > Operations > Configuration and search for the Apache Sling Resource Resolver configuration.
  2. In the Apache Sling Resource Resolver configuration, add a new entry for the apps/myplaceholdericons/clientlibs folder with a property name of allow.anonymous and a value of true.
  3. Restart your AEM instance and your custom placeholder icons should now be used in place of the default icons.


Note: These steps assume that you have basic knowledge of the AEM file structure and the CRXDE Lite development environment.

Related Threads:

How to check external link validity in AEM 5.6?
How to integrate dynamic tag management with aem 6?
How to auto-populate form fields in AEM 6?
How can I configure page properties in AEM 6?
How to create a radio button in an aem 6 touch dialog?