forked from septor/showonpages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.xml
executable file
·22 lines (22 loc) · 884 Bytes
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="ShowOnPages" lan="LAN_SHOWONPAGES_NAME" version="1.0" date="2015-11-14" compatibility="2.0" installRequired="true" >
<author name="Patrick Weaver" url="http://trickmod.com" />
<summary lan="LAN_SHOWONPAGES_SUMM">Shows code on a page. Or many pages.</summary>
<description lan="LAN_SHOWONPAGES_DISC">Display code on any page, every page, or only one page to a defined userclass.</description>
<keywords>
<word>everypage</word>
<word>code</word>
<word>javascript</word>
<word>css</word>
<word>meta</word>
<word>snippet</word>
</keywords>
<category>content</category>
<copyright>2015</copyright>
<adminLinks>
<link url="admin_config.php" description="" icon="" iconSmall="" primary="true" >LAN_CONFIGURE</link>
</adminLinks>
<pluginPrefs>
<pref name='pageType'>exact</pref>
</pluginPrefs>
</e107Plugin>