-
Notifications
You must be signed in to change notification settings - Fork 0
/
quantummanagericon.xml
37 lines (32 loc) · 1.41 KB
/
quantummanagericon.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.8" type="plugin" group="quickicon" method="upgrade">
<name>PLG_QUANTUMMANAGERICON</name>
<creationDate>30.06.2019</creationDate>
<version>1.3.2</version>
<author>Tsymbal</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://www.norrnext.com</authorUrl>
<copyright>Copyright © 2019 Delo Design & NorrNext. All rights reserved.</copyright>
<license>GNU General Public License version 3 or later; see license.txt</license>
<description>PLG_QUANTUMMANAGERICON_XML_DESCRIPTION</description>
<namespace path="src">Joomla\Plugin\QuickIcon\QuantumManagerIcon</namespace>
<scriptfile>script.php</scriptfile>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.plg_quickicon_quantummanagericon.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_quickicon_quantummanagericon.sys.ini</language>
<language tag="ru-RU">ru-RU/ru-RU.plg_quickicon_quantummanagericon.ini</language>
<language tag="ru-RU">ru-RU/ru-RU.plg_quickicon_quantummanagericon.sys.ini</language>
</languages>
<files>
<folder>services</folder>
<folder plugin="quantummanagericon">src</folder>
<folder>language</folder>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field name="context" type="text" default="mod_quickicon" description="QUICKICON_GROUP" label="GROUP" />
</fieldset>
</fields>
</config>
</extension>