I am trying to follow this guideHow to Get AEM i18n Dictionary in JSON Format | Sourced Codeto expose the i18n json of specific dictionaries separately to the public e.g. I have this two dictionary in the translatorapps/project/i18n/componentAapps/project/i18n/componentB I want to get the json for c...
No. I even cannot see the debug logs of the PageInfoPrividerI have also tried to use js clientlib to implement this. However, when loading the site list view, seems none of the DOM events, like foundation-contentloaded is triggered.
I would like to add some columns on site list view for better identifying pagesI have found am example on https://github.com/Adobe-Marketing-Cloud/aem-sites-extension-listview-columnsbut it seems old and could not be built. I tried to follow the logic of the example, by adding a subclass of PageInfo...
These links are talking about the sling resolution on JSP page components. But how about the case of React SPA? Cannot find any article about selector and suffix handling on React SPA
Hi. For example I have a path /en/example.htmlAt publisherWhen there is selector and suffix added to a url and become /en/example.1.html/test.htmlThe node is resolvable (from recent request) but empty page is shown This happens on the React SPA of WKND Guide.I also tried on we.retail and seems worki...