forked from moqui/SimpleScreens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MoquiConf.xml
17 lines (17 loc) · 1.04 KB
/
MoquiConf.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8" ?>
<!-- No copyright or license for configuration file, details here are not considered a creative work. -->
<moqui-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-2.1.xsd">
<screen-facade>
<screen location="component://webroot/screen/webroot.xml">
<subscreens-item name="ssstatic" menu-include="false" location="component://SimpleScreens/screen/ssstatic.xml"/>
</screen>
<screen location="component://webroot/screen/webroot/apps.xml">
<subscreens-item name="my" menu-title="My Account" menu-index="90"
location="component://SimpleScreens/screen/MyAccount.xml"/>
<!-- Not needed generally, but here commented for convenience:
<subscreens-item name="SimpleScreens" menu-title="Simple Screens" menu-index="95"
location="component://SimpleScreens/screen/SimpleScreens.xml"/>
-->
</screen>
</screen-facade>
</moqui-conf>