Skip to content

Commit 853211e

Browse files
ldemarisVesaJuvonen
authored andcommitted
Update view-formatting.md (SharePoint#2375)
1 parent b649954 commit 853211e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/declarative-customization/view-formatting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ This example uses the `rowFormatter` element, which totally overrides the render
6565
```JSON
6666
{
6767
"schema": "https://developer.microsoft.com/json-schemas/sp/view-formatting.schema.json",
68-
"hideSelection": "true",
69-
"hideColumnHeader": "true",
68+
"hideSelection": true,
69+
"hideColumnHeader": true,
7070
"rowFormatter": {
7171
"elmType": "div",
7272
"attributes": {

0 commit comments

Comments
 (0)