Skip to content

Commit 0812f23

Browse files
authored
Update column formatting dev docs for SPSE 22H2 (SharePoint#8425)
* Update column formatting dev docs for SPSE 22H2 Updating the column formatting developer documentation for the SharePoint Server Subscription Edition Version 22H2 feature update. * Update column formatting dev docs for SPSE 22H2 Updating the column formatting developer documentation for the SharePoint Server Subscription Edition Version 22H2 feature update. * Update column formatting dev docs for SPSE 22H2 Updating the column formatting developer documentation for the SharePoint Server Subscription Edition Version 22H2 feature update. * Update column formatting dev docs for SPSE 22H2 Updating the column formatting developer documentation for the SharePoint Server Subscription Edition Version 22H2 feature update.
1 parent ecd24ca commit 0812f23

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/declarative-customization/column-formatting.md

Lines changed: 2 additions & 2 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: 08/12/2022
4+
ms.date: 09/08/2022
55
ms.localizationpriority: high
66
---
77

@@ -51,7 +51,7 @@ To preview the formatting, select **Preview**. To commit your changes, select **
5151
The easiest way to use column formatting is to start from an example and edit it to apply to your specific field. The following sections contain examples that you can copy, paste, and edit for your scenarios. There are also several samples available in the [SharePoint/sp-dev-column-formatting repository](https://github.com/SharePoint/sp-dev-column-formatting).
5252

5353
> [!NOTE]
54-
> All examples in this document refer to the JSON schema used in SharePoint Online. To format columns on SharePoint 2019, please use `https://developer.microsoft.com/json-schemas/sp/v1/column-formatting.schema.json` as the schema.
54+
> All examples in this document refer to the JSON schema used in SharePoint Online and SharePoint Server Subscription Edition starting with the Version 22H2 feature update. To format columns in SharePoint 2019 or SharePoint Server Subscription Edition before the Version 22H2 feature update, please use `https://developer.microsoft.com/json-schemas/sp/v1/column-formatting.schema.json` as the schema.
5555
5656

5757
## Display field values (basic)

docs/declarative-customization/formatting-syntax-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Formatting syntax reference
33
description: Formatting syntax reference
4-
ms.date: 08/30/2022
4+
ms.date: 09/08/2022
55
ms.localizationpriority: high
66
---
77

@@ -434,13 +434,13 @@ An optional property, that allows overriding the default styles of file type ico
434434

435435
Values for `txtContent`, style properties, and attribute properties can be expressed as expressions, so that they are evaluated at runtime based on the context of the current field (or row). Expression objects can be nested to contain other Expression objects.
436436

437-
Expressions can be written using Excel-style expressions in SharePoint Online, or by using Abstract Syntax Tree expressions in SharePoint Online and SharePoint 2019.
437+
Expressions can be written using Excel-style expressions in SharePoint Online and SharePoint Server Subscription Edition starting with the Version 22H2 feature update, or by using Abstract Syntax Tree expressions in SharePoint Online, SharePoint Server Subscription Edition, and SharePoint Server 2019.
438438

439439
All fields in ViewFields can be referred in expresisons, even if it is marked `Explicit`.
440440

441441
### Excel-style expressions
442442

443-
All Excel-style expressions begin with an equal (`=`) sign. This style of expression is only available in SharePoint Online (not SharePoint 2019).
443+
All Excel-style expressions begin with an equal (`=`) sign. This style of expression is only available in SharePoint Online and SharePoint Server Subscription Edition starting with the Version 22H2 feature update. This style of expression is not available in SharePoint Server Subscription Edition before the Version 22H2 feature update nor SharePoint Server 2019.
444444

445445
This simple conditional expression evaluates to `none` if `@me` is not equal to `[$Author.email]`, and evaluates to \`\` otherwise:
446446

0 commit comments

Comments
 (0)