UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

20 lines 584 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.addFields = void 0; exports.addFields = [ { displayName: 'Paths to Add', name: 'pathsToAdd', type: 'string', displayOptions: { show: { operation: ['add'], }, }, default: '', placeholder: 'README.md', description: 'Comma-separated list of paths (absolute or relative to Repository Path) of files or folders to add', required: true, }, ]; //# sourceMappingURL=AddDescription.js.map