Forum Discussion
Oskar Kuus
May 04, 2018Iron Contributor
Sharepoint Team Group site - can not add script, lacking role? How can i fix this?
Hi Im struggling to create a webpage for my Team Sharepoint Group Site. I can not use the Modern UI pages since they dont allow me to insert any scripts. So i have created a wiki page where ...
John Warner
May 04, 2018Iron Contributor
You can add scripts to modern pages. You will need to deploy the Modern Script Editor web part that can be found in the SPFX web part examples. It takes some configuring and deployment, but there are detailed instructions here:
https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/samples/react-script-editor
I works just like the Script Editor for classic. I highly recommend deploying this one.
- Oskar KuusMay 06, 2018Iron Contributor
Looks wonderful but im lost in how i should get this on my sites.
Dont even know where to start.....
- John WarnerMay 14, 2018Iron Contributor
There are instructions on the link in my response. It is a bit technical, so you may need to enlist some help from your IT dept if you can't understand what to do.