# 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](diff-screencap.png) ## Used SharePoint Framework Version ![version](https://img.shields.io/badge/version-1.11-green.svg) ## 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 > Any special pre-requisites? ## Solution Solution|Author(s) --------|--------- src/react-advanced-page-properties | [Mike Homol](https://homol.work), Principal Consultant, [ThreeWill](https://threewill.com/) ## Version history Version|Date|Comments -------|----|-------- 1.0|March 30, 2021|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** > Include any additional steps as needed. ## 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](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](props.gif)