mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
feat: Add office as shipped app
Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
parent
496662e9a5
commit
f535a1d268
2 changed files with 3 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ class APIController extends OCSController {
|
|||
'twofactor_nextcloud_notification' => 30,
|
||||
'app_api' => 30,
|
||||
'files_lock' => 34,
|
||||
'office' => 34,
|
||||
];
|
||||
|
||||
public function __construct(
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
"nextcloud_announcements",
|
||||
"notifications",
|
||||
"oauth2",
|
||||
"office",
|
||||
"password_policy",
|
||||
"photos",
|
||||
"privacy",
|
||||
|
|
@ -81,6 +82,7 @@
|
|||
"nextcloud_announcements",
|
||||
"notifications",
|
||||
"oauth2",
|
||||
"office",
|
||||
"password_policy",
|
||||
"photos",
|
||||
"privacy",
|
||||
|
|
|
|||
Loading…
Reference in a new issue