-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMODULE.json
More file actions
44 lines (44 loc) · 1.13 KB
/
MODULE.json
File metadata and controls
44 lines (44 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"description": "Integration of Yireo GoogleTagManager2 into LokiCheckout",
"integration": true,
"sequence": [
"LokiCheckout_Core",
"Loki_Components",
"Magento_Checkout",
"Magento_Store",
"Yireo_GoogleTagManager2"
],
"modules": [
"LokiCheckout_Core",
"Loki_Base",
"Loki_Components",
"Loki_CssUtils",
"Loki_FieldComponents",
"Loki_MapComponents",
"Magento_Backend",
"Magento_Catalog",
"Magento_CatalogInventory",
"Magento_CatalogSearch",
"Magento_Checkout",
"Magento_CheckoutAgreements",
"Magento_Config",
"Magento_ConfigurableProduct",
"Magento_Cookie",
"Magento_Customer",
"Magento_Directory",
"Magento_Eav",
"Magento_Newsletter",
"Magento_Payment",
"Magento_Quote",
"Magento_Sales",
"Magento_Shipping",
"Magento_Store",
"Magento_Tax",
"Magento_Vault",
"Yireo_CspUtilities",
"Yireo_GoogleTagManager2"
],
"components": [],
"config": [],
"tests": []
}