Icon Bar Item Settings
- Image Icon?: (checkbox) Use images for icons instead of font icons (Font Awesome or Foundation Icons configiured in Site Styles)
- Show Title?: (checkbox) Show the title under the icon
- Icon: (input) The Font Awesome icon name. You can see all of the available icons at http://fontawesome.io/icons/
- Enable: When Image Icon? is set to false
- Default: fa-home
- Title: (input) The title added to the button
- Enable: When Show Title? is set to true
- Default: Home
- Type: (select) The type of button to display
- Default: Link
- Possible Values:
- Link: A button that will trigger a link
- Reveal Launcher: Launcher a Reveal lightbox
- Open Dropdown: Open a Dropdown stack
- Link: (link) Link for the button
- Enable: When Type is set to link
- Default: javascript:void(0)
- Reveal ID: (input) The ID of the reveal lightbox to open
- Enable: When Type is set to reveal
- Default: myReveal
- Dropdown ID: (input) The ID of the dropdown to open
- Enable: When Type is set to dropdown
- Default: dropdown
- Open on Hover?: (checkbox) Open the Dropdown on hover?
- Enable: When Type is set to dropdown
- Default: false