PluginProbe ʕ •ᴥ•ʔ
VikAppointments Services Booking Calendar / 1.2.21
VikAppointments Services Booking Calendar v1.2.21
1.2.21 1.2.20 trunk 1.2.17 1.2.18 1.2.19
vikappointments / site / helpers / libraries / import / forms / groups.xml
vikappointments / site / helpers / libraries / import / forms Last commit date
columns 3 days ago cities.xml 3 days ago coupons.xml 3 days ago customers.xml 3 days ago empgroups.xml 3 days ago employees.xml 3 days ago groups.xml 3 days ago index.html 3 days ago locations.xml 3 days ago optiongroups.xml 3 days ago options.xml 3 days ago reviews.xml 3 days ago services.xml 3 days ago states.xml 3 days ago
groups.xml
31 lines
1 <?xml version="1.0" encoding="utf-8"?>
2 <importable>
3
4 <table name="#__vikappointments_group" id="group">
5
6 <column
7 name="name"
8 label="VAPMANAGEGROUP2"
9 required="1"
10 />
11
12 <column
13 name="description"
14 label="VAPMANAGEGROUP3"
15 required="0"
16 filter="raw"
17 />
18
19 <column
20 name="ordering"
21 label="VAPMANAGECUSTOMF6"
22 required="0"
23 filter="uint"
24 />
25
26 </table>
27
28 <cancel task="group.cancel" />
29
30 </importable>
31