mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-09 06:25:01 +00:00
Update README.md
Fixed few markdown issues
This commit is contained in:
parent
a83700d02b
commit
d90289a02d
@ -23,9 +23,10 @@ Sample web part that demonstrates how you can store Teams Personal App Web Part'
|
||||
|
||||
Teams Personal Apps, or Personal Tabs don't have settings.
|
||||
For SPFx it means few things:
|
||||
* Web Part will never be switched to Edit mode
|
||||
* Web Part will never be switched to **Edit** mode
|
||||
* Property Pane will never be shown
|
||||
* `this.properties` value is always undefined
|
||||
* `this.properties` value is always `undefined`
|
||||
|
||||
But there are definitely scenarios when we want to be able to configure Personal App and store this configuration somehow.
|
||||
The provided sample demonstrates how it can be achieved using custom Settings Panel and custom list in user's OneDrive.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user