Merge pull request #5464 from owncloud/update-web-7.0.0-rc.9

[full-ci] chore: update web to v7.0.0-rc.9
This commit is contained in:
Michael Barz
2023-01-27 08:45:30 +01:00
committed by GitHub
3 changed files with 2 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=afb624740a4887c496970a503b777e6fb24c895c
WEB_COMMITID=e18a02194638b8543f0b9f5557d50bd60910b723
WEB_BRANCH=master

View File

@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v7.0.0-rc.8
WEB_ASSETS_VERSION = v7.0.0-rc.9
include ../../.make/recursion.mk

View File

@@ -49,10 +49,6 @@ func DefaultConfig() *config.Config {
},
Apps: []string{"files", "search", "text-editor", "pdf-viewer", "external", "admin-settings"},
ExternalApps: []config.ExternalApp{
{
ID: "settings",
Path: "/settings.js",
},
{
ID: "preview",
Path: "web-app-preview",