Forum Discussion
How to add javascript to sharepoint online Modern Page
- Feb 19, 2024
thanhtien19 Microsoft have purposefully locked down modern SharePoint sites to prevent a lot of the customisation that was previously available in older versions. However you can create web parts with the SharePoint Framework SPFx or download samples from github at https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples where there are instructions for downloading and installing them. Also, there is a modern script editor web part available from Add an app in the SharePoint menu.
Rob
Los Gallardos
Microsoft Power Automate Community Super User.
Principal Consultant, SharePoint and Power Platform WSP Global (and classic 1967 Morris Traveller driver)
thanhtien19 Microsoft have purposefully locked down modern SharePoint sites to prevent a lot of the customisation that was previously available in older versions. However you can create web parts with the SharePoint Framework SPFx or download samples from github at https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples where there are instructions for downloading and installing them. Also, there is a modern script editor web part available from Add an app in the SharePoint menu.
Rob
Los Gallardos
Microsoft Power Automate Community Super User.
Principal Consultant, SharePoint and Power Platform WSP Global (and classic 1967 Morris Traveller driver)
Rob_Elliott : But from sample https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples how to convert to file extension .sppkg . because update to sharepoint online app catalog
- ganeshsanapFeb 26, 2024MVP
You will first have to setup the SPFx development environment as given here (with the versions used in SPFx sample - can be found in package.json file): Set up your SharePoint Framework development environment
This will also come handy while setting up the SPFx environment: SharePoint Framework development tools and libraries compatibility
Then check the detailed steps given here to generate the .sppkg file (
) : Script editor web part for modern pages - Minimal Path to Awesome
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.