Exploring SharePoint Publishing Feature to Configure From Onet.xml

When you create your own publishing site definition then you can configure SharePoint out of the box publishing feature in onet.xmlnnnExample: when you open onet.xml of existing publishing site definition then you find publishing feature configured like this:nn<Feature ID=”22A9EF51-737B-4ff2-9346-694633FE4416″>nnn<Properties xmlns=”http://schemas.microsoft.com/sharepoint/”>nnn<Property Key=”ChromeMasterUrl” Value=””/>nnn<Property Key=”WelcomePageUrl” Value=”$Resources:cmscore,List_Pages_UrlName;/default.aspx”/>nnn<Property Key=”PagesListUrl” Value=””/>nnn<Property Key=”AvailableWebTemplates” Value=””/>nnn<Property Key=”AvailablePageLayouts” Value=””/>nn<Property Key=”SimplePublishing” Value=”true” />nnn</Properties>nnn</Feature>nnSo you can … Read more