-
Notifications
You must be signed in to change notification settings - Fork 4
/
.craftplugin
30 lines (30 loc) · 863 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
{
"pluginName": "Matrix Field Preview",
"pluginDescription": "Improve the matrix field publishing experience with screenshot previews.",
"pluginVersion": "5.0.0",
"pluginAuthorName": "Timmy O'Mahony ",
"pluginVendorName": "weareferal",
"pluginAuthorUrl": "https://craft-plugins.timmyomahony.com/matrix-field-preview",
"pluginAuthorGithub": "timmyomahony",
"codeComments": "yes",
"pluginComponents": [
"controllers",
"models",
"records",
"services",
"settings"
],
"consolecommandName": "",
"controllerName": "",
"cpsectionName": "",
"elementName": "",
"fieldName": "",
"modelName": "",
"purchasableName": "",
"recordName": "",
"serviceName": "",
"taskName": "",
"utilityName": "",
"widgetName": "",
"apiVersion": "api_version_3_0"
}