sp-dev-fx-webparts/samples/js-theme-manager-2019
Hugo Bernier 0e3a7d74ee
Merge pull request #3078 from petkir/petkir-revert-jszip-update
revert sp-build-web and sp-webpart-workbench to ori version
2022-11-07 10:24:16 -05:00
..
.devcontainer added remaining containers 2022-02-16 21:47:07 -05:00
assets Changed docs links to learn 2022-10-24 09:42:45 -04:00
config Added js-theme-manager-2019 sample 2019-06-17 09:26:32 -07:00
src Added js-theme-manager-2019 sample 2019-06-17 09:26:32 -07:00
.editorconfig Added js-theme-manager-2019 sample 2019-06-17 09:26:32 -07:00
.gitignore Added js-theme-manager-2019 sample 2019-06-17 09:26:32 -07:00
.yo-rc.json Added js-theme-manager-2019 sample 2019-06-17 09:26:32 -07:00
README.md Changed docs links to learn 2022-10-24 09:42:45 -04:00
gulpfile.js Added js-theme-manager-2019 sample 2019-06-17 09:26:32 -07:00
package-lock.json Bump jszip, @microsoft/sp-build-web and @microsoft/sp-webpart-workbench 2022-09-13 14:35:59 +00:00
package.json revert sp-build-web and sp-webpart-workbench 2022-10-22 22:27:42 +02:00
tsconfig.json Added js-theme-manager-2019 sample 2019-06-17 09:26:32 -07:00
tslint.json Added js-theme-manager-2019 sample 2019-06-17 09:26:32 -07:00

README.md

Modern Experience Theme Manager

Summary

This sample web part provides a user interface for applying a Modern Experience theme in SharePoint 2019 on-premises.

The Theme Palette can be generated using the UI Fabric Theme Generator at: https://fabricweb.z5.web.core.windows.net/pr-deploy-site/refs/pull/9318/merge/theming-designer/index.html.

The following feature is available within this sample:

Apply a theme:

By providing a Site Collection URL, along with a theme name and palette, the theme will be applied to the Site Collection directly without being added to the tenant Company Theme options.
NOTE: This is a great option to provide theme management of a Site Collection without adding a theme to the "Company Themes" choices within the "Change the Look" options at the tenant level. The web part could be added to a Site Collection App Catalog to ensure availability of the web part is only available to those approved for theme management. preview

Compatibility

SPFx 1.8.2 Node.js v10 | v8 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Compatible Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Solution

Solution Author(s)
js-theme-manager-2019 David Warner II (@DavidWarnerII / Warner Digital)
js-theme-manager-2019 Beau Cameron (@Beau__Cameron / Blog)
js-theme-manager-2019 Biju Basheer
js-theme-manager-2019 Eric Skaggs (@skaggej / ericskaggs.net)

Version history

Version Date Comments
2019.0.0.0 June 17, 2019 Initial release

Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp serve

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Features

This Web Part illustrates the following concepts on top of the SharePoint Framework:

  • Using the SharePoint Online REST API to apply Modern Experience Themes

Additional Information:

Help

We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

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.