-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathplugin.json
executable file
·45 lines (45 loc) · 1.12 KB
/
plugin.json
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
38
39
40
41
42
43
44
45
{
"author": "Buildfire",
"pluginName": "Upvote",
"pluginDescription": "Engage customers, clients, or students with Upvote to vote on new products, services, or features before launch, tracking votes, comments, and progress with notifications.",
"pluginKeywords": "decision, cast, ballot, voice, choice, election, poll, popularity, voters, suggestions",
"supportEmail": "[email protected]",
"supportSite":"https://learn.buildfire.com/en/articles/4133836-what-is-the-up-vote-feature",
"control": {
"content": {
"enabled": true
},
"design": {
"enabled": false
},
"settings": {
"enabled": true
},
"cssInjection" : {
"enabled": true,
"layouts": [
{
"name": "Test Layout 1",
"imageUrl": "resources/layouts_img/layout1.png",
"cssPath": "widget/layouts/layout1.css"
}
]
},
"language" : {
"enabled": true,
"languageJsonPath": "resources/languages.json"
},
"customTabs": [
{
"title": "Tests",
"url": "/tests/index.html"
}
]
},
"widget": {
},
"features": [],
"languages": [
"en"
]
}