diff options
| author | 2020-06-05 23:37:05 +0200 | |
|---|---|---|
| committer | 2020-06-05 23:37:05 +0200 | |
| commit | dc68783fc844323682ad19c8156417a1ec7ac998 (patch) | |
| tree | 58d6daeb288ad0616734297b2c6695a4d2b59930 /config-user.default.php | |
| parent | 8c4d71da2ef1366c8fcd3e7dfb7f4566d2f905f4 (diff) | |
Add controls on media (#3036)
Now, there is a shortcut to play or pause media available from an
entry. If there is more than one media available, only the first
one will be targeted.
See #1952
Diffstat (limited to 'config-user.default.php')
| -rw-r--r-- | config-user.default.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-user.default.php b/config-user.default.php index 1f4e1ec82..2b5e5ec30 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -75,6 +75,7 @@ return array ( 'global_view' => '2', 'reading_view' => '3', 'rss_view' => '4', + 'toggle_media' => 'v', ), 'show_favicons' => true, 'topline_read' => true, |
