Hi,I have embedded my custom component in Sightly template say CustomTemplate as below:<sly data-sly-resource="${@path='parSubNav', resourceType='wcm/foundation/components/iparsys'}" /><div data-sly-resource="${@path='custom', resourceType='/apps/mycomp/components/content/hero'}"></div>A page abc is...
Hi , I am facing one challenge while creating the wizard we would like to display the radio button group. Added property "cq:showOnCreate" boolean true but just showing up the "label" of that at the time of creating the wizard. <div class="coral-Form-fieldwrapper"><label class="coral-Form-fieldlabe...
I’ve tried foundation parsys instead of wcm parsys yet it’s working. Tried removing css class if it has impact and no. Also, tried updating parsys component group manually in etc but all in vain.In all lower environments it works fine except on staging. checked source code as well across all environ...
Hi community,I have to add a new plugin to the RTE dialog (dialog.xml classic UI) similar to the Style RTE plugin but selecting multiple Tags from the AEM tagging placeAEM_author_local_port = 4502 default valuehttp://localhost:{AEM_author_local_port}/tagging I have been working five years on AEM and...
Hi Team,1. How can I store multiple tags in a component's node. I can select multiple tags in dialog but its not saving in JCR node, taking the first selection only.Below is the screenshot showing all the properties I have used :2. My tags data is not pertaining while reediting the component, I don'...
hi,for neccesity i have 2 multifield : one with image+textField and other with richtext+textField.for the first i use this guide Experiencing Adobe Experience Manager - Day CQ: AEM 62 - Touch UI Composite Image Multifield.for the second i use this Experiencing Adobe Experience Manager - Day CQ: AEM ...
Integrate Twitter Login in AEM:When a user log in using his twitter account the user should be authenticated. Upon successful authentication user should be redirected to project website home page along with user name listed in the my profile section.Problem statement: We thought of using OAUTH authe...
HiI have found two contradictory reports in maintenance dashboard for production author1. Daily Maintenance Window says "Version Purge Succeeded on Web Nov 08 02:30 CEST 2017" see attached screen shot "versionPurge.jpg"2. System health check report says'Maintenance task with name 'RevisionCleanupTas...
the methods I coded :@Override public byte[] generateOutput(final String formPathNm, final byte[] inputData) throws IOException, OutputServiceException {PDFOutputOptionsSpec pdfOutputOptionsSpec = new PDFOutputOptionsSpec();pdfOutputOptionsSpec.setFileURI("\\opt\\abc\\pdf\\abc.pdf");RenderOptionsSpe...
I have a set of radio buttons (top, center and bottom). My requirement is such that I have used the property "checked" as true to show "center" as the selected one when the component is dragged and dropped on the page. If I open the dialog, selects the radio button "top" and click submit, I am getti...