Forum Discussion
Bo1234567890
Jan 16, 2025Copper Contributor
Gear -> Add page give modern page when modern is disabled
Hi
SharePoint Server Subscription Edition.
We have a classic team site STS#0 with Modern disabled at site level:
$site = Get-SPSite http://spwfe
#Disable modern Lists and libraries at the Site Collection Level $featureguid = new-object System.Guid "E3540C7D-6BEA-403C-A224-1A12EAFEE4C4" $site.Features.Add($featureguid, $true)
If we go to site pages and click "New page" we get a classic page.
If we click "top ribbon gear" icon -> "Add a page" we get a MODERN page. How do we disable that so we get a classic page
No RepliesBe the first to reply