forked from jonesde/moqui-quasar-custom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMoquiConf.xml
14 lines (14 loc) · 1023 Bytes
/
MoquiConf.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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="dashboard" menu-include="false" location="component://mk-dashboard/screen/dashboard.xml"/>
<subscreens-item name="custom" menu-include="false" location="component://mk-dashboard/screen/custom.xml"/>
<subscreens-item name="static" menu-include="false" location="component://mk-dashboard/screen/static.xml"/>
</screen>
<screen location="component://webroot/screen/webroot/apps.xml">
<subscreens-item name="dashboard" menu-title="Dashboard" menu-index="1" location="component://mk-dashboard/screen/launcher.xml"/>
</screen>
</screen-facade>
</moqui-conf>