@radhika_k Well! You renamed packages but forgot to specify (renamed package) header in
Sling-Model-Packages
pom.xml as I stated above, please check and specify it in core - pom.xml that should solve your problem.
Hi @radhika_k,
While creating new bundle you might missed specifying Sling Model Package in your newly created bundle(pom.xml).
"To start using Sling Model you need to create a separate bundle for Sling Models, is not required but recommended & specify Sling-Model-Packages, a header in the bundle ma...
Hi @StrawHatM23 ,
Please find below 2 articles to implement color palette in Classic UI
http://experience-aem.blogspot.com/2014/11/aem-6-sp1-rich-text-editor-classic-ui-color-palette.html
https://wcmaem.blogspot.com/2013/12/colorpicker-rte-plugin-for-richtext.html
Hope that helps!
Regards,
Santosh
Hi @Gopalakrishnan_R ,
Please try it in incognito mode just in case, or in some different browsers - there are some chances where Javascript might be blocked hence not rendering.
Hope that helps!
Regards,
Santosh
Hi @rengan76 ,
Could you please elaborate some more details about your issue? How are you accessing it through postman and what url? Also, appreciate if you post error stack here.
There might be problem with your Rest Client as it is making a POST request on the author instance, http://localhost:450...
Hi @mira_r ,
Yes, that happens when you do not sync the HMAC keys over all instances. You are just couple of steps away!
Every instance is unique and generates a different encrypted key. So the ideal scenario is, we have to use the same key for all authors and publishers belong to one environment.St...
@edeluyas
Your POST request is being filtered and restricted by the “Apache Sling Referrer Filter” and “Adobe Granite CSRF Filter”. By default, the Apache Sling Referrer Filter blocks any incoming POST requests, and the Adobe Granite CSRF Filter blocks any incoming POST requests without the CSRF-To...
Hi @prasanth96karats ,
You can overlay the below design dialog where all such Youtube configurations are in place for core embed component.
/apps/core/wcm/components/embed/v1/embed/embeddable/youtube/cq:design_dialog/items
Use Delegation Pattern for Sling Models[0] where logic can be extended by us...