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





















