pegros / PEG_LIST

Set of configurable/actionable LWC list components for Salesforce Lightning UX
MIT License
20 stars 8 forks source link

[feat] sfpegCard - Display Record on an Lightning App Page #62

Closed Daphne971 closed 6 months ago

Daphne971 commented 6 months ago

Is your feature request related to a problem? Please describe. I would like to display some record content into an App Page. Unfortunately the sfpegCard component is not available for an App Page.

Describe the solution you'd like I'd like to be able for the sfpegCard to be able to pass the Id of a record using sfpegMerge and display the data I want on an App Page.

Describe alternatives you've considered X

Additional context The idea here is to be able to display a Knowledge article via sfpegCard on an App Page

pegros commented 6 months ago

Thanks @Daphne971 I shall have a look at this ASAP.

pegros commented 6 months ago

Implemented in commit c2b9c35 One new sfpegAppCardCmp component added as a wrapper component example.