ToolJet/server/templates/employee-directory/manifest.json
2024-03-01 20:42:31 +05:30

16 lines
No EOL
358 B
JSON

{
"name": "Employee directory",
"description": "Manage employee contact information and profiles in a centralized database built on the ToolJet database.",
"widgets": [
"Table",
"Chart"
],
"sources": [
{
"name": "ToolJet Database",
"id": "tooljetdb"
}
],
"id": "employee-directory",
"category": "human-resources"
}