Update form customizer getting-started doc wording#10949
Update form customizer getting-started doc wording#10949HarminderSethi wants to merge 9 commits into
Conversation
- fix inconsistent pipe alignment in SPFx compatibility table - tidy blockquote whitespace in React version note - revert `ms.date` to original publication date; rendering engine shows last modified date dynamically from git history
|
Learn Build status updates of commit eed207d: ✅ Validation status: passed
For more details, please refer to the build report. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
| - ContentType.**EditFormClientSideComponentProperties** - optional configuration details | ||
|
|
||
| 1. Compile your code and host the compiled files from the local machine by running this command: | ||
| 2. Compile your code and host the compiled files from the local machine by running this command: |
There was a problem hiding this comment.
don't renumber ordered bullets, all bullets should be 1. and let the rendering engine number them at build time. please revert this.
| This will start your default browser and load the page defined in **serve.json** file. | ||
|
|
||
| 1. Accept the loading of debug manifests by selecting **Load debug scripts** when prompted. | ||
| 3. Accept the loading of debug manifests by selecting **Load debug scripts** when prompted. |
There was a problem hiding this comment.
don't renumber ordered bullets, all bullets should be 1. and let the rendering engine number them at build time. please revert this.
| ``` | ||
|
|
||
| 1. Update the **_onSave** methods in the the **HelloWorldFormCustomizer** class as follows. | ||
| 2. Update the **_onSave** methods in the **HelloWorldFormCustomizer** class as follows. |
There was a problem hiding this comment.
don't renumber ordered bullets, all bullets should be 1. and let the rendering engine number them at build time. please revert this.
| ``` | ||
|
|
||
| 1. Add new method **_createItem** to the **HelloWorldFormCustomizer** class. | ||
| 3. Add new method **_createItem** to the **HelloWorldFormCustomizer** class. |
There was a problem hiding this comment.
don't renumber ordered bullets, all bullets should be 1. and let the rendering engine number them at build time. please revert this.
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 1bbccdb: ✅ Validation status: passed
For more details, please refer to the build report. |
|
@andrewconnell I have reverted the order numbers. Not able to understand how it got changed 🤨 |
Category
What's in this Pull Request?
Update form customizer getting-started doc wording