Not sure if these is even possible, but I want to include a component on a template so its on every page by default. But I also want to give content authors the ability to overwrite the content using the dialog box. Is this possible?Currently,I'm using this code on my base page template<div data-sly...
Hello Team, Am using 6.1. I have created service user and given required permissions in useradmin. When am trying to map the service user in Apache sling Service User Mapper Service Amendment, i have given pwcm.core.schedulers:EventArchiveService=testSystemUser and clicked save but...
Use Case - We have a shell IOS app and they content for the app comes from AEM Content Sync. We are introducing couple of forms to be submitted via App, these forms will POST data to a servlet on AEM Publish instance. The POST data contains fields outside the form data, coming form IOS application s...
Hi all I need to add some files in the domain root of my AEM website for comodo validation.Can you please help in specifying where the domain root will be ?
Hi Is there any standard/ pre-defined way to inject styling information for html snippets generated from the rich text editor?like <p> must be <p class="abc"> or adding attributes on the fly for html elements generated.
Hi all,Just wondering what's the best way to modify the default GET behavior of a social component? In this particular case, it is a custom social component, similar to the TodoMVC sample[1]. This is great in that it shows the custom PostOperations extended from AbstractSocialOperation.However, let'...
Hi, I am trying to import jackson-dataformat-xml-2.5.3.jar into AEM 6.2 as it is a dependency in another OSGI bundle I have written.When using the Eclipse Plug-In project I create an OSGI version.HoweverExported Packagescom.fasterxml.jackson.dataformat.xml,version=0.0.0 Here is screen shots of my ...
I need to navigate through content page in aem through angular js.app.js filewhen('/contentideas', { templateUrl: '/content/projectname/en/ideas.html' })html file<li><a href="#contactus">Contact-us</a></li> is it possible through content pages (fully loaded with js css html everything).this ...
I want to know all the language copies available or created for a particular page.say, a particular page are in two different languages french and dutch. if i select french page , how can i know programmatically know that dutch copy of this page also exist?