MjmlEntities.xml 1.26 KB
<?xml version="1.0" encoding="UTF-8"?>
<!--
This software is in the public domain under CC0 1.0 Universal plus a 
Grant of Patent License.

To the extent possible under law, the author(s) have dedicated all
copyright and related and neighboring rights to this software to the
public domain worldwide. This software is distributed without any
warranty.

You should have received a copy of the CC0 Public Domain Dedication
along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">

    <extend-entity entity-name="EmailTemplate" package="moqui.basic.email">
        <field name="grapesLocation" type="text-medium"/>
        <field name="htmlLocation" type="text-medium"/>
    </extend-entity>
    <view-entity entity-name="ProductStoreEmailDetail" package="mantle.product.store">
        <member-entity entity-alias="PSE" entity-name="mantle.product.store.ProductStoreEmail"/>
        <member-relationship entity-alias="ET" join-from-alias="PSE" relationship="template"/>
        <alias-all entity-alias="PSE"/>
        <alias-all entity-alias="ET"/>
    </view-entity>

</entities>