forked from blasvicco/consoletoolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.craftplugin
24 lines (24 loc) · 791 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
{
"pluginName": "Console Toolkit",
"pluginDescription": "A couple of util commands for the craft console.",
"pluginVersion": "1.0.1",
"pluginAuthorName": "Blas Vicco",
"pluginVendorName": "blasvicco",
"pluginAuthorUrl": "https://github.com/blasvicco",
"pluginAuthorGithub": "blasvicco",
"codeComments": "",
"pluginComponents": ["consolecommands", "services"],
"consolecommandName": "RemoveEmptyFields,ReSavingEntries",
"controllerName": "",
"cpsectionName": "",
"elementName": "",
"fieldName": "",
"modelName": "",
"purchasableName": "",
"recordName": "",
"serviceName": "RemoveNativeFields,RemoveSuperTableFields",
"taskName": "",
"utilityName": "",
"widgetName": "",
"apiVersion": "api_version_3_0"
}