mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
Started interface user shortcut form interface
Built controller actions and initual UI. Still needs JS logic for shortcut input handling.
This commit is contained in:
@@ -31,7 +31,12 @@
|
||||
<!-- Translations for JS -->
|
||||
@stack('translations')
|
||||
</head>
|
||||
<body component="shortcuts" class="@stack('body-class')">
|
||||
<body
|
||||
@if(setting()->getForCurrentUser('ui-shortcuts-enabled', false))
|
||||
component="shortcuts"
|
||||
option:shortcuts:key-map="{{ \BookStack\Settings\UserShortcutMap::fromUserPreferences()->toJson() }}"
|
||||
@endif
|
||||
class="@stack('body-class')">
|
||||
|
||||
@include('layouts.parts.base-body-start')
|
||||
@include('common.skip-to-content')
|
||||
|
Reference in New Issue
Block a user