-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbibleversetooltip.xml
84 lines (79 loc) · 4.68 KB
/
bibleversetooltip.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
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
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.3" type="plugin" group="system">
<name>System - Bible Verse Tooltip</name>
<author>Gospel Powered</author>
<creationDate>16 June 2014</creationDate>
<copyright>Copyright (C) 2014 Gospel Powered. All rights <br/><br/>reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<authorEmail>hello@gospelpowered.com </authorEmail>
<authorUrl>www.gospelpowered.com</authorUrl>
<version>1.0.0</version>
<description>A plugin that brings the power of <a href="http://www.reftagger.com" target="_blank">Reftagger</a> to Joomla. Bible Verse Tooltip creates a link for every Bible reference on your website and allows you to hover over that link to see the verse directly within your website.<br/><br/> Brought to you by the team at <a href="http://www.gospelpowered.com" target="_blank">Gospel Powered</a> - equipping the church to do ministry online.<br/><br/></description>
<files>
<filename plugin="bibleversetooltip">bibleversetooltip.php</filename>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field type="spacer" name="myspacer" class="text" label="<b>Settings</b>"/>
<field name="translation" type="list" default="ESV" label="Choose a bible translation">
<option value="AB">Amplified Bible</option>
<option value="ASV">American Standard Version</option>
<option value="DAR">Darby</option>
<option value="ESV">English Standard Version</option>
<option value="GW">God's Word</option>
<option value="HCSB">Holman Christian Standard Bible</option>
<option value="KJV">King James Version</option>
<option value="LEB">Lexham English Bible</option>
<option value="MESSAGE">Message Bible</option>
<option value="NASB">New American Standard Bible</option>
<option value="NCV">New Century Version</option>
<option value="NIV">New International Version</option>
<option value="NIRV">New International Reader's Version</option>
<option value="NKJV">New King James Version</option>
<option value="NLT">New Living Translation</option>
<option value="DOURAYRHEIMS">Douay-Rheims</option>
<option value="YLT">Young's Literal Translation</option>
</field>
<field name="caseInsensitive" type="radio" default="!true" class="btn-group btn-group-yesno" label="Require uppercase" description="If set to Yes bible verses starting with a <br/>lower case will not show eg luke 1:1">
<option value="!true">Yes</option>
<option value="!false">No</option>
</field>
<field type="spacer" name="myspacer2" class="text" label="<b>Style</b>"/>
<field name="rounded" type="radio" default="true" class="btn-group btn-group-yesno" label="Rounded corners">
<option value="true">Yes</option>
<option value="false">No</option>
</field>
<field name="dropShadow" type="radio" default="true" class="btn-group btn-group-yesno" label="Drop shadow">
<option value="true">Yes</option>
<option value="false">No</option>
</field>
<field name="headingColor" type="color" default="#333333" label="Heading color"/>
<field name="headingBG" type="color" default="#E7E7E7" label="Heading background"/>
<field name="bodyBG" type="radio" default="light" class="btn-group btn-group-yesno" label="Body background">
<option value="light">Light</option>
<option value="dark">Dark</option>
</field>
<field name="bodyColor" type="color" default="#666666" label="Body color"/>
<field name="bodyLink" type="color" default="#0080FF" label="Link color"/>
<field type="spacer" name="myspacer3" class="text" label="<b>Social settings</b>"/>
<field name="facebook" type="radio" default="facebook" class="btn-group btn-group-yesno" label="Facebook">
<option value="facebook">Show</option>
<option value=" ">Hide</option>
</field>
<field name="twitter" type="radio" default="twitter" class="btn-group btn-group-yesno" label="Twitter">
<option value="twitter">Show</option>
<option value=" ">Hide</option>
</field>
<field name="google" type="radio" default="google" class="btn-group btn-group-yesno" label="Google+">
<option value="google">Show</option>
<option value=" ">Hide</option>
</field>
<field name="faithlife" type="radio" default="faithlife" class="btn-group btn-group-yesno" label="Faithlife">
<option value="faithlife">Show</option>
<option value=" ">Hide</option>
</field>
</fieldset>
</fields>
</config>
</extension>