-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathangular.xml
More file actions
executable file
·34 lines (33 loc) · 1.14 KB
/
angular.xml
File metadata and controls
executable file
·34 lines (33 loc) · 1.14 KB
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="2.5" type="plugin" group="system">
<name>plg_system_angular</name>
<author>Sanjeev Shrestha</author>
<creationDate>Jan 2013</creationDate>
<copyright>Copyright (C) 2013 Sanjeev Shrestha. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.sanjeevshrestha.com.np</authorUrl>
<version>1.0.0</version>
<description>PLG_ANGULAR_XML_DESCRIPTION</description>
<files>
<filename plugin="angular">angular.php</filename>
<filename>ganon.php</filename>
<filename>index.html</filename>
</files>
<languages>
<language tag="en-GB">en-GB.plg_system_angular.ini</language>
<language tag="en-GB">en-GB.plg_system_angular.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field name="component" type="text"
description="PLG_SYSTEM_ANGULAR_FIELD_COMPONENT_DESC"
label="PLG_SYSTEM_ANGULAR_FIELD_LOG_COMPONENT_LABEL"
default="0"
>
</field>
</fieldset>
</fields>
</config>
</extension>