-
Notifications
You must be signed in to change notification settings - Fork 27
/
plugin.json
62 lines (60 loc) · 1.36 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"author":"Buildfire"
,"pluginName":"Loyalty"
,"pluginDescription":"Enhance customer loyalty with our plugin for personalized engagement."
,"pluginKeywords": "Points, Rewards, Loyalty, Redeem"
,"supportEmail":"[email protected]"
,"supportSite":"http://learn.appdocumentation.com/plugin-tutorials/loyalty-plugin-tutorial/"
,"offlineModeEnabled": true
,"control":{
"content":{
"enabled":true
}
, "customTabs": [
{ "title": "Introduction", "url": "/introduction/index.html" },
{ "title": "Points/Redeems", "url": "/results/index.html" },
{ "title": "Tests", "url": "/tests/index.html" }
]
, "design":{
"enabled":true
},
"settings":{
"enabled":true
},
"language": {
"enabled": true,
"languageJsonPath": "resources/languages.json",
"tagName": "$bfLanguageSettings_en-us"
}
}
,"widget":{
},
"features" : [],
"languages" : ["en"],
"media": [
{
"type": "image-resource",
"path": "1-Plugin.png"
},
{
"type": "image-resource",
"path": "2-Benefits.png"
},
{
"type": "image-resource",
"path": "3-Use-Cases.png"
},
{
"type": "image-resource",
"path": "4-Settings.png"
},
{
"type": "image-resource",
"path": "5-Analytics-Tab.png"
},
{
"type": "youtube-video",
"path": "https://www.youtube.com/watch?v=mZKVlCGJJwQ"
}
]
}