Skip to content

Commit

Permalink
Modern Page Title in OneColumnFullWithSection also allowed in TEAMCHA…
Browse files Browse the repository at this point in the history
…NNEL Sites
  • Loading branch information
Christian Zuellig committed Oct 28, 2024
1 parent 7a47e87 commit 4626d9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sdk/PnP.Core/Model/SharePoint/Pages/Internal/Page.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2084,6 +2084,7 @@ private async Task ValidateOneColumnFullWidthSectionUsageAsync()
// we allow enabling communication site features on STS and EHS sites, so don't block adding full width sections on those sites
!PnPContext.Web.WebTemplate.Equals("STS", StringComparison.InvariantCultureIgnoreCase) &&
!PnPContext.Web.WebTemplate.Equals("GROUP", StringComparison.InvariantCultureIgnoreCase) &&
!PnPContext.Web.WebTemplate.Equals("TEAMCHANNEL", StringComparison.InvariantCultureIgnoreCase) &&
!PnPContext.Web.WebTemplate.Equals("EHS", StringComparison.InvariantCultureIgnoreCase) &&
// SharePoint Syntex Content Center sites can also have full width sections
!PnPContext.Web.WebTemplate.Equals("CONTENTCTR", StringComparison.InvariantCultureIgnoreCase))
Expand Down

0 comments on commit 4626d9c

Please sign in to comment.