Hello, The Code you try to Output is filtered out by Sightly xss fulters. But you can skip that control in cases like yours. Use context Sightly option. Take a look at this http://docs.adobe.com/docs/en/aem/6-0/develop/sightly/expression-language.html#Display Context
Thank you very much for your response! I appreciate it. I thought that the non-minified version was actually needed by the minification process. It would be grat to refine the process like this:- every time there's a new non-minified version, start minification process- when finished delete the non-...
Hello!Is it somehow possible to make them not accessible in production environments? What's the best solution?- Delete the non-minified version of the js scripts?- Add a rule at dispatcher level that blocks js files requests not containing "min" in the URL? Thank you!
Hi,do you know if there's any working example of Sling Feature Flag feature (https://sling.apache.org/documentation/the-sling-engine/featureflags.html)?I have been looking around but I have not found any...Thank you!
Hi,I'm trying to understand how to update the options of a TouchUI Select (/libs/granite/ui/components/foundation/form/select) according to the value chosen from another TouchUI Select. The value of the first select are dynamically populate trought a datasource. I guess I have to write some handler ...
Hi,drag & drop with file upload granite touch ui component inside a cq:dialog is not working for me (AEM 6 + SP1 + touch ui hot fix).May you please confirm this?I'm using the foundation Image - Sightly component.Regards,Stefano
Hi,indeed the datasource solution was the one I have actually followed and that worked. I managed to make the select work exactly with the same example that Justin suggested.I'm sharing below some parts of the code of the solution.1) Specify the datasource inside the select Granite UI component:{ ...
Hi,I'm trying to populate a select widget of AEM 6 Touch UI with data from an external service.The widget I am currently investigating is /libs/granite/ui/components/foundation/form/select. Unfortunately I did not find any deep documentation about this so I end up study the code. There I found the d...
Hi,I am getting a strange error when including i18n inside my Sightly template and trying to retrieve a component included via SSI. The error appears only when in the Sightly template I use:<div class="promo-footer text-center"><strong>${'Hello World' @i18n}</strong></div>Unfortunately the logs do n...