Sha256: 0e853321238ac8b1e0928f0d7639b2a6d0dcfc997610938e8c42e85f6889b226

Contents?: true

Size: 857 Bytes

Versions: 43

Compression:

Stored size: 857 Bytes

Contents

@category = N_("Toolkit")
@title = N_("Footer Logo")
@abstract = N_("Toolkit to display an image as logo at the footer")
@description = N_("Displays an image as a logo at the footer of slides.")
@parameters = {
  "@footer_logo_image" => {
    :default => N_("(Must be specified.)"),
    :description => N_("Image file name."),
  },
  "@footer_logo_keep_ratio" => {
    :default => "true",
    :description => N_("Whether keep ratio of an image or not."),
  },
  "@footer_logo_margin_right" => {
    :default => "@margin_right",
    :description => N_("Right margin of an image."),
  },
  "@footer_logo_margin_bottom" => {
    :default => "@margin_bottom + screen_y(1)",
    :description => N_("Bottom margin of an image."),
  },
  "@footer_logo_uninstall" => {
    :default => "false",
    :description => N_("Whether uninstall this theme or not."),
  },
}

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
rabbit-3.0.3 lib/rabbit/theme/footer-logo/property.rb
rabbit-3.0.2 lib/rabbit/theme/footer-logo/property.rb
rabbit-3.0.1 lib/rabbit/theme/footer-logo/property.rb
rabbit-3.0.0 lib/rabbit/theme/footer-logo/property.rb
rabbit-2.2.1 lib/rabbit/theme/footer-logo/property.rb
rabbit-2.2.0 lib/rabbit/theme/footer-logo/property.rb
rabbit-2.1.9 lib/rabbit/theme/footer-logo/property.rb
rabbit-2.1.8 lib/rabbit/theme/footer-logo/property.rb
rabbit-2.1.7 lib/rabbit/theme/footer-logo/property.rb
rabbit-2.1.6 lib/rabbit/theme/footer-logo/property.rb
rabbit-2.1.5 lib/rabbit/theme/footer-logo/property.rb
rabbit-2.1.4 lib/rabbit/theme/footer-logo/property.rb
rabbit-2.1.3 lib/rabbit/theme/footer-logo/property.rb
rabbit-2.1.2 lib/rabbit/theme/footer-logo/property.rb
rabbit-2.1.1 lib/rabbit/theme/footer-logo/property.rb
rabbit-2.1.0 lib/rabbit/theme/footer-logo/property.rb
rabbit-2.0.9 lib/rabbit/theme/footer-logo/property.rb
rabbit-2.0.8 lib/rabbit/theme/footer-logo/property.rb
rabbit-2.0.7 lib/rabbit/theme/footer-logo/property.rb
rabbit-2.0.6 lib/rabbit/theme/footer-logo/property.rb