osyoutube.xml
4.06 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.5" type="plugin" group="content" method="upgrade">
<name>plg_content_osyoutube</name>
<author>Joomlashack</author>
<creationDate>January 16 2018</creationDate>
<copyright>Copyright (C) 2016 Open Source Training, LLC</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<authorEmail>help@joomlashack.com</authorEmail>
<authorUrl>http://www.joomlashack.com</authorUrl>
<version>3.3.5</version>
<variant>FREE</variant>
<description>PLG_CONTENT_OSYOUTUBE_DESCRIPTION</description>
<scriptfile>script.installer.php</scriptfile>
<files>
<folder>language</folder>
<folder>library</folder>
<folder>views</folder>
<folder>form</folder>
<filename plugin="osyoutube">osyoutube.php</filename>
<filename>style.css</filename>
</files>
<media destination="plg_content_osyoutube" folder="media">
<folder>css</folder>
<folder>js</folder>
<folder>images</folder>
<folder>fonts</folder>
</media>
<config>
<fields name="params">
<fieldset name="basic" addfieldpath="/plugins/content/osyoutube/form/fields">
<field
name="width"
type="text"
default="425"
label="PLG_CONTENT_OSYOUTUBE_FIELD_WIDTH_LABEL"
description="PLG_CONTENT_OSYOUTUBE_FIELD_WIDTH_DESC"/>
<field
name="height"
type="text"
default="344"
label="PLG_CONTENT_OSYOUTUBE_FIELD_HEIGHT_LABEL"
description="PLG_CONTENT_OSYOUTUBE_FIELD_HEIGHT_DESC"/>
<field
name="responsive"
type="radio"
class="btn-group btn-group-yesno"
default="1"
label="PLG_CONTENT_OSYOUTUBE_FIELD_RESPONSIVE_LABEL"
description="PLG_CONTENT_OSYOUTUBE_FIELD_RESPONSIVE_DESC">
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
<field
name="ignore_html_links"
type="radio"
class="btn-group btn-group-yesno"
default="0"
label="PLG_CONTENT_OSYOUTUBE_FIELD_IGNORE_HTML_LINKS_LABEL"
description="PLG_CONTENT_OSYOUTUBE_FIELD_IGNORE_HTML_LINKS_DESC">
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
<field
type="customfooter"
name="customfooter"
media="plg_content_osyoutube"
showgoproad="1"
jedurl="http://extensions.joomla.org/extensions/extension/social-web/social-media/osyoutube" />
</fieldset>
</fields>
</config>
<updateservers>
<server type="extension" priority="1" name="OSYouTube"><![CDATA[https://deploy.ostraining.com/client/update/free/stable/plg_content_osyoutube]]></server>
</updateservers>
<alledia>
<element publish="true">osyoutube</element>
<namespace>OSYouTube</namespace>
<license>free</license>
<targetplatform>3.7</targetplatform>
<phpminimum>5.6</phpminimum>
<relatedExtensions>
<extension
type="library"
element="allediaframework">AllediaFramework</extension>
<extension
type="plugin"
group="system"
element="ossystem"
publish="true"
ordering="first">OSSystem</extension>
</relatedExtensions>
<include>AllediaFreeDefaultFiles</include>
<obsolete>
<file>/plugins/content/osyoutube/include.php</file>
<file>/plugins/content/osyoutube/library/Free/Embed.php</file>
</obsolete>
</alledia>
</extension>