Add guidance doc for property pane custom control theme implementation#10869
Conversation
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 fa4704c: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Learn Build status updates of commit e01aa1a: ✅ 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 |
@microsoft-github-policy-service agree company="Microsoft" |
…ing guidance - collapse double blank lines flagged by formatter - use contractions for clearer, more conversational tone - replace e.g. with for example for accessibility - soften strongly encouraged to encouraged
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 5f0cff0: ✅ Validation status: passed
For more details, please refer to the build report. |
Category
What's in this Pull Request?
Adds new guidance documentation for implementing theme support in property pane custom controls:
docs/spfx/web-parts/guidance/property-pane-theme-principles.md— guidance doc on theme implementation principles for custom property pane controls.docs/spfx/web-parts/guidance/build-custom-property-pane-controls.md— cross-link to the new guidance.docs/toc.yml— TOC entry for the new article.Notes
This supersedes draft PR #10635, which could not be reopened after the branch was rebased onto the latest
main(GitHub blocks reopening a closed PR whose head branch was force-pushed). The branch has been synced with the latestmain; the diff is limited to the three files above.