UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

19 lines 467 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tagFields = void 0; exports.tagFields = [ { displayName: 'Name', name: 'name', type: 'string', displayOptions: { show: { operation: ['tag'], }, }, default: '', description: 'The name of the tag to create', required: true, }, ]; //# sourceMappingURL=TagDescription.js.map