I would need load set of clientlibs in experience fragment in order to make tth component work, for example, I want to load bootstrap 3.2 version and some custom clientlibs in experience fragment. If it is page, we go to page properties and add whatever clientlibs that is needed and if it is editab...
I want to design a header and footer for an editable template,Option 1 – Place whatever component is required for header and footer in Initial content of editable template so that I will page created with this template will have the header and footerOption 2 – Place header and footer components in...
Chitra - Yeah, I knew that design properties are replaced by policies in editable templates. But the question here is how do you build design dialog component for both static and editable template?
It was an issues with service 6.4.8. The service pack did not install properly that was caused all the issues. Setup a new instance and install service pack and leave the instance for sometime to set everything
I have few components that has design dialog, ex logo, breadcrumb components. These component works in design mode which means these components will work in both classic and touch UI on design mode on static template. But the same will not work in editable template as there is no design mode at all ...
In AEM, say for example we have live copies for US and Russia and French countries in MSM and they all want to have different domain for every live copies for example,For US - www.abc.com/en.htmlFor Russia - www.def.com/rus.htmlFor French - www.ghi.com/fr.html We may need to create separate vhost an...
Basically in AEM I would want to encrypt some text using AEM CryptoSupport and pass the encrypted key to other system(say ABC system), then the ABC system to decrypt the key to do some action. AEM can share Adobe Granite Crypto Support 0.0.8 jar to ABC system to do encrypt/decrypt but I wonder how d...
I am trying to write a Junit for the below java method in AEM public final Resource getConfigProp(final Page page,
final ConfigType configType, final ResourceResolver resolver)
{
final HierarchyNodeInheritanceValueMap iProp= new HierarchyNodeInheritanceValueMap(
...