-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
24 lines (24 loc) · 1.01 KB
/
plugin.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
<?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="Wolf jPlayer for e107" lan="" version="1.0.2" date="2016-10-30" compatibility="2.0" installRequired="true" >
<author name="Jimako" url="http://e107.sk" />
<summary lan="">e107 version of a WordPress Wolf plugin based on the jPlayer jQuery. </summary>
<description lan="">e107 version of a WordPress Wolf plugin based on the jPlayer jQuery. Allows multiple playlists.</description>
<keywords>
<word>multimedia</word>
<word>files</word>
</keywords>
<category>content</category>
<copyright>GPL+WTFPL</copyright>
<adminLinks>
<link url="admin_config.php" description="" icon="" iconSmall="" icon128="" primary="true" >LAN_CONFIGURE</link>
</adminLinks>
<pluginPrefs>
<pref name='bg_color'>#353535</pref>
<pref name='bg_opacity'>100</pref>
<pref name='font_color'>#ffffff</pref>
<pref name='social_meta'>1</pref>
<pref name='scrollbar'>0</pref>
<pref name='song_count_before_scroll'>6</pref>
<pref name='skin'>1</pref>
</pluginPrefs>
</e107Plugin>