Overview
WPBits Block Studio provides 20 control types for building custom Gutenberg blocks. Each control type has specific options and use cases.
Control Types Table
Section titled “Control Types Table”| # | Control | Type | Description |
|---|---|---|---|
| 1 | Text | string | Simple one line text input |
| 2 | Textarea | string | Multi line plain text input |
| 3 | Rich Text | string | WordPress rich text editor (TinyMCE) |
| 4 | Number | number | Numeric input with constraints |
| 5 | Range | number | Slider control |
| 6 | Toggle | boolean | On/off switch |
| 7 | Checkbox | boolean | Boolean toggle |
| 8 | Select | string | Dropdown selections |
| 9 | Multi Select | array | Multiple selectable items |
| 10 | Combobox | string | Searchable dropdown |
| 11 | Radio | string | Single choice radio buttons |
| 12 | Color | string | Color picker |
| 13 | Image | string | Media library picker |
| 14 | Date | string | Date picker |
| 15 | Datetime | string | Date and time picker |
| 16 | Time | string | Time picker |
| 17 | Link | object | URL with link text |
| 18 | Unit | string | Number with CSS unit suffix |
| 19 | Repeater | array | Repeatable field groups (Pro) |
| 20 | Post Selector | number | Select posts from your site (Pro) |