Skip to content

Commit 6665f06

Browse files
committed
Adding custom form pic for the form tutorial
1 parent a37e88f commit 6665f06

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
41.5 KB
Loading

docs/spfx/extensions/get-started/building-form-customizer.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Form customizers are SharePoint Framework components giving you an option to ove
1313
>[!Important]
1414
> Form customizer were released as part of the SharePoint Framework 1.15, so ensure that you are using the right version in your environment. See [v1.15 release notes](../../release-1.15.md) for details.
1515
16+
> [!TIP]
17+
> You can find the output from this tutorial from [GitHub](https://github.com/pnp/spfx-reference-scenarios/tree/main/samples/spfx-formcustomizer-basics).
18+
1619
## Create an extension project
1720

1821
1. Create a new project directory in your favorite ___location.
@@ -387,6 +390,9 @@ Now that we have created the baseline component and tested that it works properl
387390

388391
Now the code is complete to support minimal New, Edit and Display experiences and you can test out the different experiences using different configurations for debugging.
389392

393+
![Custom form in the context of SharePoint](../../../images/ext-forcustomizer-custom-form.png)
394+
395+
390396
## Deployment of your extension
391397

392398
Whenever you are ready to start using your component, there are few steps to consider related on the component association to the content type. Steps for deployment are as follows:

0 commit comments

Comments
 (0)