sp-dev-fx-webparts/samples/react-advanced-page-properties/assets/sample.json

81 lines
3.1 KiB
JSON
Raw Normal View History

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"
],
"creationDateTime": "2021-03-30",
2022-01-16 12:40:04 -05:00
"updateDateTime": "2022-01-12",
2021-04-04 23:23:35 -04:00
"products": [
"SharePoint"
2021-04-04 23:23:35 -04:00
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.11.0"
}
],
"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": [
{
"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.",
"url": "https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part"
},
{
"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.",
"url": "https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/guidance/supporting-section-backgrounds"
}
]
}
]