-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.craftplugin
37 lines (37 loc) · 930 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
36
37
{
"pluginName": "CraftCMS Contests",
"pluginDescription": "This is a plugin that allows you to run contests with voting in your CraftCMS site",
"pluginVersion": "4.0.5",
"pluginAuthorName": "The Refinery",
"pluginVendorName": "therefinery",
"pluginAuthorUrl": "https://the-refinery.io",
"pluginAuthorGithub": "https://github.com/the-refinery/contests-craft3-plugin",
"codeComments": "",
"pluginComponents": [
"consolecommands",
"controllers",
"cpsection",
"models",
"records",
"services",
"settings",
"tasks",
"twigextensions",
"utilities",
"variables",
"widgets"
],
"consolecommandName": "",
"controllerName": "",
"cpsectionName": "",
"elementName": "",
"fieldName": "",
"modelName": "",
"purchasableName": "",
"recordName": "",
"serviceName": "",
"taskName": "",
"utilityName": "",
"widgetName": "",
"apiVersion": "api_version_3_0"
}