- Name:
string
- UI: Text input
- Data type:
string
The string widget translates a basic text input to a string value. For larger textarea inputs, use the text widget.
Widget Options
For common options, see Common widget options.
Name 17425_99b14e-5e> |
Type 17425_8feeec-0c> |
Default 17425_d61153-eb> |
Description 17425_8cb434-38> |
---|---|---|---|
default 17425_e4af08-2f> |
string 17425_cadbca-37> |
|
Optional. The default value for the field. Accepts a string 17425_e79bdf-db> |
prefix 17425_229200-16> |
string 17425_761bbb-fd> |
|
Optional. Text to show before string input 17425_b80645-42> |
suffix 17425_eca480-8b> |
string 17425_5dd443-5b> |
|
Optional. Text to show after string input 17425_8b55fd-13> |
Example
name: title
label: Title
widget: string
name: 'title',
label: 'Title',
widget: 'string',