Solution Link Missing Under Web Designer Galleries - SharePoint Online
If you have or create a SharePoint On-Premise site, and go to its Site Settings page, you will see the structure of "Web Designer Galleries" like this: But if you create a new SharePoint Online Modern Site and go to its Site Settings page, you will see the structure of "Web Designer Galleries" like this: Now if you want the structure of your SharePoint Online Web Designer Galleries to be exactly same as the On-Premise one, then you can achieve it using PowerShell. Please see the steps below: 1. First open Windows PowerShell ISE app and run as Administrator. 2. If you are using PowerShell ISE for the first-time on your machine then you will need to set the execution policy to run PowerShell commands on your computer. For setting execution policy enter the below command: Set-ExecutionPolicy -ExecutionPolicy Unrestricted Then click on "Yes to All". 3. Then install SharePoint Online PowerShell module so that you can communicate with SharePoint Online Sites th...