Skip to content

Commit a477fcf

Browse files
Merge pull request SharePoint#7710 from ganesh-sanap/patch-4
Fixed issue with JSON sample
2 parents 5e1645b + 0a61345 commit a477fcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/declarative-customization/column-formatting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use column formatting to customize SharePoint
33
description: Customize how fields in SharePoint lists and libraries are displayed by constructing a JSON object that describes the elements that are displayed when a field is included in a list view, and the styles to be applied to those elements.
4-
ms.date: 11/11/2021
4+
ms.date: 02/10/2022
55
ms.localizationpriority: high
66
---
77

@@ -340,11 +340,11 @@ You can use column formatting to render quick action links next to fields. The f
340340
},
341341
{
342342
"elmType": "a",
343+
"style": {
344+
"text-decoration": "none"
345+
},
343346
"attributes": {
344347
"iconName": "Mail",
345-
"style": {
346-
"text-decoration": "none"
347-
},
348348
"class": "sp-field-quickActions",
349349
"href": {
350350
"operator": "+",

0 commit comments

Comments
 (0)