-
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) · 796 Bytes
/
plugin.json
File metadata and controls
25 lines (25 loc) · 796 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-invoices",
"label": "Invoices",
"description": "Standalone invoice generator. Create, send and track invoices with sequential numbering, company details, line items, tax rates, and a printable view that customers can save as PDF.",
"author": "Contensio",
"author_url": "https://contensio.com",
"version": "1.0.0",
"provider": "Contensio\\Invoices\\InvoicesServiceProvider",
"autoload": {
"psr-4": {
"Contensio\\Invoices\\": "src/"
}
},
"requires": {
"cms": "^2.0"
},
"menu": {
"placement": "tools",
"label": "Invoices",
"icon": "bi-receipt",
"route": "contensio-invoices.index",
"permission": "plugins.configure"
},
"removable": true
}