sp-dev-fx-webparts/samples/react-sitepages-metadata
Hugo Bernier 8e6bd1404b Added web part to every sample 2024-04-18 01:51:29 -04:00
..
.devcontainer added remaining containers 2022-02-16 21:47:07 -05:00
assets Added web part to every sample 2024-04-18 01:51:29 -04:00
config New sample - React sitepages metadata (#481) 2018-04-27 18:18:36 +03:00
install New sample - React sitepages metadata (#481) 2018-04-27 18:18:36 +03:00
sharepoint/assets New sample - React sitepages metadata (#481) 2018-04-27 18:18:36 +03:00
src New sample - React sitepages metadata (#481) 2018-04-27 18:18:36 +03:00
.editorconfig New sample - React sitepages metadata (#481) 2018-04-27 18:18:36 +03:00
.gitignore New sample - React sitepages metadata (#481) 2018-04-27 18:18:36 +03:00
.yo-rc.json New sample - React sitepages metadata (#481) 2018-04-27 18:18:36 +03:00
README.md Added more contributions 2023-03-15 01:23:34 -04:00
gulpfile.js New sample - React sitepages metadata (#481) 2018-04-27 18:18:36 +03:00
npm-shrinkwrap.json New sample - React sitepages metadata (#481) 2018-04-27 18:18:36 +03:00
package.json New sample - React sitepages metadata (#481) 2018-04-27 18:18:36 +03:00
tsconfig.json New sample - React sitepages metadata (#481) 2018-04-27 18:18:36 +03:00

README.md

react-sitepages-metadata

Summary

Solution provides an enhancement to SitePages library that enables updating existing items with metadata, and a rollup web part to display them.

News rollup Web Part

News rollup WebPart

SitePages library CommandSet

SitePages library CommandSet

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

SPFx 1.4.1 Node.js v6 | v8 Compatible with SharePoint Online Compatible SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Compatible Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Prerequisites

If you plan on using included PowerShell script make sure you have PnP PowerShell installed

Contributors

Version history

Version Date Comments
1.0 April 17, 2018 Initial release

Features

Solution provides an enhancement to SitePages library that enables updating existing items with metadata (implemented as Lookup fields). Relies heavily on Office UI Fabric.

Contains following elements:

  • Metadata-News rollup web part - displays published SitePages items (promoted to news), provides filtering and paging capabilities, as well as many configuration options
  • CommandSet extension for SitePages library - a button appears when a single item is selected. Clicking on the item shows a fillable dialog with lookup fields

Important notes

  • Changes in some web part properties will not be reflected after hitting "Apply" button - please refresh the page, too
  • To see a collection of lookup fields in the web part property pane change/edit any of the instantly visible properties, such as Item limit, width or item height. Reason for this is SitePages library will be queried for lookup lists only after the property pane is initially opened

Resources

Path to Awesome

  • Clone this repository
  • [Optional] run cofigure-lists.ps1 in install folder to create lookup lists and fields (amend according to your needs).
  • [Optional] fill lookup lists with items and publish some items in SitePages library
  • in the command line run:
    • git clone the rero
    • npm install
    • gulp serve --nobrowser
  • navigate to https://<tenant>.sharepoint.com/sites/<target site>/_layouts/workbench.aspx

Help

We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

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.