-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.craftplugin
executable file
·26 lines (26 loc) · 977 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
{
"pluginName": "Internal Assets",
"pluginDescription": "A simple plugin to restrict access to assets for permitted users only. Access to a given asset is only granted if the user has view-permissions for the given source (this can be set in the user- or group-settings).\r\n\r\nThe asset source folder should be moved out of the web root folder so the files are never accessible without this plugin.",
"pluginVersion": "4.1.1",
"pluginAuthorName": "Ramon Saccilotto",
"pluginVendorName": "saccilottoconsulting",
"pluginAuthorUrl": "https://github.com/tikiatua",
"pluginAuthorGithub": "tikiatua",
"codeComments": "yes",
"pluginComponents": [
"controllers"
],
"consolecommandName": "",
"controllerName": "",
"cpsectionName": "",
"elementName": "",
"fieldName": "",
"modelName": "",
"purchasableName": "",
"recordName": "",
"serviceName": "",
"taskName": "",
"utilityName": "",
"widgetName": "",
"apiVersion": "api_version_3_0"
}