ToolJet/plugins/packages/googlesheets/lib/manifest.json
2022-02-08 08:44:38 +05:30

36 lines
No EOL
813 B
JSON

{
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/manifest.schema.json",
"title": "Google Sheets datasource",
"description": "A schema defining google sheets datasource",
"type": "api",
"source": {
"name": "Google Sheets",
"kind": "googlesheets",
"exposedVariables": {
"isLoading": false,
"data": {},
"rawData": {}
},
"options": {
"api_key": {
"type": "string",
"encrypted": true
}
},
"customTesting": true,
"hideSave": true
},
"defaults": {
"access_type": {
"value": "read"
}
},
"properties": {
"sheets": {
"label": "",
"key": "sheets",
"type": "react-component-google-sheets",
"description": "A component for google sheets"
}
}
}