Skip to content

Commit 6e4477f

Browse files
committed
2 parents 8473024 + cae4f0e commit 6e4477f

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

docs/business-apps/power-automate/guidance/require-doc-approval.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Require approval of documents in SharePoint using Power Automate
3-
ms.date: 05/19/2020
3+
description: Documents that contain sensitive information often require approvals. With the content approval feature in SharePoint, you can put a simple approval process for documents in a specific document library. Using this content approval process, documents pending approval will not be visible to users until they are approved.
4+
ms.date: 02/14/2022
45
search.app:
56
- Flow
67
search.appverid: met150
@@ -51,7 +52,7 @@ The following actions occur:
5152

5253
Using the following template, create a flow in Power Automate.
5354

54-
1. In the SharePoint library, from the command bar, select **Automate** > **Power Automate** > **Create a flow**.
55+
1. In the SharePoint library, from the command bar, select **Integrate** > **Power Automate** > **Create a flow**.
5556
1. Next, select the template: **When a new file is added in SharePoint, complete a custom action**.
5657

5758
![File add custom action](../../../images/create-flow-template-file-added.png)

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": "+",

docs/spfx/compatibility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The following table lists SharePoint Framework and compatible versions of common
3434

3535
| SPFx | Node.js | NPM | TypeScript | React |
3636
| ------------------------------- | ------------------------ | ----------------------------------------- | -------------- | ----------- |
37+
| [1.14](release-1.14.md) | LTS v12, LTS v14 | v5, v6 | v3.9 | v16.13.1 |
3738
| [1.13.1](release-1.13.1.md) | LTS v12, LTS v14 | v5, v6 | v3.9 | v16.13.1 |
3839
| [1.13.0](release-1.13.md) | LTS v12, LTS v14 | v5, v6 | v3.9 | v16.13.1 |
3940
| [1.12.1](release-1.12.1.md) | LTS v10,LTS v12, LTS v14 | v5, v6 | v3.7 | v16.9.0 |

0 commit comments

Comments
 (0)