Skip to content

Commit f18666c

Browse files
Missing closing-tages (SharePoint#7242)
Add missing closing tags for NavigationNodes and Controls under section 3 / ThreeColumn
1 parent f01b7a2 commit f18666c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/solution-guidance/Introducing-the-PnP-Provisioning-Engine.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,9 @@ The result of extracting and saving the template is, depending of the extension
7878
<pnp:Navigation AddNewPagesToNavigation="true" CreateFriendlyUrlsForNewPages="true">
7979
<pnp:CurrentNavigation NavigationType="StructuralLocal">
8080
<pnp:StructuralNavigation RemoveExistingNodes="true">
81-
<pnp:NavigationNode Title="Who we are" Url="http://linkless.header/" IsExternal="true">
82-
</pnp:NavigationNode>
83-
<pnp:NavigationNode Title="What's happening" Url="http://linkless.header/" IsExternal="true">
84-
<pnp:NavigationNode Title="Find it" Url="http://linkless.header/" IsExternal="true">
85-
</pnp:NavigationNode>
81+
<pnp:NavigationNode Title="Who we are" Url="http://linkless.header/" IsExternal="true"/>
82+
<pnp:NavigationNode Title="What's happening" Url="http://linkless.header/" IsExternal="true"/>
83+
<pnp:NavigationNode Title="Find it" Url="http://linkless.header/" IsExternal="true"/>
8684
</pnp:StructuralNavigation>
8785
</pnp:CurrentNavigation>
8886
</pnp:Navigation>
@@ -131,6 +129,7 @@ The result of extracting and saving the template is, depending of the extension
131129
</pnp:CanvasControl>
132130
<pnp:CanvasControl WebPartType="Button" JsonControlData="{&quot;id&quot;: &quot;0f087d7f-520e-42b7-89c0-496aaf979d58&quot;, &quot;instanceId&quot;: &quot;deb39e2b-11a0-4141-8ac1-1078fe7cc392&quot;, &quot;title&quot;: &quot;..." ControlId="0f087d7f-520e-42b7-89c0-496aaf979d58" Order="3" Column="1" />
133131
<pnp:CanvasControl WebPartType="Image" JsonControlData="{&quot;id&quot;: &quot;d1d91016-032f-456d-98a4-721247c305e8&quot;, &quot;instanceId&quot;: &quot;e0b59b5b-8a5a-406e-9deb-6e6f9de4bd3b&quot;, &quot;title&quot;: &quot;Image&quot;, ..." ControlId="d1d91016-032f-456d-98a4-721247c305e8" Order="1" Column="2" />
132+
</pnp:Controls>
134133
</pnp:Section>
135134
</pnp:Sections>
136135
</pnp:ClientSidePage>

0 commit comments

Comments
 (0)