Removing "Navigation" and "Scripts and Styles" from the toolbox
Hi,
Please tell me how to remove the "Navigation" and "Scripts and Styles" sections from the page edit toolbox. I was able to remove the other sections in ToolboxesConfig.config by doing this int the "PageControls" section:
<remove name="Login"/>
<remove name="Users"/>
<remove name="Social"/>
<remove name="Data"/>
<!--these 2 don't work-->
<remove name="Navigation"/>
<remove name="Scripts and Styles"/>
But last 2 don't work. Thanks.
Hi Adam,
You need to remove this section from the ToolBoxes.config:
<add name="NavigationControlsSection"> <tools> <add enabled="True" type="Telerik.Sitefinity.Multisite.Web.UI.SiteSelectorControl, Telerik.Sitefinity" title="SiteSelectorControlTitle" description="SiteSelectorControlDescription" resourceClassId="MultisiteResources" cssClass="sfSiteSelectorIcn" moduleName="Multisite" visibilityMode="None" name="SiteSelectorControlName" /> </tools>
</add><remove name="NavigationControlsSection"/>
<remove name="ScriptsAndStylesControlsSection"/>That worked, thank you!
Could also just go into the backend setting toolbox and uncheck enabled...that way you can turn them back on as needed quickly?