{ "type": "text", "name": "title", "label": "Title", "placeholder": "Enter a title...", // optional "required": true, // optional "help": "help text shown in tooltip to creator while editing" // optional }
Copy
Ask AI
{ "settings": { "title": "My Amazing Email Campaign" // ...additional plugin settings } // ...plugin-specific additional data }
Plugin component library
Text input
Copy
Ask AI
{ "type": "text", "name": "title", "label": "Title", "placeholder": "Enter a title...", // optional "required": true, // optional "help": "help text shown in tooltip to creator while editing" // optional }
Copy
Ask AI
{ "settings": { "title": "My Amazing Email Campaign" // ...additional plugin settings } // ...plugin-specific additional data }
The text input allows creators to enter short snippets of text in a single-line field. It’s perfect for collecting titles, names, URLs, or any brief text content that doesn’t require multiple lines. The input provides a clean, straightforward interface for essential text-based information.