forked from moqui/moqui-quasar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MoquiConf.xml
19 lines (18 loc) · 1.39 KB
/
MoquiConf.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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>
<!-- qvt is a custom extension for Quasar & Vue JS component templates (extended HTML) -->
<screen-text-output type="qvt" mime-type="text/html" always-standalone="true"
macro-template-location="component://moqui-quasar/template/screen-macro/DefaultScreenMacros.qvt.ftl"/>
<screen-text-output type="qjs" mime-type="application/javascript" always-standalone="true"
macro-template-location="template/screen-macro/DefaultScreenMacros.plain.ftl"/>
<screen-text-output type="qvue" mime-type="text/html" always-standalone="true"
macro-template-location="template/screen-macro/DefaultScreenMacros.plain.ftl"/>
<screen location="component://webroot/screen/webroot.xml">
<!-- qapps is a SPA wrapper around apps.xml just like vapps.xml -->
<subscreens-item name="qapps" menu-include="false" location="component://moqui-quasar/screen/qapps.xml"/>
<subscreens-item name="qstatic" menu-include="false" location="component://moqui-quasar/screen/qstatic.xml"/>
</screen>
</screen-facade>
</moqui-conf>