-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
28 lines (28 loc) · 894 Bytes
/
plugin.json
File metadata and controls
28 lines (28 loc) · 894 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
28
{
"name": "contensio/plugin-email-campaigns",
"label": "Email Campaigns",
"description": "Compose and send newsletters to your subscriber list. Visual editor, reusable templates, scheduled sending, open and click tracking, queued delivery.",
"author": "Contensio",
"author_url": "https://contensio.com",
"version": "1.0.0",
"provider": "Contensio\\EmailCampaigns\\EmailCampaignsServiceProvider",
"autoload": {
"psr-4": {
"Contensio\\EmailCampaigns\\": "src/"
}
},
"requires": {
"cms": "^2.0",
"plugins": {
"contensio/plugin-newsletter": "^1.0"
}
},
"menu": {
"placement": "tools",
"label": "Email Campaigns",
"icon": "bi-megaphone",
"route": "contensio-email-campaigns.index",
"permission": "plugins.configure"
},
"removable": true
}