Widgets
| Name | Code | Studio Rendering | Web Rendering | 
|---|---|---|---|
Input/Text  | 
 | 
||
Password  | 
 | 
||
Textarea  | 
 | 
||
Checkbox  | 
 | 
||
List  | 
 | 
||
List  | 
 | 
||
Table  | 
 | 
||
Code  | 
 | 
||
Schema  | 
 | 
Validations
| Name | Code | Studio Rendering | Web Rendering | 
|---|---|---|---|
Property validation  | 
 | 
||
Property validation with Pattern  | 
 | 
||
Data store validation  | 
 | 
You can also use other types of validation that are similar to @Pattern:
- 
@Min,@Maxfor numbers. - 
@Uniquefor collection values. - 
@Requiredfor a required configuration. 





















