chore: cleanup, node14 and new admin default

This commit is contained in:
Taranto 2020-10-16 17:26:30 +01:00 committed by Josh Harvey
parent c7c18633d7
commit 89bb9a8f25
244 changed files with 3957 additions and 39487 deletions

View file

@ -0,0 +1,34 @@
{
"code": "twilio",
"display": "Twilio",
"fields": [
{
"code": "accountSid",
"display": "Account SID",
"fieldType": "string",
"required": true,
"value": ""
},
{
"code": "authToken",
"display": "Auth token",
"fieldType": "password",
"required": true,
"value": ""
},
{
"code": "fromNumber",
"display": "Twilio number (international format)",
"fieldType": "string",
"required": true,
"value": ""
},
{
"code": "toNumber",
"display": "Notifications number (international format)",
"fieldType": "string",
"required": true,
"value": ""
}
]
}