Skip to content

Commit

Permalink
Merge pull request #5563 from solidusio/elia/enable-admin-preview
Browse files Browse the repository at this point in the history
Enable the admin preview by default for new installations
  • Loading branch information
elia authored Dec 22, 2023
2 parents 5120a8d + ab79331 commit bba617e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/generators/solidus/install/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class InstallGenerator < Rails::Generators::AppBase
class_option :seed, type: :boolean, default: true, banner: 'Load seed data (migrations must be run)'
class_option :sample, type: :boolean, default: true, banner: 'Load sample data (migrations and seeds must be run)'
class_option :active_storage, type: :boolean, default: true, banner: 'Install ActiveStorage as image attachments handler for products and taxons'
class_option :admin_preview, type: :boolean, default: false, desc: 'Install the admin preview'
class_option :admin_preview, type: :boolean, default: true, desc: 'Install the admin preview'
class_option :auto_accept, type: :boolean
class_option :user_class, type: :string
class_option :admin_email, type: :string
Expand Down

0 comments on commit bba617e

Please sign in to comment.