# Site Designs Manager ## Summary This web part allows tenant administrators to manage site designs through a graphical interface. 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. Only users with Tenant Admin Role are allowed to managed tenant properties. ## Site Designs List ![site design list](./assets/screen1.jpg) ## Add, Edit and Delete site designs ![tenant properties](./assets/screen2.jpg) ![tenant properties](./assets/screen3.jpg) ![tenant properties](./assets/screen3.1.jpg) ![tenant properties](./assets/screen4.jpg) ## Site Designs Rights ![tenant properties](./assets/screen5.jpg) ![tenant properties](./assets/screen6.jpg) ![tenant properties](./assets/screen7.jpg) ![tenant properties](./assets/screen8.jpg) ## Site Design Site Scripts ![tenant properties](./assets/screen9.jpg) ![tenant properties](./assets/screen10.jpg) ![tenant properties](./assets/screen11.jpg) ![tenant properties](./assets/screen12.jpg) ![tenant properties](./assets/screen13.jpg) ## Apply Site Design ![tenant properties](./assets/screen14.jpg) ![tenant properties](./assets/screen15.jpg) ![tenant properties](./assets/screen16.jpg) ![tenant properties](./assets/screen17.jpg) ## Used SharePoint Framework Version ![SPFx 1.8.0](https://img.shields.io/badge/SPFx-1.8.0-green.svg) ## Applies to * [SharePoint Framework](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview) * [Office 365 tenant](https://docs.microsoft.com/sharepoint/dev/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 - Move to sample folder - in the command line run: - `npm install` - `gulp build` - `gulp bundle --ship` - `gulp package-solution --ship` - `Add to AppCatalog and deploy`