diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-09-25 14:21:23 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-20 00:24:17 +0200 |
commit | e9d4036389097708a6075d8882c32b1c7db4fb0f (patch) | |
tree | 97216c9a992ca14660193d5b0926fc72997bd044 /custom.d.ts | |
parent | 363d9ebb130862d5fc5617e94b1c369caf02553f (diff) | |
download | nextcloud-server-e9d4036389097708a6075d8882c32b1c7db4fb0f.tar.gz nextcloud-server-e9d4036389097708a6075d8882c32b1c7db4fb0f.zip |
feat(theming): Allow to configure default apps and app order in frontend settings
* Also add API for setting the value using ajax.
* Add cypress tests for app order and defaul apps
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'custom.d.ts')
-rw-r--r-- | custom.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom.d.ts b/custom.d.ts index 6a7b595c981..aa25f35ecca 100644 --- a/custom.d.ts +++ b/custom.d.ts @@ -20,7 +20,7 @@ * */ declare module '*.svg?raw' { - const content: any + const content: string export default content } |