feat: add and adjust configs for Web embed mode (#7766)

* feat: add and adjust configs for embed mode

* Update services/web/pkg/config/options.go

Co-authored-by: Martin <github@diemattels.at>

* docs: adjust description for WEB_OPTION_EMBED_TARGET

---------

Co-authored-by: Martin <github@diemattels.at>
This commit is contained in:
Jannik Stehle
2023-11-21 15:53:22 +01:00
committed by GitHub
parent c666066b40
commit a1c4912600
3 changed files with 19 additions and 5 deletions
@@ -1,9 +1,10 @@
Enhancement: Configs for Web embed mode
Two new configs for the Web embed mode have been added:
New configs for the Web embed mode have been added:
* `mode` Defines the mode in which Web will be running.
* `embedTarget` Defines how Web is being integrated when running in embed mode.
* `enabled` Defines if embed mode is enabled.
* `target` Defines how Web is being integrated when running in embed mode.
* `messagesOrigin` Defines a URL under which Web can be integrated via iFrame.
https://github.com/owncloud/ocis/pull/7670
https://github.com/owncloud/web/issues/9768