Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-03-09 18:56:22 +0300
committerGitHub <noreply@github.com>2021-03-09 18:56:22 +0300
commitf2cdb53830b0d3ea652a6b78eff3c254863cbef9 (patch)
tree7b7a720e3949c922dd0cd95aac68f6d3c44adb53 /README.md
parentf54b2fc51a308c29389dd8f098a003905d01ae68 (diff)
Add note about rich workspace config to README
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8b44c72c1..b0dac3eeb 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,15 @@
Nextcloud Text is available for Nextcloud 16 and will be part of Nextcloud 17 as the default text editor. To start editing just open an existing markdown or plaintext file or create a new one.
+## Configuration
+
+The rich workspaces in the file list can be disabled either by the users in the files app settings or globally by the admin with the following occ command:
+
+```
+occ config:app:set text workspace_available --value=0
+```
+
+
## 🏗 Development setup
Currently this app requires the master branch of the [Viewer app](https://github.com/nextcloud/viewer).
@@ -26,3 +35,4 @@ Currently this app requires the master branch of the [Viewer app](https://github
### 🧙 Advanced development stuff
To build the Javascript whenever you make changes, instead of the full `make` you can also run `npm run build`. Or run `npm run watch` to rebuild on every file save.
+