Types > BrandingFieldType
Values
Value | Description |
---|---|
boolean | |
color | |
font | |
image_file | |
link | |
radio | |
string | |
text |
Used By
Types
BrandingField, BrandingFieldCreate
Preview (typescript)
type BrandingFieldType =| "boolean"| "color"| "font"| "image_file"| "link"| "radio"| "string"| "text"