mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-21 06:56:57 +00:00
add whiteboard container
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
9a4f132998
commit
546f11a654
14 changed files with 151 additions and 4 deletions
|
|
@ -120,6 +120,11 @@ class ConfigurationController
|
|||
} else {
|
||||
$this->configurationManager->SetDockerSocketProxyEnabledState(0);
|
||||
}
|
||||
if (isset($request->getParsedBody()['whiteboard'])) {
|
||||
$this->configurationManager->SetWhiteboardEnabledState(1);
|
||||
} else {
|
||||
$this->configurationManager->SetWhiteboardEnabledState(0);
|
||||
}
|
||||
}
|
||||
|
||||
if (isset($request->getParsedBody()['delete_collabora_dictionaries'])) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue