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/spfx/extensions/get-started/building-simple-field-customizer.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -370,9 +370,9 @@ Now you're ready to deploy the solution to a SharePoint site and get the field a
370
370
The process for publishing your app is identical among the different extension types.
371
371
372
372
> [!NOTE]
373
-
> This was a relatively simple field customizer with functionality that could also have been achieved with [column formatting capability](../../../declarative-customization/column-formatting). Column formatting however does not support actual custom code. Notice that field customizers cannot be modified by end users from the user interface which enables additional use cases.
373
+
> This was a relatively simple field customizer with functionality that could also have been achieved with [Use column formatting to customize SharePoint](../../../declarative-customization/column-formatting.md). Column formatting however does not support actual custom code. Notice that field customizers cannot be modified by end users from the user interface which enables additional use cases.
374
374
375
375
## See also
376
376
377
-
- [Build your first ListView Command Set extension](./building-simple-cmdset-with-dialog-api.md)
377
+
- [Build your first ListView Command Set extension](building-simple-cmdset-with-dialog-api.md)
378
378
- [Overview of SharePoint Framework Extensions](../overview-extensions.md)
0 commit comments