|
3788 | 3788 | } |
3789 | 3789 | ] |
3790 | 3790 | }, |
| 3791 | + { |
| 3792 | + "name": "pnp-sp-dev-spfx-extensions-js-application-layout-customizer", |
| 3793 | + "source": "pnp", |
| 3794 | + "title": "SharePoint Page Indexer", |
| 3795 | + "shortDescription": "A SharePoint Framework (SPFx) Application Customizer that applies a responsive 3-column grid layout to SharePoint Modern pages. Provides a Fluent-styled floating toolbar and modal panel for live column-width configuration, persisted via localStorage.", |
| 3796 | + "url": "https://github.com/pnp/sp-dev-fx-extensions/tree/main/samples/js-application-layout-customizer", |
| 3797 | + "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-extensions/tree/main/samples/js-application-layout-customizer", |
| 3798 | + "longDescription": [ |
| 3799 | + "A SharePoint Framework (SPFx) Application Customizer that applies a responsive 3-column grid layout to SharePoint Modern pages. Provides a Fluent-styled floating toolbar and modal panel for live column-width configuration, persisted via localStorage." |
| 3800 | + ], |
| 3801 | + "creationDateTime": "2026-03-11", |
| 3802 | + "updateDateTime": "2026-03-11", |
| 3803 | + "products": [ |
| 3804 | + "SharePoint", |
| 3805 | + "Office" |
| 3806 | + ], |
| 3807 | + "metadata": [ |
| 3808 | + { |
| 3809 | + "key": "CLIENT-SIDE-DEV", |
| 3810 | + "value": "TypeScript" |
| 3811 | + }, |
| 3812 | + { |
| 3813 | + "key": "SPFX-VERSION", |
| 3814 | + "value": "1.20.0" |
| 3815 | + } |
| 3816 | + ], |
| 3817 | + "thumbnails": [ |
| 3818 | + { |
| 3819 | + "name": "layout-customizer-demo.gif", |
| 3820 | + "type": "image", |
| 3821 | + "order": 100, |
| 3822 | + "url": "https://github.com/saiiiiiii/js-application-layout-customizer/raw/main/assets/layout-customizer-demo.gif", |
| 3823 | + "alt": "SharePoint Page Layout Customizer" |
| 3824 | + } |
| 3825 | + ], |
| 3826 | + "authors": [ |
| 3827 | + { |
| 3828 | + "gitHubAccount": "saiiiiiii", |
| 3829 | + "pictureUrl": "https://avatars.githubusercontent.com/u/46020510?v=4", |
| 3830 | + "name": "Sai Siva Ram Bandaru" |
| 3831 | + } |
| 3832 | + ], |
| 3833 | + "references": [ |
| 3834 | + { |
| 3835 | + "name": "Getting started with SharePoint Framework", |
| 3836 | + "description": "Introduction about how to develop Microsoft 365 extensions using SharePoint Framework.", |
| 3837 | + "url": "https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-developer-tenant" |
| 3838 | + }, |
| 3839 | + { |
| 3840 | + "name": "Build your first SharePoint Framework Extension", |
| 3841 | + "description": "Learn how to build your first SharePoint Framework Application Customizer.", |
| 3842 | + "url": "https://learn.microsoft.com/en-us/sharepoint/dev/spfx/extensions/get-started/build-a-hello-world-extension" |
| 3843 | + }, |
| 3844 | + { |
| 3845 | + "name": "Microsoft 365 Patterns and Practices", |
| 3846 | + "description": "Guidance, tooling, samples and open-source controls for your Microsoft 365 development.", |
| 3847 | + "url": "https://aka.ms/m365pnp" |
| 3848 | + }, |
| 3849 | + { |
| 3850 | + "name": "PnPjs Documentation", |
| 3851 | + "description": "PnPjs is a collection of fluent libraries for consuming SharePoint, Graph, and Office 365 REST APIs.", |
| 3852 | + "url": "https://pnp.github.io/pnpjs/" |
| 3853 | + } |
| 3854 | + ] |
| 3855 | + }, |
3791 | 3856 | { |
3792 | 3857 | "name": "pnp-sp-dev-spfx-extensions-react-application-collab-footer", |
3793 | 3858 | "source": "pnp", |
|
0 commit comments