class ScrivitoIconBoxWidget::Configuration
Attributes
all_icons_link[RW]
default[RW]
selection[RW]
set[RW]
Public Class Methods
new()
click to toggle source
# File lib/scrivito_icon_box_widget/configuration.rb, line 8 def initialize @set = 'glyphicon glyphicon' @selection = ['none', 'plus', 'minus', 'cloud', 'envelope', 'pencil', 'search', 'star', 'user', 'cog', 'home', 'tag', 'book', 'bookmark', 'map-marker', 'leaf', 'fire', 'eye-open', 'plane', 'thumbs-up', 'globe', 'briefcase', 'send', 'tower', 'apple', 'ice-lolly', 'grain', 'scale'] @default = 'ice-lolly' @all_icons_link = 'https://getbootstrap.com/components/#glyphicons' end