You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the release of the new page title options and the 'Banner' web part, it is not possible to provision new pages that have this web part in the default "OneColumnFullWidth" section type.
For example, if this is set within the site template XML:
We have the same problem.
We use the templates for an automated translation workflow in SharePoint.
This is now increasingly not working due to the error message:
Invoke-PnPSiteTemplate : You cannot host text controls inside a one column full width section, only an image web part or hero web part are allowed
It would be great if you could provide a solution or workaround.
Thank you very much!
It seems they fixed it on PnP Framework (pnp/pnpframework#1043) but not in PnP PowerShell. So I guess it will depend on whether we are provisioning using PnP.Framework or PnP.PowerShell
With the release of the new page title options and the 'Banner' web part, it is not possible to provision new pages that have this web part in the default "OneColumnFullWidth" section type.
For example, if this is set within the site template XML:
The following error is generated when Invoke-PnPSiteTemplate is run:
Invoke-PnPSiteTemplate: You cannot host text controls inside a one column full width section, only an image web part or hero web part are allowed.
If you change this to put the "PageTitle" web part into a standard "OneColumn" section type it will work.
It looks like the schema needs to be updated to permit this.
The text was updated successfully, but these errors were encountered: