Skip to content

Commit bba617e

Browse files
authored
Merge pull request #5563 from solidusio/elia/enable-admin-preview
Enable the admin preview by default for new installations
2 parents 5120a8d + ab79331 commit bba617e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/generators/solidus/install/install_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class InstallGenerator < Rails::Generators::AppBase
3434
class_option :seed, type: :boolean, default: true, banner: 'Load seed data (migrations must be run)'
3535
class_option :sample, type: :boolean, default: true, banner: 'Load sample data (migrations and seeds must be run)'
3636
class_option :active_storage, type: :boolean, default: true, banner: 'Install ActiveStorage as image attachments handler for products and taxons'
37-
class_option :admin_preview, type: :boolean, default: false, desc: 'Install the admin preview'
37+
class_option :admin_preview, type: :boolean, default: true, desc: 'Install the admin preview'
3838
class_option :auto_accept, type: :boolean
3939
class_option :user_class, type: :string
4040
class_option :admin_email, type: :string

0 commit comments

Comments
 (0)