-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
executable file
·39 lines (39 loc) · 1.01 KB
/
plugin.json
File metadata and controls
executable file
·39 lines (39 loc) · 1.01 KB
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
{
"author": "Buildfire",
"pluginName": "Mortgage Estimator",
"pluginDescription": "The Mortgage Estimator lets users quickly estimate monthly payments by inputting loan amount, interest rate, term, and tax, helping them plan budgets and make informed decisions.",
"pluginKeywords": "mortgage estimator, real estate, calculator , payments, estimator",
"supportEmail": "support@buildfire.com",
"supportSite":"https://learn.appdocumentation.com/en/articles/8014016-mortgage-estimator-plugin",
"control": {
"content": {
"enabled": true
},
"design": {
"enabled": false
},
"settings": {
"enabled": false
},
"cssInjection" : {
"enabled": true,
"layouts": [
{
"name": "Layout 1",
"imageUrl": "resources/layouts_img/layout1.png",
"cssPath": "widget/layouts/layout1.css"
}
]
},
"language" : {
"enabled": true,
"languageJsonPath": "resources/languages.json"
}
},
"widget": {
},
"features": [],
"languages": [
"en"
]
}