Mohan Reddy wrote... As we GZip CSS and JS files in AEM, we would like to GZip dictionaries (dict.en_US.json, dict.fr_US.json, etc) as well. How can we achieve that? Help would be greatly appreciated. Thanks, Mohan Mohan,Can you explain whats the use case here. Unlike CSS,JS which are used in the c...
You can copy the complete quick start folder but if the content is huge and if you want to move the configuration to another instance this becomes difficult. I would suggest you to create a new package with all the osgi config created and install in your instance. Also to make this more streamlined ...
Hi,You can use the workflow launcher[1] feature to call your workflow when the content is modified. 1. http://docs.adobe.com/docs/en/cq/5-6-1/workflows/wf-using.html#Starting Workflows When Nodes ChangeIf you need this workflow to be called at once and cannot wait for update then you can use the AC...
I verified the provided link but don't seem to find any details for data grid. Appreciate if any details on the granite version of the data grid is shared.
I am trying to see if there is any data grid component using granite UI. There are a lot of details available on the ext version of the data grid. Please share any information and examples with regards to this.
I read that in AEM 6.1 releasing next month seems to provide this feature in the touch UI to start a workflow. Below is the reference http://docs.adobe.com/docs/en/aem/6-0/deploy/best-practices/ui-recommendations.html#Touch-Optimized UI Improvements
Hi Pawan,I found the below article that explains the problem and workaround. Please verify if this resolves your issue.http://aempodcast.com/2013/test-target/a-bug-with-targeting-in-aem-5-6-and-a-workaround/And to disable the target in the edit bar your need to add the below config to cq:editConfigc...
For Both 1 and 2 you need to set the environment variables for the run modes. Pass crx3mongo runmode for Mongo.Option1: Global Environment variablesSet CATALINA_OPTS = "-Dsling.run.modes=author,stage" in the os environment variables.Option 2: tomcat levelIn the TOMCAT/bin/setenv.bat add CATALINA_O...
Another way to do this creating custom format JSP instead of servlet. For the require page component add the additional format like below./apps/sample/components/article/----article.jsp----article.json.jsp. In the json jsp get the current node and traverser and build the json in the required format...