forked from BuildFire/gridLayoutLauncherPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
28 lines (26 loc) · 675 Bytes
/
plugin.json
File metadata and controls
28 lines (26 loc) · 675 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
28
{
"author":"BuildFire",
"pluginName":"Home Page Grid Layout",
"pluginDescription":"Create a unique home page-like experience to point your users where you want them to go. You can also use this as a home folder inside your app.",
"supportEmail":"support@buildfire.com",
"supportSite":"http://support.appdocumentation.com/knowledge-base/grid-layout-launcher-plugin-tutorial/",
"offlineModeEnabled": true,
"control":{
"content":{
"enabled":true
},
"design":{
"enabled":true
},
"settings":{
"enabled":false
}
},
"widget":{
},
"features":[
],
"languages":[
"en"
]
}