Handle Cardigann "info" extra settings field

This commit is contained in:
Qstick
2020-12-31 02:48:38 -05:00
parent 6f113466bf
commit 76c271fab0
5 changed files with 54 additions and 0 deletions

View File

@@ -35,6 +35,8 @@ function getType({ type, selectOptionsProviderAction }) {
return inputTypes.TEXT;
case 'oAuth':
return inputTypes.OAUTH;
case 'info':
return inputTypes.INFO;
default:
return inputTypes.TEXT;
}