- Creating input fieldsTurn any object property into a user-editable input field by switching its status from Prop to Field.
- Customizing input fieldsSet labels, placeholders, default values, and validation on each input field so your users get clear, helpful controls.
- Grouping input fieldsOrganize input fields into groups so the user interface stays tidy when a template has many fields.
- Checkbox input fieldGive users a true/false toggle they can flip to enable or disable parts of the design.
- Collection input fieldLet users edit a list of related entries (like a row of speakers or products) that the template repeats automatically.
- Color input fieldLet users pick any color via a full color picker, with optional default and constraints.
- Color Selection input fieldLet users choose from a curated set of brand colors you have predefined.
- Image input fieldLet users upload an image or pick one from a connected source like Pexels, Google Drive, or OneDrive.
- Image Selection input fieldLet users choose from a curated set of images you have prepared for the template.
- Number input fieldLet users enter a numeric value, optionally constrained by min, max, and step.
- Text input fieldLet users type a text value that flows into a text object on the canvas.
- Text Selection input field (Dropdown)Let users pick from a list of preset text options in a dropdown.