Hi,I read the documentation and looked at some sample project code to understand Editable templates concepts.I would like to get more practical use case scenario to understand the difference between initial content vs structure and when authors will be using initial content, structure.Thanks,Sri
Adaptive form request URL:localhost:4502/content/myform.html?foo=barPrefill service:@Componentpublic class FormPrefillService implements DataXMLProvider { ... }From FormPrefillService how can I access the request parameter "foo" from the request URL? Thanks
With Granite UI, when I handle a client-side js event of type 'foundation-field-change', what should the code look like to adapt the data to the underlying object?For example, my callback function signature is, $(document).on('foundation-field-change', function(event) {...} I want to do some ...
Has anyone else experienced an issue were some of their Asset Folders do not show any media (when navigating through Touch UI)?CRXde confirms that media exists in these folders.Folders were not created with any out of norm special characters (ie: Landing-Pages)There is between 100 & 200 pieces of me...
Hi there,I am having a hard time with a page properties select box.Ever had the problem, that your options become cut, when the select is the last field or the only field within a tab? (see image)We are extending the wcm-core page v2, which is extending the basic page of aem. I noticed no major diff...
I'm trying to find a decent way to add descriptions to the component list. I can see you can categorise your components but it would be great to describe the component for the editor before they select one, especially with a site with many components to choose from.Has anyone found an in-built way o...
Hello,We have a requirement where authors should be able to input javascript code from the dialog and it should render as is within HTL.We provided a textarea for the same and in sightly have used ${properties.javascriptcode@ context='scriptString'} to renderThis however upon render shows output sim...
Hi ,I am using AEM 6.1 and I have requirement to create multi level list with bullet points/number in RTE. I am using indent/outdent and creating list. Issue is after one level of bullet circle point I am not able to use circle bullets again in second level , it will convert circle into square bul...
Hey all,I am seeing a really weird issue with a fresh install of AEM 6.4. I have a Java sling servlet registered at a path of /bin/feed. This servlet crashes and does not load everytime I try to visit it.Observing the logs gives me this error.10.05.2018 14:59:24.876 *ERROR* [FelixDispatchQueue] org....