This extension allows SharePoint admins to customize and enhance page layouts by providing settings for:
- Full-width display for all screen sizes.
- Adjustable height between web parts.
- Configurable footer text positioning.
Get your own free development tenant by subscribing to Microsoft 365 Developer Program.
Ensure you have access to administrative permissions within SharePoint.
Solution | Author(s) |
---|---|
Admin Settings Extension | Chipui Kasar |
Version | Date | Comments |
---|---|---|
1.0 | February 7, 2025 | Initial release |
THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
- Clone this repository.
- Ensure that you are at the solution folder.
- Run the following commands:
- npm install
- gulp serve
This extension offers the following functionalities exclusively for SharePoint admins:
- Full-Width Display: Admins can set pages to span the full width across all screen sizes.
- Web Part Spacing: Admins can adjust the height between web parts for better content organization.
- Footer Text Positioning: Admins can change the position of the footer text to suit their design preferences.
- Navigate to the SharePoint page where the extension is deployed.
- Ensure you have admin permissions.
- Access the admin settings panel to:
- Enable or disable full-width display.
- Adjust spacing between web parts using the height slider.
- Move the footer text using drag-and-drop or predefined options.
- Getting Started with SharePoint Framework
- Use Microsoft Graph in Your Solution
- Microsoft 365 Patterns and Practices - Guidance, tooling, samples, and open-source controls for your Microsoft 365 development.