I'm trying to extend a component, but my new marquee.html updates aren't rendering on the page. The dialog updates are okay. Here's what I have: Parent component marquee > _cq_dialog > clientlibs _cq_editConfig.xml .content.xml marquee.html Child component marquee2 > _cq_dialog (All these updates a...
In Page properties I have added 2 text field and 1 multifield(textfield) For all these textfield I want one validation where it doesn't accept any symbols other than '-' and 'space'. How can I achieve this. What Js to be used.
I'm standing up a new database and migrating a site from database A to database B in AEM There are some architecture changes in the site, and I want to redirect as many dead pages in database A to substitute pages in database B for the first couple of months that database B is live. Is there a limit...
Hello. HTL cannot access my simple Java Sling Model. Here is my Sling Model sample. (Skipped the Interface because it is really simple.) @Model(adaptables = Resource.class, adapters = MyComponent.class) public class MyComponentImpl implements MyComponent{ @ValueMapValue(name = "fragmentPath"...
Hi, We have a requirement where we need to create a column control component where the number of column selection is driven by Author and based on the number of column selected the column control render the defined number of parsys. This works fine by adding a logic in HTL for non-SPA pages but ho...
Hey There, so i need to find a way to create static Text-Components ( like Privacy Policies, Imprints) in a central place and use it on multiple websites. The idea is to change stuff like Imprints just in one place and publish it to many websites that use the same Text, to always keep it in sync. ...
Hey All, I am trying to figure out the best way to export pages and their content into a 3rd party search company. The data needs to look like this : { "op": "add", "path": "/path/to/page", "value": { "attributes": { "title": "Page Title", "url": "https://www.website.com/pa...
Hello. I want to refresh a bundle but in cloud environment, "/system/console/bundles" is closed. How to refresh a bundle? Do I have to ask adobe support every time?
Hi all, I need to add data-cmp-data-layer-enabled attribute to body element. I follow the tutorial which creates /conf/<mySite>/sling:configs/com.adobe.cq.wcm.core.components.internal.DataLayerConfig. And set the enabled property, added sling:configRef property under my site However, I still could...