-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
27 lines (27 loc) · 809 Bytes
/
plugin.json
File metadata and controls
27 lines (27 loc) · 809 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
26
27
{
"name": "contensio/plugin-forms",
"label": "Form Builder",
"description": "Visual form builder. Create custom forms with multiple field types. Embed in any page via block type. Submissions inbox, email notifications, CSV export.",
"author": "Contensio",
"author_url": "https://contensio.com",
"version": "1.0.0",
"provider": "Contensio\\Forms\\FormsServiceProvider",
"autoload": {
"psr-4": {
"Contensio\\Forms\\": "src/"
}
},
"requires": {
"cms": "^2.0"
},
"menu": [
{
"placement": "content",
"label": "Forms",
"icon": "bi-ui-checks-grid",
"route": "contensio-forms.admin.index",
"permission": "plugins.configure"
}
],
"removable": true
}