Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 1.88 KB

README-template.md

File metadata and controls

66 lines (43 loc) · 1.88 KB

title of the sample

Summary

Short summary on functionality and used technologies.

[picture of the extension in action, if possible]

Used SharePoint Framework Version

drop

Applies to

Update accordingly as needed.

Prerequisites

Any special pre-requisites?

Solution

Solution Author(s)
folder name Author details

Version history

Version Date Comments
1.1 August 10, 2018 Update comment
1.0 June 29, 2018 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
  • in the command line run:
    • npm install
    • gulp serve

Include any additional steps as needed.

Features

Description of the extension with possible additional details than in short summary. This extension illustrates the following concepts:

  • topic 1
  • topic 2
  • topic 3

Debug URL for testing

Here's a debug URL for testing around this sample. Updated based on your manifest id for easy testing of the sample.

?loadSPFX=true&debugManifestsFile=https://localhost:4321/temp/manifests.js&customActions={"7c5a85c1-8b1e-4370-8198-642908faee60":{"location":"ClientSideExtension.ApplicationCustomizer","properties":{"testMessage":"Hello as property!"}}}

Notice that better pictures and documentation will increase the sample usage and the value you are providing for others. Thanks for your submissions advance.