File tree Expand file tree Collapse file tree 2 files changed +19
-12
lines changed Expand file tree Collapse file tree 2 files changed +19
-12
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments