You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/declarative-customization/view-formatting.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Use view formatting to customize SharePoint
3
3
description: Customize how views in SharePoint lists and libraries are displayed by constructing a JSON object that describes the elements that are displayed in a list view, and the styles to be applied to those elements.
4
-
ms.date: 05/07/2021
4
+
ms.date: 06/01/2021
5
5
localization_priority: Priority
6
6
---
7
7
@@ -785,7 +785,7 @@ Creating custom view formatting JSON from scratch is simple if user understands
785
785
> At any point, select **Ctrl**+**Space** for property/value suggestions.
786
786
787
787
> [!TIP]
788
-
> You can start from a HTML using [**formatter helper tool**](https://pnp.github.io/sp-dev-list-formatting/tools/), which can convert HTML and CSS into formatter JSON with inline styles.
788
+
> You can start from a HTML using [**formatter helper tool**](https://pnp.github.io/List-Formatting/tools/), which can convert HTML and CSS into formatter JSON with inline styles.
0 commit comments