Skip to content

Commit

Permalink
Revert "Added namespace to datasource Apex reference"
Browse files Browse the repository at this point in the history
This reverts commit e010fef.
  • Loading branch information
tschug committed Nov 14, 2024
1 parent 23deafa commit 8225bd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</targets>
<targetConfigs>
<targetConfig targets="lightning__RecordPage">
<property name="bundleName" type="String" label="Indicator Bundle" datasource="apex://inds.IndicatorListBundleSelector" description="Choose the Indicator Bundle."/>
<property name="bundleName" type="String" label="Indicator Bundle" datasource="apex://%%%NAMESPACE_DOT%%%IndicatorListBundleSelector" description="Choose the Indicator Bundle."/>
<property name="titleStyle" type="String" label="Title Style" placeholder="Lightning Card" datasource="Lightning Card,Dynamic Forms" description="Choose the Title Style: Standard Lightning Card or a style to match Dynamic Forms."/>
<property name="showTitle" type="Boolean" default="true" label="Display Title" description="Display the Indicator's Title on the component."/>
<property name="showDescription" type="Boolean" default="true" label="Display Description" description="Display the Indicator's Description on the component."/>
Expand Down

0 comments on commit 8225bd6

Please sign in to comment.