2021-04-04 23:23:35 -04:00
[
{
"name" : "pnp-sp-dev-spfx-web-parts-react-advanced-page-properties" ,
"source" : "pnp" ,
"title" : "Advanced Page Properties" ,
"shortDescription" : "Replicates the functionality of Page Properties with improvements" ,
2021-05-02 15:04:59 -04:00
"url" : "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-advanced-page-properties" ,
2021-04-04 23:23:35 -04:00
"longDescription" : [
"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"
] ,
2021-05-02 15:39:42 -04:00
"creationDateTime" : "2021-03-30" ,
2023-03-06 08:48:42 -05:00
"updateDateTime" : "2023-03-06" ,
2021-04-04 23:23:35 -04:00
"products" : [
2021-12-10 12:55:32 -05:00
"SharePoint"
2021-04-04 23:23:35 -04:00
] ,
"metadata" : [
{
"key" : "CLIENT-SIDE-DEV" ,
"value" : "React"
} ,
{
"key" : "SPFX-VERSION" ,
2023-03-06 08:48:42 -05:00
"value" : "1.16.1"
2021-04-04 23:23:35 -04:00
}
] ,
"thumbnails" : [
{
"type" : "image" ,
"order" : 100 ,
2021-05-02 15:04:59 -04:00
"url" : "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-advanced-page-properties/assets/diff-screencap.png" ,
2021-04-04 23:23:35 -04:00
"alt" : "Web part in action"
} ,
{
"type" : "image" ,
"order" : 101 ,
2021-05-02 15:04:59 -04:00
"url" : "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-advanced-page-properties/assets/props.gif" ,
2021-04-04 23:23:35 -04:00
"alt" : "Web part in action"
} ,
{
"type" : "image" ,
"order" : 102 ,
2021-05-02 15:04:59 -04:00
"url" : "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-advanced-page-properties/assets/add-to-page.png" ,
2021-04-04 23:23:35 -04:00
"alt" : "Adding to a page"
}
] ,
"authors" : [
2023-03-06 08:48:42 -05:00
{
"gitHubAccount" : "ValerasNarbutas" ,
"company" : "Macaw" ,
"pictureUrl" : "https://avatars.githubusercontent.com/u/16476453?v=4" ,
"name" : "Valeras Narbutas" ,
"twitter" : "ValerasNarbutas"
} ,
2021-04-04 23:23:35 -04:00
{
"gitHubAccount" : "mhomol" ,
"company" : "ThreeWill" ,
"pictureUrl" : "https://github.com/mhomol.png" ,
"name" : "Mike Homol" ,
"twitter" : "homol"
2021-09-23 02:13:23 -04:00
} ,
{
"gitHubAccount" : "Abderahman88" ,
"company" : "" ,
"pictureUrl" : "https://avatars.githubusercontent.com/u/36161889?s=460\u0026u=afdd5f6681bc375ee3811482dec79824c12d8170\u0026v=4" ,
"name" : "Abderahman Moujahid"
2021-04-04 23:23:35 -04:00
}
] ,
"references" : [
{
"name" : "Build your first SharePoint client-side web part" ,
"description" : "Client-side web parts are client-side components that run in the context of a SharePoint page. Client-side web parts can be deployed to SharePoint environments that support the SharePoint Framework. You can also use modern JavaScript web frameworks, tools, and libraries to build them." ,
2022-10-24 09:42:45 -04:00
"url" : "https://learn.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part"
2021-04-04 23:23:35 -04:00
} ,
{
"name" : "Supporting section backgrounds" ,
"description" : "Starting with SharePoint Framework v1.8, web parts can be made aware of any section backgrounds and use these colors to improve the appearance of a web part when hosted in a section with a different background." ,
2022-10-24 09:42:45 -04:00
"url" : "https://learn.microsoft.com/sharepoint/dev/spfx/web-parts/guidance/supporting-section-backgrounds"
2021-04-04 23:23:35 -04:00
}
]
}
]