Skip to content

Overview

WPBits Block Studio provides 20 control types for building custom Gutenberg blocks. Each control type has specific options and use cases.

#ControlTypeDescription
1TextstringSimple one line text input
2TextareastringMulti line plain text input
3Rich TextstringWordPress rich text editor (TinyMCE)
4NumbernumberNumeric input with constraints
5RangenumberSlider control
6TogglebooleanOn/off switch
7CheckboxbooleanBoolean toggle
8SelectstringDropdown selections
9Multi SelectarrayMultiple selectable items
10ComboboxstringSearchable dropdown
11RadiostringSingle choice radio buttons
12ColorstringColor picker
13ImagestringMedia library picker
14DatestringDate picker
15DatetimestringDate and time picker
16TimestringTime picker
17LinkobjectURL with link text
18UnitstringNumber with CSS unit suffix
19RepeaterarrayRepeatable field groups (Pro)
20Post SelectornumberSelect posts from your site (Pro)