forked from moqui/HiveMind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MoquiConf.xml
15 lines (15 loc) · 956 Bytes
/
MoquiConf.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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-3.xsd">
<screen-facade>
<screen location="component://webroot/screen/webroot.xml">
<subscreens-item name="hmstatic" menu-include="false" location="component://HiveMind/screen/hmstatic.xml"/>
</screen>
<screen location="component://webroot/screen/webroot/apps.xml">
<subscreens-item name="hm" menu-title="HiveMind PM" menu-index="7"
location="component://HiveMind/screen/HiveMindRoot.xml"/>
<subscreens-item name="hmadmin" menu-title="HiveMind Admin" menu-index="8"
location="component://HiveMind/screen/HiveMindAdmin.xml"/>
</screen>
</screen-facade>
</moqui-conf>