How we can enable documents within the List Component ? | Community
Skip to main content
New Participant
September 3, 2024
Solved

How we can enable documents within the List Component ?

  • September 3, 2024
  • 1 reply
  • 1070 views

In list component how we can author pdf documents! Is it possible?

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 MukeshYadav_

@mukeshyadav_ 

Can I do like this 

/apps/cq/gui/components/coral/common/form/pathfield or browserfield
Instated off coming from cq  i was adding apps as new path will it work fine?


yes,

But instead of doing changes in core either you should overlay(by copy pasting) or extend(override  by specifying sling:superResourceType) the list component in your project.

Change the pagefield to pathfield in overridden component not in /libs one or core component

Ref https://aemvardhan.wordpress.com/2017/02/22/understand-aem-sling-resource-merger-override-and-overlay-concepts/

Thanks

 

1 reply

arunpatidar
New Participant
September 3, 2024
New Participant
September 3, 2024

@arunpatidar 

 

I am not able to see dam path in the fixed list option It was targeting only pages how we can achieve it for dam path for pdf documents?

MukeshYadav_
New Participant
September 3, 2024

Hi @ramsaipavan ,

we will not be able to link pdf/docs as page field in list is of type cq/gui/components/coral/common/form/pagefield which is supposed to accept page only.

You can overlay to use or simply create new as it is multifield with few variation of sorting.

Thanks