-
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) · 813 Bytes
/
plugin.json
File metadata and controls
25 lines (25 loc) · 813 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-pricing-tables",
"label": "Pricing Tables",
"description": "Create and manage pricing tables. Multiple plans with features, highlights, CTA buttons, and an optional monthly/yearly toggle. Embed on any page via block type.",
"author": "Contensio",
"author_url": "https://contensio.com",
"version": "1.0.0",
"provider": "Contensio\\PricingTables\\PricingTablesServiceProvider",
"autoload": {
"psr-4": {
"Contensio\\PricingTables\\": "src/"
}
},
"requires": {
"cms": "^2.0"
},
"menu": {
"placement": "tools",
"label": "Pricing Tables",
"icon": "bi-table",
"route": "contensio-pricing-tables.index",
"permission": "plugins.configure"
},
"removable": true
}