UNPKG

n8n-nodes-placid

Version:

n8n node to interact with Placid API for creative generation

44 lines 1.3 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.textProperties = void 0; exports.textProperties = [ { name: 'Text Content', value: 'text', description: 'Text content. Line breaks can be forced using .', restrictedTo: [], fieldType: 'string', placeholder: 'Enter text content...', }, { name: 'Text Color', value: 'text_color', description: 'Text color as hex-code (e.g., #FFFFFF)', restrictedTo: [], fieldType: 'color', }, { name: 'Font', value: 'font', description: 'Set the font-family of the text layer', restrictedTo: [], fieldType: 'string', placeholder: 'e.g., Arial, Helvetica, sans-serif', }, { name: 'Alt Text Color', value: 'alt_text_color', description: 'Alternate text color as hex-code (e.g., #FFFFFF)', restrictedTo: [], fieldType: 'color', }, { name: 'Alt Font', value: 'alt_font', description: 'Set the alternative font-family of the text layer', restrictedTo: [], fieldType: 'string', placeholder: 'e.g., Arial, Helvetica, sans-serif', }, ]; //# sourceMappingURL=textProperties.js.map