ToolJet/plugins/_templates/plugin/new/operations.ejs.t

14 lines
414 B
Perl
Raw Normal View History

---
to: <%= plugins_path %>/packages/<%= name %>/lib/operations.json
---
<%
Display_name = h.capitalize(display_name)
%>
{
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/operations.schema.json",
"title": "<%= Display_name %> datasource",
"description": "A schema defining <%= Display_name %> datasource",
"type": "<%= type %>",
"defaults": {},
"properties": {}
}