mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-29 01:17:24 +00:00
* add tooljet cli * remove yarn * add integration command * remove lic * add plugin command * feat: add plugin create cmd * add path * add create, delete, install cmds * auto-generated readme * use raw hygen runner inside cli * add auto gen doc * add rimraf * add correct plugin name for tree * remove oclif plugins * update version - npm * remove operations.ts * add root path
26 lines
No EOL
584 B
Perl
26 lines
No EOL
584 B
Perl
---
|
|
to: <%= plugins_path %>/packages/<%= name %>/lib/manifest.json
|
|
---
|
|
<%
|
|
Display_name = display_name.toUpperCase()
|
|
%>
|
|
{
|
|
"$schema": "https://json-schema.org/",
|
|
"$id": "https://tooljet.io/<%= Name %>/manifest.json",
|
|
"title": "<%= Name %> datasource",
|
|
"description": "A schema defining <%= name %> datasource",
|
|
"type": "api",
|
|
"source": {
|
|
"name": "<%= Display_name %>",
|
|
"kind": "<%= name %>",
|
|
"exposedVariables": {
|
|
"isLoading": {},
|
|
"data": {},
|
|
"rawData": {}
|
|
},
|
|
"options": {}
|
|
},
|
|
"defaults": {},
|
|
"properties": {},
|
|
"required": []
|
|
} |