|
4176 | 4176 | } |
4177 | 4177 | ] |
4178 | 4178 | }, |
| 4179 | + { |
| 4180 | + "name": "pnp-sp-dev-spfx-extensions-react-command-task-mgmt", |
| 4181 | + "source": "pnp", |
| 4182 | + "title": "Grouped ListView Command Set - Task Management", |
| 4183 | + "shortDescription": "This sample demonstrates the new Grouping support for ListView Command Sets introduced in SPFx 1.23. It adds a grouped Status command (with Approve and Reject sub-commands) to the SharePoint modern list view toolbar and context menu.", |
| 4184 | + "url": "https://github.com/pnp/sp-dev-fx-extensions/tree/main/samples/react-command-task-mgmt", |
| 4185 | + "longDescription": [ |
| 4186 | + "This sample demonstrates the new Grouping support for ListView Command Sets introduced in SPFx 1.23. It adds a grouped Status command (with Approve and Reject sub-commands) to the SharePoint modern list view toolbar and context menu." |
| 4187 | + ], |
| 4188 | + "creationDateTime": "2026-05-31", |
| 4189 | + "updateDateTime": "2026-05-31", |
| 4190 | + "products": [ |
| 4191 | + "SharePoint" |
| 4192 | + ], |
| 4193 | + "metadata": [ |
| 4194 | + { |
| 4195 | + "key": "CLIENT-SIDE-DEV", |
| 4196 | + "value": "React" |
| 4197 | + }, |
| 4198 | + { |
| 4199 | + "key": "SPFX-VERSION", |
| 4200 | + "value": "1.23.0" |
| 4201 | + } |
| 4202 | + ], |
| 4203 | + "tags": [], |
| 4204 | + "categories": [ |
| 4205 | + "SPFX-APPLICATION-EXTENSION" |
| 4206 | + ], |
| 4207 | + "thumbnails": [ |
| 4208 | + { |
| 4209 | + "name": "task-management.png", |
| 4210 | + "type": "image", |
| 4211 | + "order": 100, |
| 4212 | + "url": "https://github.com/pnp/sp-dev-fx-extensions/raw/main/samples/react-command-task-mgmt/assets/task-management.png", |
| 4213 | + "alt": "Web Part Preview" |
| 4214 | + } |
| 4215 | + ], |
| 4216 | + "authors": [ |
| 4217 | + { |
| 4218 | + "gitHubAccount": "a1mery", |
| 4219 | + "pictureUrl": "https://github.com/a1mery.png", |
| 4220 | + "name": "Aimery Thomas" |
| 4221 | + } |
| 4222 | + ], |
| 4223 | + "references": [ |
| 4224 | + { |
| 4225 | + "name": "Overview of SharePoint Framework Extensions", |
| 4226 | + "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.", |
| 4227 | + "url": "https://learn.microsoft.com/sharepoint/dev/spfx/extensions/overview-extensions?WT.mc_id=m365-15741-cxa" |
| 4228 | + }, |
| 4229 | + { |
| 4230 | + "name": "Use page placeholders from Application Customizer", |
| 4231 | + "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.", |
| 4232 | + "url": "https://learn.microsoft.com/sharepoint/dev/spfx/extensions/get-started/using-page-placeholder-with-extensions?WT.mc_id=m365-15741-cxa" |
| 4233 | + } |
| 4234 | + ] |
| 4235 | + }, |
4179 | 4236 | { |
4180 | 4237 | "name": "pnp-sp-dev-spfx-extensions-js-application-listdrivenplaceholders", |
4181 | 4238 | "source": "pnp", |
|
0 commit comments