-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMoquiConf.xml
17 lines (17 loc) · 1021 Bytes
/
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" ?>
<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" default-subscreen="m">
<subscreens-item name="m" menu-include="false" no-sub-path="true"
location="component://GrowERP-backend-mobile/screen/website.xml"/>
</screen>
<screen location="component://webroot/screen/webroot/apps.xml">
<subscreens-item name="MobileAdmin" menu-index="10"
location="component://GrowERP-backend-mobile/screen/MobileAdmin.xml"/>
</screen>
<screen location="component://webroot/screen/webroot.xml" default-subscreen="growerp">
<subscreens-item name="growerp" menu-include="false" no-sub-path="true"
location="component://GrowERP-backend-mobile/screen/rest.xml"/>
</screen>
</screen-facade>
</moqui-conf>