2020-11-08 23:28:40 -05:00
# Site Designs Manager
2019-04-08 10:40:23 +01:00
## 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
2020-11-08 23:28:40 -05:00

2019-04-08 10:40:23 +01:00
## Add, Edit and Delete site designs
2020-11-08 23:28:40 -05:00

2019-04-08 10:40:23 +01:00
2020-11-08 23:28:40 -05:00

2019-04-08 10:40:23 +01:00
2020-11-08 23:28:40 -05:00

2019-04-08 10:40:23 +01:00
2020-11-08 23:28:40 -05:00

2019-04-08 10:40:23 +01:00
## Site Designs Rights
2020-11-08 23:28:40 -05:00

2019-04-08 10:40:23 +01:00
2020-11-08 23:28:40 -05:00

2019-04-08 10:40:23 +01:00
2020-11-08 23:28:40 -05:00

2019-04-08 10:40:23 +01:00
2020-11-08 23:28:40 -05:00

2019-04-08 10:40:23 +01:00
## Site Design Site Scripts
2020-11-08 23:28:40 -05:00

2019-04-08 10:40:23 +01:00
2020-11-08 23:28:40 -05:00

2019-04-08 10:40:23 +01:00
2020-11-08 23:28:40 -05:00

2019-04-08 10:40:23 +01:00
2020-11-08 23:28:40 -05:00

2019-04-08 10:40:23 +01:00
2020-11-08 23:28:40 -05:00

2019-04-08 10:40:23 +01:00
## Apply Site Design
2020-11-08 23:28:40 -05:00

2019-04-08 10:40:23 +01:00
2020-11-08 23:28:40 -05:00

2019-04-08 10:40:23 +01:00
2020-11-08 23:28:40 -05:00

2019-04-08 10:40:23 +01:00
2020-11-08 23:28:40 -05:00

2019-04-08 10:40:23 +01:00
2022-02-14 02:52:18 -05:00
## Compatibility
2021-11-07 01:43:55 -04:00




-Incompatible-red.svg "SharePoint Server 2016 Feature Pack 2 requires SPFx 1.1")


2022-02-16 00:42:49 -05:00

2019-04-08 10:40:23 +01:00
## Applies to
2020-06-09 09:09:22 +02:00
* [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 )
2019-04-08 10:40:23 +01:00
2021-11-21 03:00:49 -05:00
## Web Part Properties
2019-04-08 10:40:23 +01:00
Property |Type|Required| comments
--------------------|----|--------|----------
WebPart Title| Text| no|
## Solution
The Web Part Use PnPjs library, Office-ui-fabric-react components.
Solution|Author(s)
--------|---------
2022-01-16 13:41:07 -05:00
Site Design Manager Web Part|João Mendes
2019-04-08 10:40:23 +01:00
## Version history
Version|Date|Comments
-------|----|--------
1.0.0|April 08, 2019|Initial release
## 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`
2021-11-07 02:18:53 -05:00
- Add to AppCatalog and deploy
2022-02-16 00:42:49 -05:00
> This sample can also be opened with [VS Code Remote Development](https://code.visualstudio.com/docs/remote/remote-overview). Visit https://aka.ms/spfx-devcontainer for further instructions.
2021-11-07 02:18:53 -05:00
## 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.**
2019-04-08 10:40:23 +01:00
2021-12-20 10:25:30 -05:00
< img src = "https://pnptelemetry.azurewebsites.net/sp-dev-fx-webparts/samples/react-manage-sitedesigns" / >