-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpankybrowsertitle.xml
34 lines (32 loc) · 1.51 KB
/
pankybrowsertitle.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.1" type="plugin" group="system" method="upgrade">
<name>PLG_SYSTEM_PANKYBROWSERTITLE</name>
<author>Panayiotis Kiriakopoulos</author>
<creationDate>April 2023</creationDate>
<copyright>(C) 2023 Panayiotis Kiriakopoulos</copyright>
<license>GNU General Public License version 3 or later; see LICENSE.txt</license>
<authorEmail>kiriakopoulos_p@hotmail.com</authorEmail>
<authorUrl>https://github.com/pnkr</authorUrl>
<version>1.0.1</version>
<description>PLG_SYSTEM_PANKYBROWSERTITLE_XML_DESCRIPTION</description>
<files>
<filename plugin="pankybrowsertitle">pankybrowsertitle.php</filename>
</files>
<media folder="media/plg_system_pankybrowsertitle" destination="plg_system_pankybrowsertitle">
<folder>js</folder>
<filename>joomla.asset.json</filename>
</media>
<languages>
<language tag="en-GB">language/en-GB/plg_system_pankybrowsertitle.ini</language>
<language tag="en-GB">language/en-GB/plg_system_pankybrowsertitle.sys.ini</language>
<language tag="el-GR">language/el-GR/plg_system_pankybrowsertitle.ini</language>
<language tag="el-GR">language/el-GR/plg_system_pankybrowsertitle.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="options" label="PLG_SYSTEM_PANKYBROWSERTITLE_MESSAGETEXT">
<field name="browsermessage" type="text" label="PLG_SYSTEM_PANKYBROWSERTITLE_MESSAGETEXT" description="PLG_SYSTEM_PANKYBROWSERTITLE_MESSAGEDESC" />
</fieldset>
</fields>
</config>
</extension>