-
Notifications
You must be signed in to change notification settings - Fork 1
/
customfields.xml
41 lines (37 loc) · 1.17 KB
/
customfields.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
<?xml version="1.0" encoding="utf-8"?>
<!--
/**
* @copyright Copyright (c) 2016 R2H B.V. (http://www.r2h.nl). All rights reserved.
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/
-->
<extension type="plugin" version="3.0" group="content" method="upgrade">
<name>plg_content_plugin_customfields</name>
<author>Rick Spaan</author>
<creationDate>February 2016</creationDate>
<copyright>Copyright (c) 2016 R2HB.V. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://www.r2h.nl</authorUrl>
<version>1.0.0</version>
<description>
<![CDATA[
<p>Custom field plugin for com_content</p>
]]>
</description>
<files>
<folder>forms</folder>
<filename plugin="customfields">customfields.php</filename>
<filename>index.html</filename>
</files>
<languages>
<language tag="en-GB">language/en-GB/en-GB.plg_content_customfields.ini</language>
<language tag="en-GB">language/en-GB/en-GB.plg_content_customfields.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
</fieldset>
</fields>
</config>
</extension>