-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
executable file
·24 lines (24 loc) · 991 Bytes
/
plugin.xml
File metadata and controls
executable file
·24 lines (24 loc) · 991 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<zend-config xmlns:zf="http://framework.zend.com/xml/zend-config-xml/1.0/">
<plugin>
<pluginName>CoreShopDemo</pluginName>
<pluginDescription><![CDATA[CoreShop Demo Installer]]></pluginDescription>
<pluginVersion>1.0</pluginVersion>
<pluginRevision>1</pluginRevision>
<pluginBuildTimestamp>0</pluginBuildTimestamp>
<pluginClassName>\CoreShopDemo\Plugin</pluginClassName>
<pluginIncludePaths>
<path>/CoreShopDemo/lib</path>
</pluginIncludePaths>
<pluginNamespaces>
<namespace>CoreShopDemo</namespace>
</pluginNamespaces>
<pluginJsPaths>
<path>/plugins/CoreShopDemo/static/js/startup.js</path>
<path>/plugins/CoreShopDemo/static/js/install.js</path>
</pluginJsPaths>
<pluginCssPaths>
<path>/plugins/CoreShopDemo/static/css/coreshop-demo.css</path>
</pluginCssPaths>
</plugin>
</zend-config>