Skip to content

Commit 00870bd

Browse files
committed
Automated samples.json update
1 parent 47587fd commit 00870bd

File tree

1 file changed

+120
-0
lines changed

1 file changed

+120
-0
lines changed

.metadata/samples.json

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2256,6 +2256,126 @@
22562256
}
22572257
]
22582258
},
2259+
{
2260+
"name": "pnp-sp-dev-spfx-extensions-react-react-application-collab-footer",
2261+
"source": "pnp",
2262+
"title": "SharePoint Collaboration Footer v8.0.0",
2263+
"shortDescription": "Enterprise-grade SharePoint footer with hybrid architecture, advanced link management, and modern user experience",
2264+
"url": "https://github.com/pnp/sp-dev-fx-extensions/tree/main/samples/react-application-collab-footer",
2265+
"longDescription": [
2266+
"Enterprise-grade SharePoint footer with hybrid architecture, advanced link management, and modern user experience"
2267+
],
2268+
"creationDateTime": "2023-12-25",
2269+
"updateDateTime": "2023-12-31",
2270+
"products": [
2271+
"SharePoint"
2272+
],
2273+
"metadata": [
2274+
{
2275+
"key": "CLIENT-SIDE-DEV",
2276+
"value": "React"
2277+
},
2278+
{
2279+
"key": "SPFX-VERSION",
2280+
"value": "1.21.1"
2281+
}
2282+
],
2283+
"tags": [],
2284+
"categories": [
2285+
"SPFX-APPLICATION-EXTENSION"
2286+
],
2287+
"thumbnails": [
2288+
{
2289+
"name": "1.png",
2290+
"type": "image",
2291+
"order": 100,
2292+
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-application-collab-footer/assets/1.png",
2293+
"alt": "Web Part Preview"
2294+
},
2295+
{
2296+
"name": "10.png",
2297+
"type": "image",
2298+
"order": 101,
2299+
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-application-collab-footer/assets/10.png",
2300+
"alt": "Web Part Preview"
2301+
},
2302+
{
2303+
"name": "2.png",
2304+
"type": "image",
2305+
"order": 102,
2306+
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-application-collab-footer/assets/2.png",
2307+
"alt": "Web Part Preview"
2308+
},
2309+
{
2310+
"name": "3.png",
2311+
"type": "image",
2312+
"order": 103,
2313+
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-application-collab-footer/assets/3.png",
2314+
"alt": "Web Part Preview"
2315+
},
2316+
{
2317+
"name": "4.png",
2318+
"type": "image",
2319+
"order": 104,
2320+
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-application-collab-footer/assets/4.png",
2321+
"alt": "Web Part Preview"
2322+
},
2323+
{
2324+
"name": "5.png",
2325+
"type": "image",
2326+
"order": 105,
2327+
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-application-collab-footer/assets/5.png",
2328+
"alt": "Web Part Preview"
2329+
},
2330+
{
2331+
"name": "6.png",
2332+
"type": "image",
2333+
"order": 106,
2334+
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-application-collab-footer/assets/6.png",
2335+
"alt": "Web Part Preview"
2336+
},
2337+
{
2338+
"name": "7.png",
2339+
"type": "image",
2340+
"order": 107,
2341+
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-application-collab-footer/assets/7.png",
2342+
"alt": "Web Part Preview"
2343+
},
2344+
{
2345+
"name": "8.png",
2346+
"type": "image",
2347+
"order": 108,
2348+
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-application-collab-footer/assets/8.png",
2349+
"alt": "Web Part Preview"
2350+
},
2351+
{
2352+
"name": "9.png",
2353+
"type": "image",
2354+
"order": 109,
2355+
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-application-collab-footer/assets/9.png",
2356+
"alt": "Web Part Preview"
2357+
}
2358+
],
2359+
"authors": [
2360+
{
2361+
"gitHubAccount": "https://github.com/NicolasKheirallah",
2362+
"pictureUrl": "https://github.com/NicolasKheirallah.png",
2363+
"name": "Nico"
2364+
}
2365+
],
2366+
"references": [
2367+
{
2368+
"name": "Overview of SharePoint Framework Extensions",
2369+
"description": "You can use SharePoint Framework (SPFx) Extensions to extend the SharePoint user experience. With SPFx Extensions, you can customize more facets of the SharePoint experience, including notification areas, toolbars, and list data views. SPFx Extensions are available in all Microsoft 365 subscriptions for production usage.",
2370+
"url": "https://docs.microsoft.com/sharepoint/dev/spfx/extensions/overview-extensions?WT.mc_id=m365-15741-cxa"
2371+
},
2372+
{
2373+
"name": "Use page placeholders from Application Customizer",
2374+
"description": "Application Customizers provide access to well-known locations on SharePoint pages that you can modify based on your business and functional requirements. For example, you can create dynamic header and footer experiences that render across all the pages in SharePoint Online.",
2375+
"url": "https://docs.microsoft.com/sharepoint/dev/spfx/extensions/get-started/using-page-placeholder-with-extensions?WT.mc_id=m365-15741-cxa"
2376+
}
2377+
]
2378+
},
22592379
{
22602380
"name": "pnp-sp-dev-spfx-extensions-react-YOUR-SOLUTION-NAME-GOES-HERE",
22612381
"source": "pnp",

0 commit comments

Comments
 (0)