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
I encountered an issue when trying to add a text control inside a full-width one-column section using the Move-PnPPageComponent cmdlet. The following error is returned:
Move-PnPPageComponent: You cannot host text controls inside a one column full width section, only an image web part or hero web part are allowed.
The same issue occurs when I attempt to import a page template from an .xml file, using Invoke-PnPSiteTemplate, which includes a Custom WebPart in a full-width section.
Steps to Reproduce
Set-PnPPage -Identity Page -LayoutType Home -Publish
Move-PnPPageComponent -Page Page -InstanceId Id -Section 1
Expected Behavior
The text web part should be successfully moved to the full-width section without any restrictions.
Actual Behavior
An error message is displayed, indicating that only image web parts or hero web parts are allowed in the full-width section.
Additional Information
It would be helpful to confirm whether this behavior is intentional and if there are any recommended workarounds or alternative approaches for placing text components in a full-width section.
The text was updated successfully, but these errors were encountered:
Category
Describe the bug
Move-PnPPageComponent: You cannot host text controls inside a one column full width section, only an image web part or hero web part are allowed.
Steps to Reproduce
Expected Behavior
The text web part should be successfully moved to the full-width section without any restrictions.
Actual Behavior
An error message is displayed, indicating that only image web parts or hero web parts are allowed in the full-width section.
Additional Information
It would be helpful to confirm whether this behavior is intentional and if there are any recommended workarounds or alternative approaches for placing text components in a full-width section.
The text was updated successfully, but these errors were encountered: