Question

I am trying to add web part zone to new page layout template using SP Designer but after clicking on button "Web Part Zone" nothing is happening.

fyi I have migrated site from SP 2010 to SP Online.

Était-ce utile?

La solution

Can you add web part zone in other site which is not migrated from SharePoint 2010?

Try to add the following snippet:

<WebPartPages:WebPartZone runat="server" Title="TestZone1" ID="TestZone1">
<ZoneTemplate></ZoneTemplate>
</WebPartPages:WebPartZone>

Similar issue post for your reference:

Add web part zone in custom page layout

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top