-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
25 lines (25 loc) · 804 Bytes
/
plugin.json
File metadata and controls
25 lines (25 loc) · 804 Bytes
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
{
"name": "contensio/plugin-booking",
"label": "Booking",
"description": "Let visitors book appointments for your services. Define services with duration and price, set weekly availability, manage appointments from an admin calendar, email confirmations included.",
"author": "Contensio",
"author_url": "https://contensio.com",
"version": "1.0.0",
"provider": "Contensio\\Booking\\BookingServiceProvider",
"autoload": {
"psr-4": {
"Contensio\\Booking\\": "src/"
}
},
"requires": {
"cms": "^2.0"
},
"menu": {
"placement": "tools",
"label": "Booking",
"icon": "bi-calendar-check",
"route": "contensio-booking.index",
"permission": "plugins.configure"
},
"removable": true
}