forked from escopecz/plg_githubrepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgithubrepo.xml
35 lines (35 loc) · 1.47 KB
/
githubrepo.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="content" method="upgrade">
<name>GitHub Repo</name>
<author>Jan Linhart</author>
<creationDate>April 2013</creationDate>
<copyright>Copyright (C) Jan Linhart. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>admin@escope.cz</authorEmail>
<authorUrl>http://www.escope.cz</authorUrl>
<version>2.5.0</version>
<description>
GitHub Repo plugin can embed any public GitHub repository right inside your content.
Example use: {githubrepo escopecz|plg_githubrepo}.
More into at http://www.escope.cz/en/extensions/documentation/98-github-repo.
</description>
<files>
<filename plugin="githubrepo">githubrepo.php</filename>
<filename>repo.js</filename>
<filename>index.html</filename>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field name="jquery"
type="list"
default="1"
description="Choose whether you want to load jQuery JavaScript library or not."
label="Load jQuery (J2.5 Only)">
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
</fieldset>
</fields>
</config>
</extension>