Set ids to skip to content/navigation

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2022-07-18 09:48:02 +02:00
Родитель 48d8e2f453
Коммит 7f230f2999
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4C614C6ED2CDE6DF
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -94,7 +94,10 @@ class PageController extends Controller {
$this->eventDispatcher->dispatchTyped(new LoadViewer());
}
$response = new TemplateResponse('deck', 'main');
$response = new TemplateResponse('deck', 'main', [
'id-app-content' => '#app-content-vue',
'id-app-navigation' => '#app-navigation-vue',
]);
if ($this->config->getSystemValueBool('debug', false)) {
$csp = new ContentSecurityPolicy();