mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-31 23:47:28 -08:00
23 lines
467 B
TypeScript
23 lines
467 B
TypeScript
|
module.exports = {
|
||
|
bitwarden: {
|
||
|
credentialsModal: {
|
||
|
bitwardenApi: {
|
||
|
environment: {
|
||
|
displayName: '🇩🇪 Environment',
|
||
|
description: '🇩🇪 Description for environment',
|
||
|
options: {
|
||
|
cloudHosted: {
|
||
|
displayName: '🇩🇪 Cloud-hosted',
|
||
|
description: '🇩🇪 Description for cloud-hosted',
|
||
|
},
|
||
|
selfHosted: {
|
||
|
displayName: '🇩🇪 Self-hosted',
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
nodeView: {},
|
||
|
},
|
||
|
};
|