This repository has been archived by the owner on Jul 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
juarticlesave.xml
55 lines (51 loc) · 2.11 KB
/
juarticlesave.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.8" type="plugin" group="content" method="upgrade">
<name>PLG_CONTENT_JUARTICLESAVE</name>
<creationDate>@date@</creationDate>
<author>Denys Nosov</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://joomla-ua.org</authorUrl>
<version>@version@</version>
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<copyright>(C) 2018-2020 Joomla! Ukraine. All rights reserved!</copyright>
<description>PLG_CONTENT_JUARTICLESAVE_XML_DESCRIPTION</description>
<files>
<folder>lib</folder>
<filename plugin="juarticlesave">juarticlesave.php</filename>
<filename>index.html</filename>
</files>
<languages>
<language tag="en-GB">language/en-GB.plg_content_juarticlesave.ini</language>
<language tag="en-GB">language/en-GB.plg_content_juarticlesave.sys.ini</language>
</languages>
<update>https://joomla-ua.org/update/plg/juarticlesave.xml</update>
<updateservers>
<server type="extension" priority="1" name="JUArticleSave">https://joomla-ua.org/update/plg/juarticlesave.xml</server>
</updateservers>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="fix_date"
type="radio"
label="PLG_CONTENT_JUARTICLESAVE_FIX_DATE"
class="btn-group btn-group-yesno"
default="0"
>
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
<field
name="typo"
type="radio"
label="PLG_CONTENT_JUARTICLESAVE_USE_TYPO"
class="btn-group btn-group-yesno"
default="0"
>
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
</fieldset>
</fields>
</config>
</extension>