Beae Docs
  • Welcome to Beae development documentation!
  • Developer
    • Create element
      • Settings
      • Style
      • Use css base
      • Use javascript
      • Use vendors
      • Use Liquid
    • Field types
      • Text
      • Number
      • Color picker
      • Image
      • Icon
      • Dropdown
      • Choose
      • Popup
      • Dimension
      • Toggle
      • Checkbox
      • Radio
      • Group fields
      • Datetime
      • Shopify picker
    • Style types
    • Vendors
      • Countdown
      • Slider
      • Shopify option selection
      • Popup
    • Theme development
    • Theme library
  • How it works?
    • Elements
      • Heading
      • Text editor
      • Image
      • Button
      • Icon
Powered by GitBook
On this page

Was this helpful?

  1. Developer
  2. Field types

Icon

params: [
    {
        type: 'picker',
        label: 'Picker',
        name: 'picker',
        description: '',
        options: {
            type: 'icon',
            multiple: Boolean
        }
        
    }
]
PreviousImageNextDropdown

Last updated 3 years ago

Was this helpful?