-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrtcScreenFlowHeader.js-meta.xml
More file actions
44 lines (41 loc) · 1.2 KB
/
Copy pathrtcScreenFlowHeader.js-meta.xml
File metadata and controls
44 lines (41 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>60.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>RTC Screen Flow Header</masterLabel>
<targets>
<target>lightning__FlowScreen</target>
</targets>
<targetConfigs>
<targetConfig targets="lightning__FlowScreen">
<property
name="rtcScreenFlowHeaderTitle"
label="Title"
default="Main Title Text"
description="Enter the main title text for the header"
type="String"
/>
<property
name="rtcScreenFlowHeaderSubTitle"
label="Secondary Text"
default="Secondary Text"
description="Add any secondary text to be shown underneath the title"
type="String"
/>
<property
name="sldsIconName"
label="SLDS Icon Name"
default="standard:account"
description="Enter the SLDS Icon Name"
type="String"
/>
<property
name="sldsIconSize"
label="Icon Size"
default="medium"
description="xx-small x-small small medium large"
type="String"
/>
</targetConfig>
</targetConfigs>
</LightningComponentBundle>