From f918f687e4b60e8a884399b00a8d4bd75215ccfb Mon Sep 17 00:00:00 2001 From: Andreas Hennings Date: Mon, 21 Oct 2024 22:14:39 +0200 Subject: [PATCH] Issue #27: Add 'allowfullscreen' to config schema. --- config/schema/collabora_online.schema.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/schema/collabora_online.schema.yml b/config/schema/collabora_online.schema.yml index ed36012c..963dd305 100644 --- a/config/schema/collabora_online.schema.yml +++ b/config/schema/collabora_online.schema.yml @@ -21,3 +21,6 @@ collabora_online.settings: disable_cert_check: type: boolean label: 'Disable cert checks.' + allowfullscreen: + type: boolean + label: 'Allow full-screen.'