Skip to content

Commit dd0eebb

Browse files
committed
added
1 parent 29861ad commit dd0eebb

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

.prettierrc

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
2-
"trailingComma": "none",
3-
"singleQuote": true,
4-
"tabWidth": 4,
5-
"overrides": [
6-
{
7-
"files": ["force-app/**/**/classes/*.cls"]
8-
},
9-
{
10-
"files": "force-app/**/**/lwc/**/*.html",
11-
"options": { "parser": "lwc" }
12-
}
13-
]
2+
"trailingComma": "none",
3+
"singleQuote": true,
4+
"tabWidth": 4,
5+
"parser": "typescript",
6+
"overrides": [
7+
{
8+
"files": ["force-app/**/**/classes/*.cls"]
9+
},
10+
{
11+
"files": "force-app/**/**/lwc/**/*.html",
12+
"options": { "parser": "lwc" }
13+
}
14+
]
1415
}

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ Custom Data types (the component extendedDatatable extends lightning:datatable)
7373
}
7474
```
7575

76+
#### Label Override using Custom Label
77+
78+
```yml
79+
{ "FirstName": { "label": "{!Label.MyLabelName}", "type": "text" } }
80+
```
81+
7682
#### Related Field Customized
7783

7884
```yml

0 commit comments

Comments
 (0)