Where are helpers/variables in handlebars set? For example, in this code:<form data-paths="{{this.ugcPath}}" class="scf-js-searchform navbar-form navbar-left" role="search"> <div class="form-group"> <input type="text" name="input_value" placeholder="{{i18n "Search..."}}" class="form-control scf-sear...
I'm trying to find the documentation for the dynmaic media API to understand what all the possibilities are. Eg I know localhost:4503/content/dam/image.jpg?wid=300 will scale the image to that width but I'd like a full list of the parameters. I'm struggling to find a list of them all in one place. C...
Hi All,I am trying to fetch the dropdown values for a component in touch UI from a servlet using datasource object but not about fetch the details.This is working if you write the code in component level as below described.https://helpx.adobe.com/experience-manager/using/creating-granite-datasource....
Hi We want to migrate a share point site to AEM . (Share point as backend - NodeJS Calls - to - DOJO Framework(HTML/CSS/Bootstrap/JS)). The DOJO UI holds components and templates as in AEM, but each component is rendered through JSON data. I have below questions. Is there a way to keep DOJO with UI...
Hi We are trying to call the third party REST service in AEM 6.1 and following the example as per below URL.https://helpx.adobe.com/experience-manager/using/restful-services.htmlThis example is working when we are creating the template and render the component that uses template. But when we are try...
Hi All,I am using Java Use-API JavaScript Use-API,but page is performance is very slow.Am not sure why is happening,Is I JavaScript Use-API slower than Java Use-AP?or which one is better? Thanks,Nani.
Hi All,I have configured dispatcher on Windows operating system and trying to access it but it's giving below error.ForbiddenYou don't have permission to access / on this server.i have provided allow permission also.How to fix this issue.Thanks,Kishore
Hi,We are trying to make the analytics data visible at page level and in content insight in AEM. The page view, etc. data is there in Adobe Analytics, there is a connection set between AEM and AA, but we get back 0 result in AEM.Could you please advise how it should be configured?Is it related to Re...
Had multiple pages under :/content/a/b . Someone uploaded another package for the same content path : /content/a/b. As I lost few content pages , is there a way to recover deleted pages ?
I want to use the current page's browser url (not the page path) in sightly. I am not able to use location.href in server-side javascript as it is not supported.http://stackoverflow.com/questions/28564059/window-console-object-not-accessible-in-aem-6-0-sightly-javascriptPreviously in jsp we could us...