-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlwc.config.json
31 lines (31 loc) · 1021 Bytes
/
lwc.config.json
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
{
"modules": [
{
"dir": "src/modules"
},
{
"name": "@salesforce/i18n/locale",
"path": "src/scoped/@salesforce-i18n-locale.js"
},
{
"name": "@salesforce/label/LightningRichTextEditor.formatText",
"path": "src/scoped/@salesforce-label-LightningRichTextEditor.formatText.js"
},
{
"name": "@salesforce/label/LightningRichTextEditor.alignText",
"path": "src/scoped/@salesforce-label-LightningRichTextEditor.alignText.js"
},
{
"name": "@salesforce/label/LightningRichTextEditor.formatBackground",
"path": "src/scoped/@salesforce-label-LightningRichTextEditor.formatBackground.js"
},
{
"name": "@salesforce/label/LightningRichTextEditor.formatBody",
"path": "src/scoped/@salesforce-label-LightningRichTextEditor.formatBody.js"
},
{
"name": "@salesforce/label/LightningRichTextEditor.removeFormatting",
"path": "src/scoped/@salesforce-label-LightningRichTextEditor.removeFormatting.js"
}
]
}