Hi @rishabhverma,
Please see if this helps
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/add-custom-field-validation-in-content-fragment-model-content/td-p/395568
Thanks,
Chitra
Hi @12nalk123 ,
We too faced the same issue with content fragments in AEM 6.5.
Installing this package fixed the issue for us, hopefully it should work for you too.
AEM Content Fragment with GraphQL Index Package 1.0.3
Thanks,
Chitra
Hi @Ronnie09 ,
I am able to replicate this issue in AEM 6.5.15, link is getting removed when trying to create the link in rte with tel:+1234567890 and works fine as you mentioned without the country code.
This article should help you with your issue:
http://www.sgaemsolutions.com/2019/12/hreftel...
Hi @anasustic ,
Try to get it through Resource Resolver
ResourceResolver resourceResolver = request.getResourceResolver();
ComponentManager componentManager = resourceResolver.adaptTo(ComponentManager.class);
Hi @mmasonWD ,
You can check below article
https://experienceleague.adobe.com/docs/experience-manager-learn/sites/translation/translation-rules-editor-technical-video-setup.html?lang=en
First place which I can think to check is the OOTB Translation Configs, where OOTB components are translated a...
Hi @sowhatdoido,
Please go through this article to understand how npm audit works - https://satejsawant.dev/blog/npm-audit-how-it-works
You need to have package.json and package-lock.json files to be present for npm audit to work. When you run npm install package-lock.json is automatically gener...
Hi @Ronnie09 ,
Try to use like below:
<image
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/form/fileupload"
allowUpload="{Boolean}false"
autoStart="{Boolean}false"
class="cq-droptarget"
fieldLabel="Required Image"
fileNameParameter="./imageName"
fileReferen...