ToolJet/server/templates/inventory-management-airtable/manifest.json
2025-02-25 12:22:50 +05:30

20 lines
No EOL
444 B
JSON

{
"name": "Inventory management (Airtable)",
"description": "Organize product catalog in Airtable base with fields for details, inventory, and pricing to manage merchandise.",
"widgets": [
"Table",
"Container"
],
"sources": [
{
"name": "Airtable",
"id": "airtable"
},
{
"name": "Run JavaScript",
"id": "runjs"
}
],
"id": "inventory-management-airtable",
"category": "operations"
}