mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-27 21:49:41 -08:00
27 lines
572 B
TypeScript
27 lines
572 B
TypeScript
module.exports = {
|
|
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: {},
|
|
},
|
|
};
|