class Maglove::Widgets::Page

Public Instance Methods

defaults() click to toggle source
# File lib/maglove/widgets/page.rb, line 8
def defaults
  {
    text_color: "#000000",
    background_color: "#FFFFFF"
  }
end
identifier() click to toggle source
# File lib/maglove/widgets/page.rb, line 4
def identifier
  "page"
end
template() { || ... } click to toggle source
# File lib/maglove/widgets/page.rb, line 15
def template(&block)
  yield if block
end