pegros / PEG_LIST

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

[feat] sfpegCardCmp - ability to add a Custom label as a card title in experience cloud site #51

Closed Mchaouche closed 1 year ago

Mchaouche commented 1 year ago

Is your feature request related to a problem? Please describe. In core, we can add a Custom label as a card title. This is not currently possible in an experience cloud site

Describe the solution you'd like ability to add a Custom label as a card title

Describe alternatives you've considered NA

Additional context NA

pegros commented 1 year ago

@Mchaouche In the new LWR Experience Sites, it is possible to use custom labels for string parameters right in the Experience Builder by leveraging a slightly different syntax : {!Label.c.LabelName}. I would need to add the Label merge logic for Aura communities only, leveraging the {{{LBL.LabelName}}} tokens.

pegros commented 1 year ago

Implemented in build 2928f16

pegros commented 1 year ago

Please use {{{LBL.LabelName}}} merge syntax directly within the Site Builder on the Card Title parameter.

pegros commented 1 year ago

FYI @Mchaouche and @jstukas