TextWebPart

TextWebPart

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
<Site Url="{url}" Title="{title}" OwnerLogin="{siteowner}" Template="STS#3" LCID="1033" StorageQuota="1024" TimeZoneId="4">
    <RootWeb Title="{title}" Url="{url}" Description="{description}" LCID="1033">
        <Properties>
            <Property Name="WebTemplate">ModernSite</Property>
            <Property Name="WebTemplateVersion">1.0.0.0</Property>
        </Properties>
        <ClientSidePages>
            <ClientSidePage Name="ModernPage1.aspx" HeaderAuthor="megan.bowen@contoso.onmicrosoft.com" HeaderImageUrl="/sites/ModernPage/SiteAssets/sample-image.jpg" Promoted="PromoteOnPublish" >
            </ClientSidePage>
            <ClientSidePage Name="ModernPage2.aspx" HeaderAuthor="megan.bowen@contoso.onmicrosoft.com" HeaderImageUrl="/sites/ModernPage/SiteAssets/sample-image.jpg" Promoted="NotPromoted" >
                <Sections>
                    <Section SectionBackgroundColor="None" SectionTemplate="OneColumnFullWidth"></Section>
                    <Section SectionBackgroundColor="Neutral" SectionTemplate="TwoColumn"></Section>
                    <Section SectionBackgroundColor="Strong" SectionTemplate="TwoColumnRight">
                        <TextWebpart Id="92e71a13-3a59-4091-af05-df6894518383" Column="1" Order ="1">{Lorem Ipsum}</TextWebpart>
                    </Section>
                </Sections>
            </ClientSidePage>
        </ClientSidePages>
    </RootWeb>
</Site>
What's on this Page