Skip to content

Commit

Permalink
update configuration seeder
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmatalmubarak committed Sep 15, 2022
1 parent 98eaf24 commit 60bac5c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Seeder/Configurations/ConfigurationsSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,16 @@ public function run()
'group' => 'adminPanel',
'can_delete' => 0,
],
11 => [
'key' => 'defaultRoleRegistration',
'display_name' => 'Default Role Registration',
'value' => 'customer',
'details' => '{"items":[]}',
'type' => 'select',
'order' => 1,
'group' => 'adminPanel',
'can_delete' => 0,
],
];

foreach ($settings as $key => $value) {
Expand Down

0 comments on commit 60bac5c

Please sign in to comment.