-
-
Notifications
You must be signed in to change notification settings - Fork 158
/
Copy pathplugin.xml
executable file
·210 lines (210 loc) · 16.3 KB
/
plugin.xml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<?xml version="1.0"?>
<zend-config xmlns:zf="http://framework.zend.com/xml/zend-config-xml/1.0/">
<plugin>
<pluginName>CoreShop</pluginName>
<pluginDescription>
CoreShop is the first OpenSource Onlineshop plugin for Pimcore.
</pluginDescription>
<pluginVersion>1.1.1</pluginVersion>
<pluginRevision>102</pluginRevision>
<pluginBuildTimestamp>1473930818</pluginBuildTimestamp>
<pluginClassName>\CoreShop\Plugin</pluginClassName>
<pluginIncludePaths>
<path>/CoreShop/lib</path>
<path>/CoreShop/lib/Pimcore/Model</path>
<path>/CoreShop/models</path>
</pluginIncludePaths>
<pluginNamespaces>
<namespace>CoreShop</namespace>
</pluginNamespaces>
<pluginJsPaths-extjs6>
<path>/plugins/CoreShop/static/js/startup.js</path>
<path>/plugins/CoreShop/static/js/coreshop/plugin/broker.js</path>
<path>/plugins/CoreShop/static/js/coreshop/plugin/plugin.js</path>
<path>/plugins/CoreShop/static/js/coreshop/helper.js</path>
<path>/plugins/CoreShop/static/js/coreshop/global.js</path>
<path>/plugins/CoreShop/static/js/coreshop/settings.js</path>
<path>/plugins/CoreShop/static/js/coreshop/update.js</path>
<path>/plugins/CoreShop/static/js/coreshop/abstract/panel.js</path>
<path>/plugins/CoreShop/static/js/coreshop/abstract/item.js</path>
<path>/plugins/CoreShop/static/js/coreshop/currencies/panel.js</path>
<path>/plugins/CoreShop/static/js/coreshop/currencies/item.js</path>
<path>/plugins/CoreShop/static/js/coreshop/countries/panel.js</path>
<path>/plugins/CoreShop/static/js/coreshop/countries/item.js</path>
<path>/plugins/CoreShop/static/js/coreshop/zones/panel.js</path>
<path>/plugins/CoreShop/static/js/coreshop/zones/item.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/tags/multiselect.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/tags/select.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/classes/data/data.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/classes/data/dataMultiselect.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/tags/coreShopCountryMultiselect.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/classes/data/coreShopCountryMultiselect.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/tags/coreShopCountry.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/classes/data/coreShopCountry.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/tags/coreShopCarrier.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/classes/data/coreShopCarrier.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/tags/coreShopCarrierMultiselect.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/classes/data/coreShopCarrierMultiselect.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/tags/coreShopPriceRule.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/classes/data/coreShopPriceRule.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/tags/coreShopCurrencyMultiselect.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/classes/data/coreShopCurrencyMultiselect.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/tags/coreShopCurrency.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/classes/data/coreShopCurrency.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/panel.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/item.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/action.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/condition.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/abstract.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/actions/abstract.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/conditions/abstract.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/conditions/amount.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/conditions/weight.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/conditions/quantity.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/conditions/categories.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/conditions/countries.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/conditions/customers.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/conditions/customerGroups.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/conditions/carriers.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/conditions/products.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/conditions/timeSpan.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/conditions/totalPerCustomer.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/conditions/zones.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/conditions/currencies.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/actions/freeShipping.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/actions/discountAmount.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/actions/discountPercent.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/actions/gift.js</path>
<path>/plugins/CoreShop/static/js/coreshop/pricerules/panel.js</path>
<path>/plugins/CoreShop/static/js/coreshop/pricerules/item.js</path>
<path>/plugins/CoreShop/static/js/coreshop/carriers/panel.js</path>
<path>/plugins/CoreShop/static/js/coreshop/carriers/item.js</path>
<path>/plugins/CoreShop/static/js/coreshop/orderstates/panel.js</path>
<path>/plugins/CoreShop/static/js/coreshop/orderstates/item.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/tags/coreShopOrderState.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/classes/data/coreShopOrderState.js</path>
<path>/plugins/CoreShop/static/js/coreshop/broker.js</path>
<path>/plugins/CoreShop/static/js/coreshop/install/install.js</path>
<path>/plugins/CoreShop/static/js/coreshop/taxes/panel.js</path>
<path>/plugins/CoreShop/static/js/coreshop/taxes/item.js</path>
<path>/plugins/CoreShop/static/js/coreshop/taxrulegroups/panel.js</path>
<path>/plugins/CoreShop/static/js/coreshop/taxrulegroups/item.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/tags/coreShopTaxRuleGroup.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/classes/data/coreShopTaxRuleGroup.js</path>
<path>/plugins/CoreShop/static/js/coreshop/layout/portlets/ordersAndCartsFromLastDays.js</path>
<path>/plugins/CoreShop/static/js/coreshop/layout/portlets/salesFromLastDays.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/objectMultihref.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/variantGenerator.js</path>
<path>/plugins/CoreShop/static/js/coreshop/product/specificprice/panel.js</path>
<path>/plugins/CoreShop/static/js/coreshop/product/specificprice/item.js</path>
<path>/plugins/CoreShop/static/js/coreshop/product/specificprice/actions/newPrice.js</path>
<path>/plugins/CoreShop/static/js/coreshop/orders/grid.js</path>
<path>/plugins/CoreShop/static/js/coreshop/orders/invoice.js</path>
<path>/plugins/CoreShop/static/js/coreshop/indexes/item.js</path>
<path>/plugins/CoreShop/static/js/coreshop/indexes/panel.js</path>
<path>/plugins/CoreShop/static/js/coreshop/indexes/fields.js</path>
<path>/plugins/CoreShop/static/js/coreshop/indexes/objecttype/abstract.js</path>
<path>/plugins/CoreShop/static/js/coreshop/indexes/objecttype/mysql/field.js</path>
<path>/plugins/CoreShop/static/js/coreshop/indexes/objecttype/elasticsearch/field.js</path>
<path>/plugins/CoreShop/static/js/coreshop/indexes/type/abstract.js</path>
<path>/plugins/CoreShop/static/js/coreshop/indexes/type/elasticsearch.js</path>
<path>/plugins/CoreShop/static/js/coreshop/indexes/getters/abstract.js</path>
<path>/plugins/CoreShop/static/js/coreshop/indexes/getters/brick.js</path>
<path>/plugins/CoreShop/static/js/coreshop/indexes/getters/fieldcollection.js</path>
<path>/plugins/CoreShop/static/js/coreshop/indexes/getters/localizedfield.js</path>
<path>/plugins/CoreShop/static/js/coreshop/indexes/getters/classificationstore.js</path>
<path>/plugins/CoreShop/static/js/coreshop/indexes/interpreters/abstract.js</path>
<path>/plugins/CoreShop/static/js/coreshop/product/filters/item.js</path>
<path>/plugins/CoreShop/static/js/coreshop/product/filters/panel.js</path>
<path>/plugins/CoreShop/static/js/coreshop/product/filters/abstract.js</path>
<path>/plugins/CoreShop/static/js/coreshop/product/filters/condition.js</path>
<path>/plugins/CoreShop/static/js/coreshop/product/filters/conditions/abstract.js</path>
<path>/plugins/CoreShop/static/js/coreshop/product/filters/conditions/select.js</path>
<path>/plugins/CoreShop/static/js/coreshop/product/filters/conditions/multiselect.js</path>
<path>/plugins/CoreShop/static/js/coreshop/product/filters/conditions/boolean.js</path>
<path>/plugins/CoreShop/static/js/coreshop/product/filters/conditions/range.js</path>
<path>/plugins/CoreShop/static/js/coreshop/product/filters/similarity.js</path>
<path>/plugins/CoreShop/static/js/coreshop/product/filters/similarities/abstract.js</path>
<path>/plugins/CoreShop/static/js/coreshop/product/filters/similarities/field.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/tags/coreShopFilter.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/classes/data/coreShopFilter.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/tags/coreShopLanguage.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/classes/data/coreShopLanguage.js</path>
<path>/plugins/CoreShop/static/js/coreshop/orders/createPayment.js</path>
<path>/plugins/CoreShop/static/js/coreshop/report/abstract.js</path>
<path>/plugins/CoreShop/static/js/coreshop/report/reports/sales.js</path>
<path>/plugins/CoreShop/static/js/coreshop/report/reports/carts.js</path>
<path>/plugins/CoreShop/static/js/coreshop/report/reports/products.js</path>
<path>/plugins/CoreShop/static/js/coreshop/report/reports/categories.js</path>
<path>/plugins/CoreShop/static/js/coreshop/report/reports/customers.js</path>
<path>/plugins/CoreShop/static/js/coreshop/report/reports/quantities.js</path>
<path>/plugins/CoreShop/static/js/coreshop/report/reports/carriers.js</path>
<path>/plugins/CoreShop/static/js/coreshop/report/reports/payments.js</path>
<path>/plugins/CoreShop/static/js/coreshop/report/monitoring/abstract.js</path>
<path>/plugins/CoreShop/static/js/coreshop/report/monitoring/reports/emptyCategories.js</path>
<path>/plugins/CoreShop/static/js/coreshop/report/monitoring/reports/disabledProducts.js</path>
<path>/plugins/CoreShop/static/js/coreshop/manufacturers/panel.js</path>
<path>/plugins/CoreShop/static/js/coreshop/manufacturers/item.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/classes/data/coreShopManufacturer.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/tags/coreShopManufacturer.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/classes/data/coreShopManufacturerMultiselect.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/tags/coreShopManufacturerMultiselect.js</path>
<path>/plugins/CoreShop/static/js/coreshop/states/panel.js</path>
<path>/plugins/CoreShop/static/js/coreshop/states/item.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/tags/coreShopState.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/classes/data/coreShopState.js</path>
<path>/plugins/CoreShop/static/js/coreshop/report/monitoring/reports/outOfStockProducts.js</path>
<path>/plugins/CoreShop/static/js/coreshop/product/grid.js</path>
<path>/plugins/CoreShop/static/js/coreshop/messaging/panel.js</path>
<path>/plugins/CoreShop/static/js/coreshop/messaging/contact/panel.js</path>
<path>/plugins/CoreShop/static/js/coreshop/messaging/contact/item.js</path>
<path>/plugins/CoreShop/static/js/coreshop/messaging/threadstate/panel.js</path>
<path>/plugins/CoreShop/static/js/coreshop/messaging/threadstate/item.js</path>
<path>/plugins/CoreShop/static/js/coreshop/messaging/thread/panel.js</path>
<path>/plugins/CoreShop/static/js/coreshop/messaging/thread/item.js</path>
<path>/plugins/CoreShop/static/js/coreshop/orders/message.js</path>
<path>/plugins/CoreShop/static/js/coreshop/orders/order.js</path>
<path>/plugins/CoreShop/static/js/coreshop/product/pricerule/panel.js</path>
<path>/plugins/CoreShop/static/js/coreshop/product/pricerule/item.js</path>
<path>/plugins/CoreShop/static/js/coreshop/orders/address.js</path>
<path>/plugins/CoreShop/static/js/coreshop/shops/panel.js</path>
<path>/plugins/CoreShop/static/js/coreshop/shops/item.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/tags/coreShopShop.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/classes/data/coreShopShop.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/classes/data/coreShopShopMultiselect.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/tags/coreShopShopMultiselect.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/conditions/shops.js</path>
<path>/plugins/CoreShop/static/js/coreshop/rules/conditions/personas.js</path>
<path>/plugins/CoreShop/static/js/coreshop/carriers/shippingrules/panel.js</path>
<path>/plugins/CoreShop/static/js/coreshop/carriers/shippingrules/item.js</path>
<path>/plugins/CoreShop/static/js/coreshop/carriers/shippingrules/action.js</path>
<path>/plugins/CoreShop/static/js/coreshop/carriers/shippingrules/condition.js</path>
<path>/plugins/CoreShop/static/js/coreshop/carriers/shippingrules/actions/additionAmount.js</path>
<path>/plugins/CoreShop/static/js/coreshop/carriers/shippingrules/actions/additionPercent.js</path>
<path>/plugins/CoreShop/static/js/coreshop/carriers/shippingrules/actions/discountAmount.js</path>
<path>/plugins/CoreShop/static/js/coreshop/carriers/shippingrules/actions/discountPercent.js</path>
<path>/plugins/CoreShop/static/js/coreshop/carriers/shippingrules/actions/fixedPrice.js</path>
<path>/plugins/CoreShop/static/js/coreshop/carriers/shippingrules/conditions/countries.js</path>
<path>/plugins/CoreShop/static/js/coreshop/carriers/shippingrules/conditions/amount.js</path>
<path>/plugins/CoreShop/static/js/coreshop/carriers/shippingrules/conditions/weight.js</path>
<path>/plugins/CoreShop/static/js/coreshop/carriers/shippingrules/conditions/zones.js</path>
<path>/plugins/CoreShop/static/js/coreshop/carriers/shippingrules/conditions/dimension.js</path>
<path>/plugins/CoreShop/static/js/coreshop/carriers/shippingrules/conditions/postcodes.js</path>
<path>/plugins/CoreShop/static/js/coreshop/carriers/shippingrules/conditions/products.js</path>
<path>/plugins/CoreShop/static/js/coreshop/carriers/shippingrules/conditions/categories.js</path>
<path>/plugins/CoreShop/static/js/coreshop/carriers/shippingrules/conditions/customerGroups.js</path>
<path>/plugins/CoreShop/static/js/coreshop/carriers/shippingrules/conditions/currencies.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/tags/coreShopSpecificPrices.js</path>
<path>/plugins/CoreShop/static/js/coreshop/object/classes/data/coreShopSpecificPrices.js</path>
<path>/plugins/CoreShop/static/js/coreshop/product/specificprice/object/item.js</path>
</pluginJsPaths-extjs6>
<pluginDocumentEditmodeJsPaths>
<path>/CoreShop/static/js/coreshop/document/tags/product.js</path>
<path>/CoreShop/static/js/coreshop/document/tags/coreshopareablock.js</path>
<path>/CoreShop/static/js/coreshop/document/tags/coreshoparea.js</path>
</pluginDocumentEditmodeJsPaths>
<pluginCssPaths-extjs6>
<path>/plugins/CoreShop/static/css/coreshop.css</path>
</pluginCssPaths-extjs6>
</plugin>
</zend-config>