If you want to get a list of assets you could use either:[1].Assets Report, https://experienceleague.adobe.com/docs/experience-manager-learn/assets/advanced/asset-reports.html?lang=en [2]. Metadata exporter,https://experienceleague.adobe.com/docs/experience-manager-learn/assets/metadata/metadata-imp...
This looks more like an issue that needs to be addressed by Adobe. I would recommend logging a support ticket for this, or if you have identified the GitHub repo, you can create an issue there as well.
I think for your use case, you could consider using launches, which "provide a way to create, author, and review website content for future releases. During the creation of the launch the production website can continue to evolve and change day to day as it normally would." See more here: https://ex...
No, that I am aware of, the official repo is in GIT, what you could do is download the maven archetype .zip from outside your company, and then just bring it to your company's PC via gdrive, onedrive or any other common file repo.
No, I think that the regex is being evaluated at the attribute level through the single quotation symbol ''. So this worked for me:Overlay the xssprotection and add the following rule:<property name="aspect-ratio" description="This property sets the aspect Ratio of an element.">
<regexp-list>
<regex...
Do you see any errors in the browser console? Maybe there is an issue with the minification process, I would start checking if there are any issues in the console, and maybe the resources(CSS) are not loaded due to that, or I would play with the minification where it is working and where is not, to ...
I assuming you are on AEMaaCS where the Smart Tags is automatically provisioned OR you are using on premise and you have enabled this feature previously. If NOT, please refer to this guide: https://experienceleague.adobe.com/docs/experience-manager-learn/assets/metadata/image-smart-tags.html?lang=en...
I think you can achieve what you need in 2 ways:1. Client side: You use AJAX to get the "content" (data) from another resource (can be from JCR or others) and through js, you will render your component.2. Server side: You point your sling model to use the information from somewhere else in the JCR. ...
Try something of these:- Use the text component from the Core components in your pages- Drop your component into other templates/sites (wknd site may work due it has enabled the clientlibs)- Inspect the dialog to check there is no custom code hiding the RTE field- Check if you have any policy which ...
Interesting, I just copy/pasted my code, and worked fine. Which version of AEM are you using? I see in your dialog another tab (which is not part of my code), Can you try to delete the whole thing from your _cq_dialog/.content.xml and copy my content? Then delete manually the component (or at least ...