We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5120a8d + ab79331 commit bba617eCopy full SHA for bba617e
core/lib/generators/solidus/install/install_generator.rb
@@ -34,7 +34,7 @@ class InstallGenerator < Rails::Generators::AppBase
34
class_option :seed, type: :boolean, default: true, banner: 'Load seed data (migrations must be run)'
35
class_option :sample, type: :boolean, default: true, banner: 'Load sample data (migrations and seeds must be run)'
36
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'
+ class_option :admin_preview, type: :boolean, default: true, desc: 'Install the admin preview'
38
class_option :auto_accept, type: :boolean
39
class_option :user_class, type: :string
40
class_option :admin_email, type: :string
0 commit comments