Owner - Product Types & Attributes
| Attribute Type |
Compatible FilamentPHP Form Field Types |
| Text |
TextInput, Textarea |
| Boolean |
Checkbox, Toggle |
| Number |
TextInput (with number validation) |
| Select |
Select |
| URL |
TextInput (with URL validation) |
| Color |
ColorPicker |
Field type and Validators:
| Form Field |
Validators Mentioned in Docs |
| TextInput |
Required, Email, URL, Min (character length), Max (character length), Regex, String |
| Textarea |
Required, Min (character length), Max (character length), String |
| Checkbox |
Required, Boolean |
| Toggle |
Required, Boolean |
| Select |
Required, Enum, In (specific values), NotIn (excluded values) |
| ColorPicker |
Required, Hexadecimal Color Code |
| Repeater |
Array, Min (items), Max (items), Required |
| CheckboxList |
Array, Required |
| KeyValue |
Array (with key-value format validation), Required |
TODO: super attributes and variants
Product Type Mapping
When a seller sets a seller-product to "active", then:
Owner - Golden Products
Owner - Product Types & Attributes
TextInput,TextareaCheckbox,ToggleTextInput(with number validation)SelectTextInput(with URL validation)ColorPickerField type and Validators:
TODO: super attributes and variants
Product Type Mapping
When a seller sets a seller-product to "active", then:
Owner - Golden Products