mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* initial commit * feature-2152 bigquery integration * Typo fix * moved bigquery to databse type
14 lines
No EOL
414 B
Perl
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": {}
|
|
} |