lib/bullet_train/themes/light.rb in bullet_train-themes-light-1.2.1 vs lib/bullet_train/themes/light.rb in bullet_train-themes-light-1.2.2
- old
+ new
@@ -9,9 +9,11 @@
module Light
# TODO Not sure this is the right place for this in the long-term.
mattr_accessor :color, default: :blue
mattr_accessor :secondary_color, default: nil
mattr_accessor :logo_color_shift, default: false
+ mattr_accessor :show_logo_in_account, default: false
+ mattr_accessor :navigation, default: :top
mattr_accessor :original_devise_path
class Theme < BulletTrain::Themes::TailwindCss::Theme
def directory_order
["light"] + super