Skip to content

Commit a8b97a8

Browse files
authored
fixed warnings
1 parent 4a16cff commit a8b97a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/declarative-customization/column-formatting.md

Lines changed: 3 additions & 3 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: 06/14/2021
4+
ms.date: 06/16/2021
55
localization_priority: Priority
66
---
77

@@ -531,7 +531,7 @@ To use the sample below, you must substitute the ID of the Flow you want to run.
531531
}
532532
```
533533

534-
Additionally, you can use `headerText` and `runFlowButtonText` options within the `actionParams` property to customize portions of the Flow panel itself! See the [button elements](column-formatting#button-elements.md) portion of the Detailed syntax reference for more details.
534+
Additionally, you can use `headerText` and `runFlowButtonText` options within the `actionParams` property to customize portions of the Flow panel itself! See the [button elements](#button-elements) portion of the Detailed syntax reference for more details.
535535

536536
## Formatting multi-value fields
537537

@@ -1036,7 +1036,7 @@ Any other value will result in an error.
10361036
- **delete**: Clicking the button will open the delete confirmation dialog.
10371037
- **editProps**: Clicking the button will open the item properties page in edit mode.
10381038
- **openContextMenu**: Clicking the button will open the item's default context menu.
1039-
- **executeFlow**: Clicking the button will launch the specified Flow, specified by ID inside the `actionParams` attribute. For an example of this, see the [Create a button to launch a Flow](column-formatting#create-a-button-to-launch-a-flow.md) section in this document. Below is an example of this type of button.
1039+
- **executeFlow**: Clicking the button will launch the specified Flow, specified by ID inside the `actionParams` attribute. For an example of this, see the [Create a button to launch a Flow](#create-a-button-to-launch-a-flow) section in this document. Below is an example of this type of button.
10401040

10411041
```JSON
10421042
{

0 commit comments

Comments
 (0)