sp-dev-fx-webparts/samples/react-advanced-page-properties
Hugo Bernier 9f5f60e582 Updated readme and sample.json 2021-09-23 02:13:23 -04:00
..
assets Updated readme and sample.json 2021-09-23 02:13:23 -04:00
config fix sitepages query 2021-09-22 23:37:51 +02:00
src fix sitepages query 2021-09-22 23:37:51 +02:00
teams new Advanced Page Properties web part brought over from original solution where I built it at ThreeWill 2021-03-30 15:12:55 -04:00
.editorconfig new Advanced Page Properties web part brought over from original solution where I built it at ThreeWill 2021-03-30 15:12:55 -04:00
.gitignore new Advanced Page Properties web part brought over from original solution where I built it at ThreeWill 2021-03-30 15:12:55 -04:00
.yo-rc.json new Advanced Page Properties web part brought over from original solution where I built it at ThreeWill 2021-03-30 15:12:55 -04:00
README.md Updated readme and sample.json 2021-09-23 02:13:23 -04:00
gulpfile.js new Advanced Page Properties web part brought over from original solution where I built it at ThreeWill 2021-03-30 15:12:55 -04:00
package-lock.json new Advanced Page Properties web part brought over from original solution where I built it at ThreeWill 2021-03-30 15:12:55 -04:00
package.json new Advanced Page Properties web part brought over from original solution where I built it at ThreeWill 2021-03-30 15:12:55 -04:00
tsconfig.json new Advanced Page Properties web part brought over from original solution where I built it at ThreeWill 2021-03-30 15:12:55 -04:00
tslint.json new Advanced Page Properties web part brought over from original solution where I built it at ThreeWill 2021-03-30 15:12:55 -04:00

README.md

Advanced Page Properties

Summary

Attempts to replicate the functionality of Page Properties with the following improvements:

  • Support for theme variants
  • Updated to standard capsule look for list options
  • Support for image fields
  • Support for hyperlink fields
  • Support for currency
  • Improved support for dates

see the difference

Compatibility

SPFx 1.11 Node.js LTS 10.x SharePoint Online Teams N/A: Untested with Microsoft Teams Workbench Hosted: Does not work with local workbench

Applies to

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

Prerequisites

None

Solution

Solution Author(s)
src/react-advanced-page-properties Mike Homol, Principal Consultant, ThreeWill
react-advanced-page-properties Abderahman Moujahid

Version history

Version Date Comments
1.0.0 March 30, 2021 Initial release
1.0.1 September 22, 2021 Added support for multi-language sites

Minimal Path to Awesome

  • Clone this repository
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve

Features

Add the part

Once the solution is installed in the app catalog and the app has been added to the site, you should see it available to a page.

add the part

Familiarity is key

This web part tries to mimic the original Page Properties web part as much as possible. You should recognize the functionality of the property setup.

Basically add and remove properties until you are satisfied and you're good to go!

configure the part