Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

How to display multiple site configurations in SharePoint 2013?

$
0
0
I made a site definition and I have multiple configurations. But when I try to create a subsite, and I look under the SharePoint Customizations tab for Template Selection. I only see `MyPublishingPage` and not `MyPublishingPage2` or `NewWeb`. Why is my third and first one not showing in the list?

Thanks

    <?xml version="1.0" encoding="utf-8"?>
    <Project Title="MyPublishingPage" Revision="2" ListDir="" xmlns:ows="Microsoft SharePoint" xmlns="http://schemas.microsoft.com/sharepoint/">
      <NavBars>

      </NavBars>

    
    
    
      <Configurations>
    
        <Configuration ID="-1" Name="NewWeb"/>
    
        <Configuration ID="0" Name="MyPublishingPage">
          <Lists>
    
          </Lists>
          <SiteFeatures>
          </SiteFeatures>
          <WebFeatures>
    
          </WebFeatures>
          <Modules>
            <Module Name="DefaultBlank" />
          </Modules>
        </Configuration>
    
    
        <Configuration ID="1" Name="MyPublishingPage2">
          <Lists>
    
          </Lists>
          <SiteFeatures>
          </SiteFeatures>
          <WebFeatures>
    
          </WebFeatures>
          <Modules>
            <Module Name="DefaultBlank2" />
          </Modules>
        </Configuration>
        
        
        
        
        
        
        
      </Configurations>
      <Modules>
        <Module Name="DefaultBlank" Url="" Path="">
          <File Url="default.aspx">
          </File>
        </Module>
        <Module Name="DefaultBlank2" Url="" Path="">
          <File Url="default.aspx">
          </File>
        </Module>
      </Modules>
    </Project>

Viewing all articles
Browse latest Browse all 7589

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>