Skip to content

Commit

Permalink
readme: Add documentation for read-only mode
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Thiemann <benjamin.thiemann@optonic.com>
  • Loading branch information
benthie authored and max-nextcloud committed Dec 16, 2024
1 parent cd24032 commit 96fd407
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ The rich workspaces in the file list can be disabled either by the users in the
occ config:app:set text workspace_available --value=0
```

The app can be configured to open files read-only by default. This setting is globally valid and can be set by the admin with the following command:

```bash
occ config:app:set text open_read_only_enabled --value=1
```

## 🏗 Development setup

Expand Down

0 comments on commit 96fd407

Please sign in to comment.