-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
executable file
·27 lines (26 loc) · 1.24 KB
/
plugin.xml
File metadata and controls
executable file
·27 lines (26 loc) · 1.24 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
<?xml version="1.0"?>
<zend-config xmlns:zf="http://framework.zend.com/xml/zend-config-xml/1.0/">
<plugin>
<pluginName>CoreShopExamples</pluginName>
<pluginNiceName>Developer Examples for CoreShop</pluginNiceName>
<pluginDescription><![CDATA[Developer Examples Plugin for CoreShop - Pimcore eCommerce]]></pluginDescription>
<pluginVersion>1.0</pluginVersion>
<pluginRevision>1</pluginRevision>
<pluginBuildTimestamp>0</pluginBuildTimestamp>
<pluginClassName>\CoreShopExamples\Plugin</pluginClassName>
<pluginIncludePaths>
<path>/CoreShopExamples/lib</path>
</pluginIncludePaths>
<pluginNamespaces>
<namespace>CoreShopExamples</namespace>
<namespace>CoreShop</namespace>
</pluginNamespaces>
<pluginJsPaths>
<path>/plugins/CoreShopExamples/static/js/coreshop/pricerule/actions/apiPrice.js</path>
<path>/plugins/CoreShopExamples/static/js/coreshop/carrier/shippingrule/actions/anyPrice.js</path>
<path>/plugins/CoreShopExamples/static/js/coreshop/carrier/shippingrule/conditions/random.js</path>
</pluginJsPaths>
<pluginCssPaths>
</pluginCssPaths>
</plugin>
</zend-config>