Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/declarative-customization/formatting-syntax-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,8 @@ See [Formatting multi-value fields](column-formatting.md#formatting-multi-value-

> [!NOTE]
>
> - The `src` needs to be just the `url` part of an embeddable code generated by an app (usually found in the `src` attribute of the `iframe` element).
> - This action is only available in the newer version of the Microsoft Lists App.
> - The src can be the URL part of an embed code generated by an app (usually the src of an iframe) or any valid URL that returns embeddable HTML content, such as a SharePoint list item display form (DispForm.aspx?ID=`<ItemID>`).
> - This action is available in the newer version of the Microsoft Lists App and Document Library.

For more information about allowing or restricting domains, see [Allow or restrict the ability to embed content on SharePoint Lists using custom formatters](https://go.microsoft.com/fwlink/p/?linkid=2258033).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Form customizers are SharePoint Framework components giving you an option to ove

1. Open the **./src/extensions/helloWorld/HelloWorldFormCustomizer.manifest.json** file.

This file defines your extension type and a unique identifier `id` for your extension which can be used to set to be used in content type level for enabling a custom rendering with this component.
This file defines your extension type and a unique identifier (id) for your extension. The id is used to associate the form customizer with a content type, enabling custom form rendering for that content type.

## Code your Form Customizer

Expand Down