sp-dev-fx-webparts/samples/react-manage-sitedesigns
João Mendes 11467d8052 Update package-solution with webapipermisions 2019-08-24 19:59:48 +01:00
..
assets react site designs manager (#829) 2019-04-08 12:40:23 +03:00
config Update package-solution with webapipermisions 2019-08-24 19:59:48 +01:00
src react site designs manager (#829) 2019-04-08 12:40:23 +03:00
teams react site designs manager (#829) 2019-04-08 12:40:23 +03:00
tools react site designs manager (#829) 2019-04-08 12:40:23 +03:00
.editorconfig react site designs manager (#829) 2019-04-08 12:40:23 +03:00
.gitignore react site designs manager (#829) 2019-04-08 12:40:23 +03:00
.yo-rc.json react site designs manager (#829) 2019-04-08 12:40:23 +03:00
README.md New -React-Calendar Web part (#859) 2019-05-04 17:58:48 +03:00
azure-pipelines.yml react site designs manager (#829) 2019-04-08 12:40:23 +03:00
gulpfile.js react site designs manager (#829) 2019-04-08 12:40:23 +03:00
package-lock.json react site designs manager (#829) 2019-04-08 12:40:23 +03:00
package.json react site designs manager (#829) 2019-04-08 12:40:23 +03:00
tsconfig.json react site designs manager (#829) 2019-04-08 12:40:23 +03:00
tslint.json react site designs manager (#829) 2019-04-08 12:40:23 +03:00

README.md

React Site Designs Manager

Summary

This web part allows tenant administrators to manage site designs through a graphical interface.
We can create, edit, delete work whith 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

Add, Edit and Delete site designs

tenant properties

tenant properties

tenant properties

tenant properties

Site Designs Rights

tenant properties

tenant properties

tenant properties

tenant properties

Site Design Site Scripts

tenant properties

tenant properties

tenant properties

tenant properties

tenant properties

Apply Site Design

tenant properties

tenant properties

tenant properties

tenant properties

Used SharePoint Framework Version

drop

Applies to

Update accordingly as needed.

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