Skip to content

Instantly share code, notes, and snippets.

@siata13
Last active April 22, 2019 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siata13/b78ccd8e0108c33bb47b1ff78d0ef496 to your computer and use it in GitHub Desktop.
Save siata13/b78ccd8e0108c33bb47b1ff78d0ef496 to your computer and use it in GitHub Desktop.
PnP_MultipleColumns
<?xml version="1.0"?>
<pnp:Provisioning xmlns:pnp="http://schemas.dev.office.com/PnP/2018/05/ProvisioningSchema">
<pnp:Preferences Generator="OfficeDevPnP.Core, Version=2.26.1805.1, Culture=neutral, PublicKeyToken=5e633289e95c321a" />
<pnp:Templates ID="CONTAINER-DEFAULTPAGETEMPLATES">
<pnp:ProvisioningTemplate ID="DEFAULTPAGETEMPLATES" Version="0" Scope="RootSite">
<pnp:ClientSidePages>
<pnp:ClientSidePage Title="{parameter:PageTitle}" PageName="{parameter:PageName}" PromoteAsNewsArticle="false" Overwrite="true" EnableComments="false">
<pnp:Sections>
<pnp:Section Order="1" Type="TwoColumnLeft">
<pnp:Controls>
<pnp:CanvasControl WebPartType="Text" ControlId="7aca70c6-02bc-4b46-a27e-093e34a7a4dc" Order="1" Column="1">
<pnp:CanvasControlProperties>
<pnp:CanvasControlProperty Key="Text" Value="&lt;p&gt;This is a paragraph of text in a Text web part. It's a good place to introduce yourself, describe your project or team, or add any information you need on your page. Just click within this text and replace it with your own.&lt;/p&gt;&#xA;&#xA;&lt;p&gt;You can use the formatting bar above to&lt;/p&gt;&#xA;&#xA;&lt;ul&gt;&#xA; &lt;li&gt;change styles&lt;/li&gt;&#xA; &lt;li&gt;add bullets&lt;/li&gt;&#xA; &lt;li&gt;align text&lt;/li&gt;&#xA; &lt;li&gt;add links&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;p&gt;You can delete the whole Text web part by clicking the Delete web part button on the left, or move it by clicking the Move web part button on the left.&lt;/p&gt;&#xA;" />
</pnp:CanvasControlProperties>
</pnp:CanvasControl>
<pnp:CanvasControl WebPartType="People" JsonControlData="{ &quot;serverProcessedContent&quot;: {&quot;htmlStrings&quot;:{},&quot;searchablePlainTexts&quot;:{},&quot;imageSources&quot;:{},&quot;links&quot;:{}}, &quot;properties&quot;: {&quot;persons&quot;:[],&quot;layout&quot;:1}}" ControlId="7f718435-ee4d-431c-bdbf-9c4ff326f46e" Order="1" Column="2" />
</pnp:Controls>
</pnp:Section>
</pnp:Sections>
<pnp:Header Type="None" />
</pnp:ClientSidePage>
</pnp:ClientSidePages>
</pnp:ProvisioningTemplate>
</pnp:Templates>
</pnp:Provisioning>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment