forked from BuildFire/folderPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
27 lines (27 loc) · 718 Bytes
/
plugin.json
File metadata and controls
27 lines (27 loc) · 718 Bytes
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
{
"author": "BuildFire",
"pluginName": "Folder",
"pluginDescription": "The Folder plugin allows you to include any number of plugin instances inside it. It's a great for when you need to categorize content and help your users find what they are looking for quickly.Related Topics: Home Folder",
"supportEmail": "support@buildfire.com",
"supportSite": "http://learn.appdocumentation.com/plugin-tutorials/folder-plugin-tutorial",
"offlineModeEnabled": true,
"control": {
"content": {
"enabled": true
},
"design": {
"enabled": true
},
"settings": {
"enabled": false
}
},
"widget": {
"enabled": true
},
"features": [
],
"languages": [
"en"
]
}