Added configuration to enable or disable the Start Page
This commit is contained in:
parent
0ae9a68a8c
commit
4ddaeeca0b
@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<UniversalEditor>
|
||||
<Configuration>
|
||||
<Group ID="Application">
|
||||
<Group ID="StartPage">
|
||||
<!--
|
||||
Set to false if you don't want the StartPage to be available. Note
|
||||
that you will also need to remove the ViewStartPage menu item if it's
|
||||
defined in MainMenu.xml to completely remove all entry points to the
|
||||
Start Page.
|
||||
-->
|
||||
<Property ID="Enabled" Value="true" />
|
||||
|
||||
<!--
|
||||
The URL from which to download Start Page content.
|
||||
-->
|
||||
<Property ID="ContentURL" />
|
||||
|
||||
<!--
|
||||
Configuration settings for content refresh.
|
||||
-->
|
||||
<Group ID="ContentRefreshTimeout">
|
||||
<Property ID="Enabled" Value="false" />
|
||||
<Property ID="Interval" Value="0" />
|
||||
</Group>
|
||||
</Group>
|
||||
</Group>
|
||||
</Configuration>
|
||||
</UniversalEditor>
|
||||
@ -40,6 +40,7 @@
|
||||
<Content Include="Configuration\CommandBars.xml" />
|
||||
<Content Include="Configuration\Commands.xml" />
|
||||
<Content Include="Configuration\MainMenu.xml" />
|
||||
<Content Include="Configuration\StartPage.xml" />
|
||||
<Content Include="OptionPanels\Application.xml" />
|
||||
<Content Include="Editors\UniversalEditor.Editors.Icarus.IcarusScriptEditor\Images\Commands\mnuDebugBreak.png" />
|
||||
<Content Include="Editors\UniversalEditor.Editors.Icarus.IcarusScriptEditor\Images\Commands\mnuDebugStart.png" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user