forked from rajeshstarlite/StarLite-Notification-Bar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
slnotificationbar.xml
54 lines (48 loc) · 2.8 KB
/
slnotificationbar.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8"?>
<extension version="1.6" type="plugin" group="system" method="upgrade">
<name>System - StarLite Notification Bar</name>
<author>StarLite</author>
<creationDate>November 05, 2012</creationDate>
<copyright>Copyright (C) 2012 - 2017 www.starliteweb.com All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html</license>
<authorEmail>[email protected]</authorEmail>
<version>1.4</version>
<authorUrl>www.starliteweb.com</authorUrl>
<description>PLG_SLNB_XML_DESC</description>
<files>
<filename plugin="slnotificationbar">slnotificationbar.php</filename>
<filename>index.html</filename>
<folder>slnotificationbar</folder>
</files>
<languages folder="language">
<language tag="en-GB">en-GB.plg_system_slnotificationbar.ini</language>
<language tag="en-GB">en-GB.plg_system_slnotificationbar.sys.ini</language>
</languages>
<updateservers>
<!-- Note: No spaces or linebreaks allowed between the server tags -->
<server type="extension" name="StarLite Notification Bar's updates">http://starliteweb.com/update.xml</server>
</updateservers>
<config>
<fields name="params" addfieldpath="/plugins/system/slnotificationbar/slnotificationbar/elements/">
<fieldset name="basic">
<field name="display_position" type="list" default="top" label="PLG_SLNB_DISPLAY_LABEL"
description="PLG_SLNB_DISPLAY_DESC">
<option value="top">PLG_SLNB_TOP</option>
<option value="bottom">PLG_SLNB_BOTTOM</option>
</field>
<field name="textcolor" type="color" default="#DB5903" cellwidth="7" cellheight="10"
top="20" left="-30" label="PLG_SLNB_COLOR_LABEL" description="PLG_SLNB_COLOR_DESC"></field>
<field name="backgroundcolor" type="color" default="#FFFFFF" cellwidth="7" cellheight="10" top="20"
left="-30" label="PLG_SLNB_BACKGROUND_LABEL" description="PLG_SLNB_BACKGROUND_DESC"></field>
<field name="fontsize" type="text" default="12" label="PLG_SLNB_FONTSIZE_LABEL"
description="PLG_SLNB_FONTSIZE_DESC"></field>
<field name="notificationmessage" type="textarea" cols="40" rows="5" default="" filter="raw"
label="PLG_SLNB_NOTIFICATION_MESSAGE_LABEL"
description="PLG_SLNB_NOTIFICATION_MESSAGE_DESC" />
<field name="showinmenu_items" type="menuitem" multiple="true" size="4"
label="PLG_SLNB_NOTIFICATION_MENUITEM_LABEL"
description="PLG_SLNB_NOTIFICATION_MENUITEM_DESC" />
</fieldset>
</fields>
</config>
</extension>