Skip to content

Commit 9ed2d13

Browse files
bcameron1231VesaJuvonen
authored andcommitted
Adding new property formatterJSON for new schema (SharePoint#4641)
New Schema included formatterJSON property for views. Adding new property to documentation.
1 parent c527047 commit 9ed2d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/declarative-customization/site-design-json-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Defines and adds a view to the list. Use this action to specify the desired colu
225225
- **isPaged** – Specifies whether the view is paged.
226226
- **makeDefault** – If **true**, the view will be made the default for the list; otherwise, **false**.
227227
- **scope** – An optional setting to specify the scope of the view. For more details, see [SPViewScope enumeration](https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spviewscope.aspx).
228-
228+
- **formatterJSON** – An optional settings to specify the JSON formatting for the view
229229
#### Example
230230

231231
```json

0 commit comments

Comments
 (0)