This commit is contained in:
Russell Gove 2024-03-12 12:25:58 -04:00
parent ba3355c370
commit 56ba043f2c
1 changed files with 2 additions and 2 deletions

View File

@ -60,10 +60,10 @@ Version|Date|Comments
Set-PnPTenantSite -Identity {SiteUrl} -DenyAddAndCustomizePages:$false Set-PnPTenantSite -Identity {SiteUrl} -DenyAddAndCustomizePages:$false
## Features ## Features
This project consists of four webparts that can be used to manage the Property Bags for SharePoint sites and display navigational components from those Properties. This project consists of two webparts that can be used to manage the Property Bags for SharePoint sites and two webparts that can be used to display navigational components from those Properties.
- PropertyBagEditor - PropertyBagEditor
This web part allows an administrator to edit selected items in a site's Property Bag. A sample display is shown below: This web part allows a site owner/administrator to edit selected items in a site's Property Bag. It edits the properties of the current site. A sample display is shown below:
![PropertyBagEditorDisplay](./src/images/PropertyBagEditorDisplay.PNG) ![PropertyBagEditorDisplay](./src/images/PropertyBagEditorDisplay.PNG)
Selecting a Property and clicking the Edit button will bring up the Edit Panel: Selecting a Property and clicking the Edit button will bring up the Edit Panel: