Sha256: 6b48489d30edebaf2119a5575d102529f307e7bc8b7933e62587a6f8ab461c66

Contents?: true

Size: 368 Bytes

Versions: 3

Compression:

Stored size: 368 Bytes

Contents

# frozen_string_literal: true

NotificationRenderer.configure do |config|
  # Choose your default notification type. Takes a string.
  # config.default_type = 'notification'

  # Choose your default renderer. Takes a string.
  # config.default_renderer = 'index'

  # Automatically mark rendered notifications as read. Takes a boolean.
  # config.auto_read = true
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
notification-renderer-3.0.2 lib/generators/templates/install/initializer.rb
notification-renderer-2.0.0 lib/generators/templates/install/initializer.rb
notification-renderer-1.2.6 lib/generators/templates/install/initializer.rb