mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-17 21:12:14 +01:00
fix: Fix command in app_settings.md
To turn it off, it should be false, right? Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
This commit is contained in:
parent
fcbf00a8d6
commit
d59bca8372
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ To go back to default theme:
|
||||||
|
|
||||||
By default Nextcloud will generate previews of Office files using the Collabora file conversion endpoint. This can be turned off through
|
By default Nextcloud will generate previews of Office files using the Collabora file conversion endpoint. This can be turned off through
|
||||||
|
|
||||||
occ config:app:set richdocuments preview_generation --type boolean --lazy --value true
|
occ config:app:set richdocuments preview_generation --type boolean --lazy --value false
|
||||||
|
|
||||||
### Electronic signature
|
### Electronic signature
|
||||||
From a shell running in the Nextcloud root directory, run the following `occ`
|
From a shell running in the Nextcloud root directory, run the following `occ`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue