Class: RailsBase::Configuration::Display::BackTotop

Inherits:
Base
  • Object
show all
Defined in:
lib/rails_base/configuration/display/back_to_top.rb

Constant Summary collapse

DEFAULT_VALUES =
{
  enable: {
    type: :boolean,
    default: true,
    description: 'Enable Back to top icon on all pages',
  },
}

Constants inherited from Base

Base::ALLOWED_TYPES

Method Summary

Methods inherited from Base

_allow_write_block?, _unset_allow_write!, #assign_default_values!, #dig, #initialize, #override_methods!, #validate!

Constructor Details

This class inherits a constructor from RailsBase::Configuration::Base