New integrations to be published #375
Replies: 2 comments 2 replies
-
Wow! That's great! |
Beta Was this translation helpful? Give feedback.
-
Just checked your Amasty integration. You can update the integration and clean it using the recent By doing this, you can remove all of the registration files: define(['jquery'], function ($) {
'use strict';
$.breezemap.__register('...');
}); When autoregistering is possible:
Example 1Autoregister will work because of <item name="Amasty_Customform/js/form-filler" xsi:type="array">
<item name="path" xsi:type="string">AQELTech_BreezeAmastyCustomForms/js/form-filler</item>
<item name="import" xsi:type="array">
<item name="parent" xsi:type="string">Amasty_Customform/js/form-filler</item>
</item>
<item name="load" xsi:type="array">
<item name="onRequire" xsi:type="boolean">true</item>
</item>
</item>
Updated xml: <item name="Amasty_Customform/js/form-filler" xsi:type="array">
<item name="path" xsi:type="string">Amasty_Customform/js/form-filler</item>
<item name="load" xsi:type="array">
<item name="onRequire" xsi:type="boolean">true</item>
</item>
</item> Example 2Autoregister is working because of <item name="Amasty_Customform/js/form-filler" xsi:type="array">
<item name="path" xsi:type="string">Amasty_Customform/js/form-filler</item>
<item name="anonymous" xsi:type="boolean">true</item>
</item> |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions