ToolJet/server/templates/release-notes/manifest.json

19 lines
382 B
JSON
Raw Normal View History

{
"name": "Release notes",
"description": "Stay informed about new features and bug fixes with clear and concise release notes.",
"widgets": [
"Table"
],
"sources": [
{
"name": "ToolJet Database",
"id": "tooljetdb"
},
{
"name": "Run JavaScript",
"id": "runjs"
}
],
"id": "release-notes",
"category": "product-management"
}