ToolJet/server/templates/mortgage-calculator/manifest.json

15 lines
327 B
JSON
Raw Normal View History

{
"name": "Mortgage calculator",
"description": "Quickly estimate monthly payments and compare rates with this user-friendly mortgage calculator.",
"widgets": [
"Table"
],
"sources": [
{
"name": "Run JavaScript",
"id": "runjs"
}
],
"id": "mortgage-calculator",
"category": "operations"
}