mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -08:00
26 lines
576 B
JSON
26 lines
576 B
JSON
{
|
|
"bitwarden": {
|
|
"header": {
|
|
"displayName": "🇩🇪 Bitwarden",
|
|
"description": "🇩🇪 Consume Bitwarden API"
|
|
},
|
|
"credentialsModal": {
|
|
"bitwardenApi": {
|
|
"environment": {
|
|
"displayName": "🇩🇪 Environment",
|
|
"description": "🇩🇪 Description for environment",
|
|
"options": {
|
|
"cloudHosted": {
|
|
"displayName": "🇩🇪 Cloud-hosted",
|
|
"description": "🇩🇪 Description for cloud-hosted"
|
|
},
|
|
"selfHosted": {
|
|
"displayName": "🇩🇪 Self-hosted"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"nodeView": {}
|
|
}
|
|
} |