-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtextrafield.xml
executable file
·23 lines (21 loc) · 994 Bytes
/
textrafield.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="k2" method="upgrade">
<name>TExtrafield</name>
<author>Mohamed Abdelaziz</author>
<creationDate>October 13rd, 2015</creationDate>
<copyright>Copyright (c) 2015 JoomReem. All rights reserved.</copyright>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomreem.com</authorUrl>
<version>1.0</version>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<description>Ever wish you could display K2 Extra Fields in an item Fulltext or Introtext? Now you can by using the tag syntax {extrafield aliasname} - Yes, it's that simple.</description>
<files>
<filename plugin="textrafield">textrafield.php</filename>
<filename>index.html</filename>
</files>
<!-- Standard plugin parameters for Joomla! 1.6+ -->
<config>
<fields name="params">
</fields>
</config>
</extension>