Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 2.18 KB

ext-classification.md

File metadata and controls

51 lines (27 loc) · 2.18 KB

Site Classification Application Customizer

This application customizer provides you the ability to add a header with site classification information which is pulled from the Classification of modern SharePoint sites property using PnP JS. Learn more about site classification

Site Classificiation

Extension details

This extension requires no external dependencies nor requires configuration as there are no custom properties.

Description Name Type Required Description

Installing the extension

See getting started from SP-Starter-Kit repository readme.

You can also download just the SharePoint Framework solution package (spppkg) file and install that to your tenant. This extension does not have external dependencies.

As this is a SharePoint Framework extension, you will need to explicitly enable this extension for a specific site using CSOM or REST APIs. You may also enable this extension via a PnP Provisioning template. See hubsite.xml provisioning template for an example.

Screenshots

Site Classificiation

Source Code

https://github.com/SharePoint/sp-starter-kit/tree/master/solution/src/extensions/siteClassification

Minimal Path to Awesome

  • Clone this repository
  • Move to Solution folder
  • in the command line run:
    • npm install
    • gulp serve

Since this is an extension, debugging requires slightly more advance settings. Please see more from the official SharePoint development documentation around the debugging options with SharePoint Framework extensions.

Version history

Version Date Comments
1.0 May 2018 Initial release