-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscripturelinks.xml
More file actions
72 lines (64 loc) · 3.53 KB
/
scripturelinks.xml
File metadata and controls
72 lines (64 loc) · 3.53 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
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="content" method="upgrade">
<name>plg_content_scripturelinks</name>
<author>CWM Team</author>
<creationDate>2026-03</creationDate>
<copyright>(C) 2026 CWM Team All rights reserved</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>support@christianwebministries.org</authorEmail>
<authorUrl>https://www.christianwebministries.org</authorUrl>
<version>1.0.0</version>
<description>PLG_CONTENT_SCRIPTURELINKS_DESCRIPTION</description>
<namespace path="src">CWM\Plugin\Content\ScriptureLinks</namespace>
<files>
<folder plugin="scripturelinks">services</folder>
<folder>src</folder>
<folder>tmpl</folder>
</files>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.plg_content_scripturelinks.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_content_scripturelinks.sys.ini</language>
</languages>
<config>
<fields name="params" addfieldprefix="CWM\Library\Scripture\Field">
<fieldset name="basic"
label="PLG_CONTENT_SCRIPTURELINKS_TAB_SETTINGS"
description="PLG_CONTENT_SCRIPTURELINKS_TAB_SETTINGS_DESC">
<field name="mode" type="list" default="tag"
label="PLG_CONTENT_SCRIPTURELINKS_MODE_LABEL"
description="PLG_CONTENT_SCRIPTURELINKS_MODE_DESC">
<option value="tag">PLG_CONTENT_SCRIPTURELINKS_MODE_TAG</option>
<option value="auto">PLG_CONTENT_SCRIPTURELINKS_MODE_AUTO</option>
</field>
<field name="display" type="list" default="inline"
label="PLG_CONTENT_SCRIPTURELINKS_DISPLAY_LABEL"
description="PLG_CONTENT_SCRIPTURELINKS_DISPLAY_DESC">
<option value="tooltip">PLG_CONTENT_SCRIPTURELINKS_DISPLAY_TOOLTIP</option>
<option value="inline">PLG_CONTENT_SCRIPTURELINKS_DISPLAY_INLINE</option>
<option value="popup">PLG_CONTENT_SCRIPTURELINKS_DISPLAY_POPUP</option>
</field>
<field name="gdpr_mode" type="radio" default="0"
label="PLG_CONTENT_SCRIPTURELINKS_GDPR_LABEL"
description="PLG_CONTENT_SCRIPTURELINKS_GDPR_DESC"
layout="joomla.form.field.radio.switcher">
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
</fieldset>
<fieldset name="translations"
label="PLG_CONTENT_SCRIPTURELINKS_TAB_SCRIPTURE"
description="PLG_CONTENT_SCRIPTURELINKS_TAB_SCRIPTURE_DESC">
<!-- Hidden fields for Joomla form save — visible UI rendered by TranslationsManagerField -->
<field name="provider_getbible" type="hidden" default="1" />
<field name="provider_api_bible" type="hidden" default="0" />
<field name="api_bible_api_key" type="hidden" default="" filter="string" />
<field name="default_version" type="hidden" default="kjv" />
<field name="cache_days" type="hidden" default="30" />
<field name="translations_manager"
type="translationsmanager"
label=""
description="" />
</fieldset>
</fields>
</config>
</extension>