-
-
Notifications
You must be signed in to change notification settings - Fork 232
Expand file tree
/
Copy pathrelatedLogEntries.js-meta.xml
More file actions
17 lines (17 loc) · 911 Bytes
/
relatedLogEntries.js-meta.xml
File metadata and controls
17 lines (17 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<masterLabel>Nebula Logger: Related Log Entries</masterLabel>
<description>Displays a related list of log entries for the current record.</description>
<apiVersion>64.0</apiVersion>
<isExposed>true</isExposed>
<targets>
<target>lightning__RecordPage</target>
</targets>
<targetConfigs>
<targetConfig targets="lightning__RecordPage">
<property name="fieldSetName" label="Log Entry Field Set" type="String" datasource="apex://LogEntryFieldSetPicklist" />
<property name="rowLimit" label="Max Number of Log Entries to Display" type="Integer" default="30" />
<property name="shouldEnableStrictSearch" label="Should Strict Search" type="Boolean" />
</targetConfig>
</targetConfigs>
</LightningComponentBundle>