Skip to content

Commit 1317efa

Browse files
authored
Fixed numbering/spacing issue in Debug section
Steps 9 and 10
1 parent 9c45812 commit 1317efa

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/spfx/extensions/get-started/building-simple-field-customizer.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ This article describes how to create your first Field Customizer Extension. You
4343
* Accept the default value of **HelloWorld description** as your extension description, and select Enter.
4444
* Accept the default value of **No JavaScript Framework** as the framework selection, and select Enter.
4545
46+
<br/>
47+
4648
![Yeoman SharePoint generator prompts to create an extension solution](../../../images/ext-field-yeoman-prompts.png)
4749
4850
At this point, Yeoman installs the required dependencies and scaffolds the solution files along with the **HelloWorld** extension. This might take a few minutes.
@@ -53,13 +55,13 @@ This article describes how to create your first Field Customizer Extension. You
5355
5456
For information about troubleshooting any errors, see [Known issues](../../known-issues-and-common-questions.md).
5557
56-
6. Once the scaffolding completes, lock down the version of the project dependencies by running the following command:
58+
6. After the scaffolding completes, lock down the version of the project dependencies by running the following command:
5759
5860
```sh
5961
npm shrinkwrap
6062
```
6163
62-
7. Next, type the following into the console to start Visual Studio Code.
64+
7. Type the following into the console to start Visual Studio Code.
6365
6466
```
6567
code .
@@ -166,10 +168,13 @@ You cannot currently use the local workbench to test SharePoint Framework Extens
166168
```
167169
?loadSPFX=true&debugManifestsFile=https://localhost:4321/temp/manifests.js&fieldCustomizers={"Percent":{"id":"45a1d299-990d-4917-ba62-7cb67158be16","properties":{"sampleText":"Hello!"}}}
168170
```
169-
171+
172+
<br/>
170173
171174
The full URL should look similar to the following, depending on your tenant URL and the ___location of the newly created list:
172175
176+
<br/>
177+
173178
```
174179
contoso.sharepoint.com/Lists/Orders/AllItems.aspx?loadSPFX=true&debugManifestsFile=https://localhost:4321/temp/manifests.js&fieldCustomizers={"Percent":{"id":"45a1d299-990d-4917-ba62-7cb67158be16","properties":{"sampleText":"Hello!"}}}
175180
```

0 commit comments

Comments
 (0)