-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmydiscount.xml
27 lines (24 loc) · 908 Bytes
/
mydiscount.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
<?xml version="1.0" encoding="utf-8"?>
<!--
JBZoo App is universal Joomla CCK, application for YooTheme Zoo component
@package jbzoo
@version 2.x Pro
@author JBZoo App http://jbzoo.com
@copyright Copyright (C) JBZoo.com, All rights reserved.
@license MIT
@coder Denis Smetannikov <[email protected]>
-->
<element type="element" group="Core" hidden="false">
<name>My Discount</name>
<author>SmetDenis</author>
<creationDate>2015</creationDate>
<copyright>Copyright (C) JBZoo.com</copyright>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://jbzoo.com</authorUrl>
<version>1.0</version>
<description>Simple example</description>
<params>
<param name="rate" type="text" default="-10%" label="Discount"/>
<param name="limit" type="text" default="10000" label="Limit"/>
</params>
</element>