Hi @milind_bachani. Tried using 3.6.0.min.js. Without the minify option in Adobe Granite HTML Library it is working fine. But when minify option is enabled then the site is breaking the errors are arising in in jQuery library files.Even now the issue is not solved. Regards,Sree
Hi, We are using AEM 6.1, jQuery 1.12.4 version. There is a requirement to upgrade jQuery to 3.5 + and followed https://jquery.com/upgrade-guide/3.0/ .So when tried upgrading to jquery-3.6.0.min.js version without minification in Adobe Granite HTML library the site is working fine. But when minific...
Hi,I have a requirement where the user needs to enter the required details in the aem form and when the user clicks on the submit form button then the recaptcha has to be verified then the form has to be submitted & trigger the action type like mail. if the recaptcha entered is invalid then the form...
Hi,I have a requirement where we need to extend the OOTB search component and display the results in another page rather than showing the result in the same page. How can this be achieved.Thanks,Kalyani
Hi,I have a requirement where the styles plugin should be available only when the author select heading 1 to heading 6 in the paraformat pluginSo the Style plugin has to be available only when the author selects heading1 to heading 6
I would like to have a class on h1 tag which is authored by the template author like <h1 class = "cm_h1">test</h1> and this option has to be limited to only the header tags. The predefined class should not appear for other options like paragraph.
Hi Vipin,If we overlay DefaultFormatting.js initially the tag <b> is getting replaced with strong. After saving and reopening the dialog again it is not possible anymore to remove the <strong>-Tags. So any suggestion to solve this.Thanks
Hi Arun,In this case the resource super type for the text component has to be always text component from core. But if we use Text component from "general" then this solution does not apply. So basically want to have custom plugin in toolbar for RTE in 6.3 where it will wrap the text with <strong>.
I have a requirement when the user clicks on Bold icon of the RTE then the text has to be wrapped with <strong> tag instead on <b>.I tried using the solution from the link Experiencing Adobe Experience Manager - Day CQ: AEM 61 - Touch UI Rich Text Editor Remove Bold and Add Strong Plugin but i am no...