forked from moqui/mantle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.xml
16 lines (14 loc) · 886 Bytes
/
components.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<component-list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-1.6.xsd">
<!-- core components, always load these first -->
<component location="mantle-udm"/>
<component location="mantle-usl"/>
<component location="mantle-ubpl"/>
<!-- general integrations -->
<!-- not doing whole directory to allow individual selection: <component-dir location="integration"/> -->
<component name="mantle-edi" location="integration/mantle-edi"/>
<!-- OAGIS is essentially empty, don't load by default: <component name="mantle-oagis" location="integration/mantle-oagis"/> -->
<!-- payment gateway integrations -->
<component-dir location="payment"/>
<!-- <component name="AuthorizeDotNet" location="payment/AuthorizeDotNet"/> -->
</component-list>