-
Notifications
You must be signed in to change notification settings - Fork 71
/
MoquiConf.xml
16 lines (16 loc) · 1.01 KB
/
MoquiConf.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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="popc" menu-title="POP Commerce" menu-include="false"
location="component://PopCommerce/screen/PopCommerceRoot.xml"/>
</screen>
<screen location="component://webroot/screen/webroot/apps.xml">
<subscreens-item name="PopcAdmin" menu-title="POPC ERP" menu-index="9"
location="component://PopCommerce/screen/PopCommerceAdmin.xml"/>
<subscreens-item name="hhwh" menu-title="HH Warehouse" menu-index="20"
location="component://SimpleScreens/screen/BasicHandheld/Warehouse.xml"/>
</screen>
</screen-facade>
</moqui-conf>