UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

11 lines 427 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.disableDotNotationBoolean = void 0; exports.disableDotNotationBoolean = { displayName: 'Disable Dot Notation', name: 'disableDotNotation', type: 'boolean', default: false, description: 'Whether to disallow referencing child fields using `parent.child` in the field name', }; //# sourceMappingURL=common.descriptions.js.map