# 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](./assets/diff-screencap.png) ## Compatibility ![SPFx 1.11](https://img.shields.io/badge/SPFx-1.11.0-green.svg) ![Node.js v10](https://img.shields.io/badge/Node.js-v10-green.svg) ![Compatible with SharePoint Online](https://img.shields.io/badge/SharePoint%20Online-Compatible-green.svg) ![Does not work with SharePoint 2019](https://img.shields.io/badge/SharePoint%20Server%202019-Incompatible-red.svg "SharePoint Server 2019 requires SPFx 1.4.1 or lower") ![Does not work with SharePoint 2016 (Feature Pack 2)](https://img.shields.io/badge/SharePoint%20Server%202016%20(Feature%20Pack%202)-Incompatible-red.svg "SharePoint Server 2016 Feature Pack 2 requires SPFx 1.1") ![Teams Incompatible](https://img.shields.io/badge/Teams-Incompatible-lightgrey.svg) ![Local Workbench Incompatible](https://img.shields.io/badge/Local%20Workbench-Incompatible-red.svg "This solution requires access to information about the hosting page") ![Hosted Workbench Compatible](https://img.shields.io/badge/Hosted%20Workbench-Compatible-yellow.svg "Works better when placed on a modern site page.") ## Applies to - [SharePoint Framework](https://aka.ms/spfx) - [Microsoft 365 tenant](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-developer-tenant) > Get your own free development tenant by subscribing to [Microsoft 365 developer program](http://aka.ms/o365devprogram) ## Prerequisites None ## Solution Solution|Author(s) --------|--------- src/react-advanced-page-properties | [Mike Homol](https://homol.work), Principal Consultant, [ThreeWill](https://threewill.com/) 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](./assets/add-to-page.png) ### 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](./assets/props.gif)