class Maglove::Widget::RawHtml

Public Instance Methods

defaults() click to toggle source
# File lib/maglove/widget/raw_html.rb, line 8
def defaults
  {
    src: "<p>custom html</p>",
    css: nil
  }
end
identifier() click to toggle source
# File lib/maglove/widget/raw_html.rb, line 4
def identifier
  "raw_html"
end