n8n-nodes-base
Version:
Base nodes of n8n
32 lines • 874 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.configOperations = void 0;
exports.configOperations = [
{
displayName: 'Operation',
name: 'operation',
type: 'options',
noDataExpression: true,
displayOptions: {
show: {
resource: ['config'],
},
},
options: [
{
name: 'Get',
value: 'get',
description: 'Get the configuration',
action: 'Get the config',
},
{
name: 'Check Configuration',
value: 'check',
description: 'Check the configuration',
action: 'Check the config',
},
],
default: 'get',
},
];
//# sourceMappingURL=ConfigDescription.js.map