ToolJet/frontend/src/Editor/DataSourceManager/SourceComponents/Api
Gandharv a07bc59a72
Feature: Add dynamic form for datasources (#676)
* feat: add dynamic form (airtable)

* feat: add schema for rest api

* feat: add schema for graphql

* feat: add schema for stripe

* feat: add schema for google sheets

* feat: add schema for slack

* fix: options from correct key

* fix: schema url

* rename headers to http-headers

* fix placeholder

* feat: add schema for dynamodb

* feat: add schema for redis, elastic search, firestore

* feat: add shema for mongodb, postgresql

* feat: add mysql schema

* fix: remove azure option

* feat: add dropdown component flip type

* feat: add mssql schema

* chore: delete previous components

* remove console log

* fix: database value set as port

* feat: add helptext prop to input

* remove unwanted class on toggle

* change placeholders

* change placeholder

* fix typo

* add ssl_enabled to schema
2021-09-15 08:20:55 +05:30
..
Airtable.schema.json Feature: Add dynamic form for datasources (#676) 2021-09-15 08:20:55 +05:30
Googlesheets.schema.json Feature: Add dynamic form for datasources (#676) 2021-09-15 08:20:55 +05:30
Graphql.schema.json Feature: Add dynamic form for datasources (#676) 2021-09-15 08:20:55 +05:30
Restapi.schema.json Feature: Add dynamic form for datasources (#676) 2021-09-15 08:20:55 +05:30
Slack.schema.json Feature: Add dynamic form for datasources (#676) 2021-09-15 08:20:55 +05:30
Stripe.schema.json Feature: Add dynamic form for datasources (#676) 2021-09-15 08:20:55 +05:30