Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
configsetup(qr): change admin panel view modes
Browse files Browse the repository at this point in the history
Change-Id: I54e93b323a078434977ecf1d9bdbed3c1a19d254
  • Loading branch information
andi34 committed Sep 29, 2021
1 parent 90a4b68 commit f0616cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/configsetup.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -1223,22 +1223,22 @@
],
],
'qr' => [
'view' => 'advanced',
'view' => 'basic',
'qr_enabled' => [
'view' => 'advanced',
'view' => 'basic',
'type' => 'checkbox',
'name' => 'qr[enabled]',
'value' => $config['qr']['enabled'],
],
'qr_url' => [
'view' => 'advanced',
'view' => 'expert',
'type' => 'input',
'placeholder' => $defaultConfig['qr']['url'],
'name' => 'qr[url]',
'value' => htmlentities($config['qr']['url']),
],
'qr_append_filename' => [
'view' => 'advanced',
'view' => 'expert',
'type' => 'checkbox',
'name' => 'qr[append_filename]',
'value' => $config['qr']['append_filename'],
Expand Down

0 comments on commit f0616cb

Please sign in to comment.