Anyone aware of how red color icon comes for default basic tab in case required Title field is empty.My requirement is to implement same thing on additional fields in case edited date is blank.It's not working on first load while creating a page but if we try to give invalid value then error icon us...
Hello everyone!I am trying to no avail to create a component for my Multifield, I have followed some guides (https://aemhints.com/2020/10/24/coral-nested-multifield-aem65/ ,https://blogs.perficient.com/2018/08/24/using-sling-models-with-nested-composite-mulitifields-in-aem-6-3/ ) but unfortunately i...
Hi, I am using aem 6.5.11.0, my requirement is to generate sitemap using service pack11 and Im following this article to generate https://aemsimplifiedbynikhil.wordpress.com/2021/12/01/apache-sling-sitemap-for-aem-6-5-11-and-aemaacs/But im not adding any dispatcher configurations as mentioned in the...
I am trying to develop sitemap scheduler with apache sling sitemap, I just added this configuration in config.publish like this { "scheduler.name": "My Daily Sitemap Scheduler", "scheduler.expression": "0 0 2 1/1 * ? *", "searchPath": "/content/dumysite"}This configuration I didnt add in dispatch...
Hi All,I have been trying to download the package of size more than 1GB from package manager, But it is not completing, the progress bar goes till 80% then suddenly come back to 20% with more time to complete. Is there any problem in downloading big content packages? I have already segregated the hu...
Hi, I am trying to create apache sling sitemap generator for this I just added scheduler name, expression and searchpath in Apache sling sitemap - Scheduler configuration When I try accessing rootpage I am getting 404 error Cannot serve request to /content/dumysite/us.sitemap.xml in org.apache.sling...