ToolJet/plugins/_templates/plugin/new/operations.ejs.t
Midhun G S f4284f8f81
Big Query Integration 🚀 (#2160)
* initial commit

* feature-2152 bigquery integration

* Typo fix

* moved bigquery to databse type
2022-02-07 15:32:38 +05:30

14 lines
No EOL
414 B
Perl

---
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": {}
}