code change for site.html is GitHub - Adobe-Marketing-Cloud/aem-sites-extension-listview-columns: Sample package for AEM 6 Sites extension. Add custo… . We updated com.adobe.aem.sites.extension.listview.columns.content but we want to know which file to modify in order to change project.html
hey Scott, i intend to add more columns in list view and i am still unable to add it. I was able to modify site.html by following the doc Issues with custom columns in listview for AEM 6.2 but unable to add the column in projects.html
Url : {server}/aem/products.html/etc/commerce/products/we-retail/me/gloves/meotwicls List view where product name/sku is missing Card View where product name/sku is present (red circle)We intend to add more fields in list view eg created by. AEM6.1 was giving product name by default while in AEM6.3 ...
We intend to add some more columns in list view in AEM 6.3 on /aem/products.html/etc/commerce/products page..Issues with custom columns in listview for AEM 6.2 The above changes work on site.html but for the products.html no changes work. Seems like it is using different template/path which I am un...
how can we get the value in htl ? ${properties.articleDate} does not work . I would need time and date . i don't want to create a java class to read this datetime node . Is there any other way in 6.1 ?
how can use onclick /click function in Touch UI by client Lib in AEM6.1Inline script is working but want to move the js into clientlibs . Please let me know if it is working with AEM6.3 too. Code: HTL <button onclick="closeDialog()">X</button>JS Client libfunction closeDialog() {alert();}
How can I access node properties of different nodes. (directly by HTL , not by js or java )something like this ? <div id="data" data-sly-use.tesr="/etc/ttt"> ${tesr.count}