2019-04-08 10:40:23 +01:00
# React Site Designs Manager
## Summary
This web part allows tenant administrators to manage site designs through a graphical interface.
2019-09-24 00:28:54 -04:00
We can create, edit, delete work with site scripts associated to a site design, manage permissions and apply site design to one or more sites.
2019-04-08 10:40:23 +01:00
Only users with Tenant Admin Role are allowed to managed tenant properties.
## Site Designs List

## Add, Edit and Delete site designs




## Site Designs Rights




## Site Design Site Scripts





## Apply Site Design




## Used SharePoint Framework Version
2019-09-24 00:28:54 -04:00

2019-04-08 10:40:23 +01:00
## Applies to
* [SharePoint Framework ](https:/dev.office.com/sharepoint )
* [Office 365 tenant ](https://dev.office.com/sharepoint/docs/spfx/set-up-your-development-environment )
## WebPart Properties
Property |Type|Required| comments
--------------------|----|--------|----------
WebPart Title| Text| no|
## Solution
The Web Part Use PnPjs library, Office-ui-fabric-react components.
Solution|Author(s)
--------|---------
Site Design Manager WebPart|João Mendes
## Version history
Version|Date|Comments
-------|----|--------
1.0.0|April 08, 2019|Initial release
## Disclaimer
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
---
## Minimal Path to Awesome
- Clone this repository
2019-05-04 15:58:48 +01:00
- Move to sample folder
2019-04-08 10:40:23 +01:00
- in the command line run:
- `npm install`
- `gulp build`
- `gulp bundle --ship`
- `gulp package-solution --ship`
- `Add to AppCatalog and deploy`
2019-04-15 12:49:10 +03:00
< img src = "https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-manage-sitedesigns" / >