Home

Awesome

volto-icon-selector-widget

Feature

This widget is used to select visualy from a list of icon with a popup and a search field. The icon list is base on Font Awesome 6.4.0

Settings

You can configure the icon list and default search result renderer (ResultRenderer, CategoryRenderer and CategoryLayoutRenderer) in config.settings.widget.icon_selector.iconList and config.settings.widget.icon_selector.defaultRenderer

Icon list structure

{
  [category id] : {
    'title': [category title]
    'list': [
      {'name' : [name of the icon]},
      ...
    ]
  },
  ...
}

Getting started

Add volto-block-style to your Volto project

  1. Make sure you have a Plone backend up-and-running at http://localhost:8080/Plone

  2. Start Volto frontend

  1. Install new add-ons and restart Volto:

    yarn
    yarn start
    
  2. Go to http://localhost:3000

  3. Happy editing!