Cutomizing quick actions | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by sravs

Hi @pnagy , yes because the card_.jsp is still validname. Please check this page for naming conventions.

https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/full-stack/naming-conventions

if you want to test something to validate try to update any value or text in card.jsp and check.

2 replies

Raja_Reddy
New Participant
March 28, 2024

Hi @pnagy 

Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.

 
pnagyAuthor
New Participant
April 2, 2024

yes, marked the answer as correct now. thanks @raja_reddy and @sravs 

sravs
New Participant
March 27, 2024

Hi @pnagy , 

 

You can achieve this by overlaying the card.jsp located at /libs/cq/gui/components/siteadmin/admin/templates/card/card.jsp

pnagyAuthor
New Participant
March 27, 2024

hi @sravs ,

thanks for the reply, are you sure it is?
When I rename that card.jsp to /libs/cq/gui/components/siteadmin/admin/templates/card/card_.jsp (added underscore) as a test, the cards are still loading with the actions.

sravs
sravsAccepted solution
New Participant
March 27, 2024

Hi @pnagy , yes because the card_.jsp is still validname. Please check this page for naming conventions.

https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/full-stack/naming-conventions

if you want to test something to validate try to update any value or text in card.jsp and check.