-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod_kernel_booking.xml
More file actions
65 lines (60 loc) · 2.85 KB
/
Copy pathmod_kernel_booking.xml
File metadata and controls
65 lines (60 loc) · 2.85 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
<?xml version="1.0" encoding="utf-8" ?>
<extension type="module" version="3.1" client="site" method="upgrade">
<name>Kernel Booking</name>
<version>1.0.2</version>
<creationDate>August 2019</creationDate>
<author>Kernel Data Limited</author>
<authorEmail>info@kernel.co.uk</authorEmail>
<authorUrl>https://www.kernel.co.uk</authorUrl>
<copyright>Copyright © 2019 Kernel Data Limited - All Rights Reserved</copyright>
<license>GNU General Public License version 3 or later</license>
<description>
You can use this module to embed the Kernel Booking System (https://www.kernelbooking.co.uk). **NOTE: You must have an account with Kernel Booking for this plugin to work**
</description>
<scriptfile>installer.php</scriptfile>
<files>
<folder>tmpl</folder>
<filename module="mod_kernel_booking">mod_kernel_booking.php</filename>
<filename>index.html</filename>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="client"
type="text"
label="Client Alias"
description="Your client alias is found in the URL when you are logged in to your Kernel Booking account."
required="required"/>
<field
name="page"
type="list"
label="Embed Type"
description="Choose the page type that you want to embed."
required="required"
default="search">
<option value="search">Search</option>
<option value="view-booking">View Booking</option>
<option value="new-booking">New Booking</option>
<option value="detail">Room Detail</option>
<option value="calendar">Room Calendar</option>
</field>
<field
name="category"
type="integer"
first="0" last="1000" step="1"
label="Category ID (optional)"
description="Enter the category ID to filter the embedded results by."/>
<field
name="detail_id"
type="integer"
first="0" last="1000" step="1"
label="Room ID (optional)"
description="Enter the category ID to filter the embedded results by."/>
</fieldset>
</fields>
</config>
<updateservers>
<server type="extension" priority="2" name="Kernel Booking Updates">https://raw.githubusercontent.com/kernel-data/kernel-booking-joomla-module/master/manifest.xml</server>
</updateservers>
</extension>