sp-dev-fx-webparts/samples/react-Edit-ApplicationCusto...
Hugo Bernier 68f7f67761 Changed from updated to modificationDateTime 2021-05-02 15:39:42 -04:00
..
assets Changed from updated to modificationDateTime 2021-05-02 15:39:42 -04:00
config Adding PnP identifier for the MPN ID entries in samples - distinct sample usage in production 2021-01-07 14:51:39 +02:00
src New Sample Web part to edit Application Customizer 2020-11-07 15:32:56 +05:30
teams New Sample Web part to edit Application Customizer 2020-11-07 15:32:56 +05:30
README.md Added links to issue templates 2021-04-26 02:08:59 -04:00
gulpfile.js New Sample Web part to edit Application Customizer 2020-11-07 15:32:56 +05:30
package-lock.json New Sample Web part to edit Application Customizer 2020-11-07 15:32:56 +05:30
package.json New Sample Web part to edit Application Customizer 2020-11-07 15:32:56 +05:30
tsconfig.json New Sample Web part to edit Application Customizer 2020-11-07 15:32:56 +05:30
tslint.json New Sample Web part to edit Application Customizer 2020-11-07 15:32:56 +05:30

README.md

Edit Application Customizers

Summary

This web part will allow users to view/update application customizers properties across any web where the current user has access to. This web part can be helpful when we require to update the properties for application customizer without using any PowerShell script or cli tool.

Web part in action

Idea behind this web part

  • SPFx Application customizer can be used to add scripts, and add custom html to well known placeholder(header and footer)
  • We can use properties to pass data to Application customizers to make solution customizable.
  • To update properties of application customizer there is no UI based solution.
  • To update the title, details and other information of application customizer we use either PowerShell script or cli tool.
  • This web part can be used at a central location where all the users have access and if they require to update title, description and properties.

Features

  • Web part to view/update Application Customizers registered for a selected web
  • Provides two different UI Accordion or List based(configurable)
  • Provides a dropdown to select the web from where we would require to fetch application customizers
  • Allows to update application customizer properties which makes it easy to make re-useable application customizers

Used SharePoint Framework Version

SPFx 1.11

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Solution

Solution Author(s)
react-edit-applicationcustomizers Kunj Sangani and Siddharth Vaghasia

Version history

Version Date Comments
1.0 October 16, 2020 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
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve

For any issue or help, Buzz us on twitter:(sanganikunj) or (siddh_me)

Sharing is caring!

References