Skip to content

Commit 052c5c7

Browse files
JoonVesaJuvonen
authored andcommitted
Update validate-web-part-property-values.md (SharePoint#2853)
Added the example listName property mentioned in the instruction just above, but not present in the sample JSON
1 parent fb7e412 commit 052c5c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/spfx/web-parts/guidance/validate-web-part-property-values.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ In this step, you implement validation logic that checks if the list with the na
178178
"description": { "default": "Shows information about the selected list" },
179179
"officeFabricIconFontName": "Page",
180180
"properties": {
181-
"description": "List info"
181+
"description": "List info",
182+
"listName": ""
182183
}
183184
}]
184185
}

0 commit comments

Comments
 (0)