ToolJet/server/templates/customer-dashboard/manifest.json

7 lines
250 B
JSON

{
"name": "Customer dashboard",
"description": "Display the list of customers on a table and signups on a chart using data from a PostgreSQL database.",
"widgets": ["Table", "Chart"],
"sources": ["PostgreSQL"],
"id": "customer-dashboard"
}