-
Notifications
You must be signed in to change notification settings - Fork 0
/
.craftplugin
35 lines (35 loc) · 907 Bytes
/
.craftplugin
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
29
30
31
32
33
34
35
{
"pluginName": "Remote",
"pluginDescription": "Send your Craft site's telemetry like versions, installed plugins, and more to the third-party Craft Remote service.",
"pluginVersion": "4.0.0",
"pluginAuthorName": "Good Work",
"pluginVendorName": "simplygoodwork",
"pluginAuthorUrl": "https://simplygoodwork.com",
"pluginAuthorGithub": "https://github.com/simplygoodwork",
"codeComments": "yes",
"pluginComponents": [
"consolecommands",
"controllers",
"models",
"services",
"settings",
"tasks",
"tests",
"utilities",
"variables",
"widgets"
],
"consolecommandName": "",
"controllerName": "Data",
"cpsectionName": "",
"elementName": "",
"fieldName": "",
"modelName": "Packet",
"purchasableName": "",
"recordName": "",
"serviceName": "",
"taskName": "",
"utilityName": "",
"widgetName": "",
"apiVersion": "api_version_4_0"
}