Sha256: 14a5fe6d748e744013ea899fbf37070419175496a5deb647010e7e0a923a58e1

Contents?: true

Size: 617 Bytes

Versions: 2

Compression:

Stored size: 617 Bytes

Contents

# frozen_string_literal: true

BeyondCanvas.setup do |config|
  # ==> Site configuration

  # Configure an optional logo image to be displayed on the public layout. By
  # default no image is set. It accepts any string supported by image_tag's
  # source parameter.
  # config.public_logo = 'logo.png'

  # ==> CSS and JS configuration

  # Configure the parent app's main stylesheet file. Default value is
  # 'application'.
  # config.stylesheet_link_tag = 'application'

  # Configure the parent app's main javascript file. Default value is
  # 'application'.
  # config.javascript_include_tag = 'application'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
beyond_canvas-0.13.1.pre lib/generators/templates/beyond_canvas.rb
beyond_canvas-0.13.0.pre lib/generators/templates/beyond_canvas.rb