Merge pull request #1024 from nextcloud/enh/noid/disable-onlyoffice

disable onlyoffice
This commit is contained in:
Simon L 2022-08-22 11:58:45 +02:00 committed by GitHub
commit c926f92b6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -460,7 +460,7 @@
{% if is_onlyoffice_enabled == true %} {% if is_onlyoffice_enabled == true %}
<input type="checkbox" id="onlyoffice" name="onlyoffice" checked="checked"><label for="onlyoffice">OnlyOffice (only supported on x64)</label><br> <input type="checkbox" id="onlyoffice" name="onlyoffice" checked="checked"><label for="onlyoffice">OnlyOffice (only supported on x64)</label><br>
{% else %} {% else %}
<input type="checkbox" id="onlyoffice" name="onlyoffice"><label for="onlyoffice">OnlyOffice (only supported on x64)</label><br> {#<input type="checkbox" id="onlyoffice" name="onlyoffice"><label for="onlyoffice">OnlyOffice (only supported on x64)</label><br>#}
{% endif %} {% endif %}
<input id="options-form-submit" class="button" type="submit" value="Save changes" /> <input id="options-form-submit" class="button" type="submit" value="Save changes" />
</form> </form>

View file

@ -7,7 +7,6 @@ Included are:
- High performance backend for Nextcloud Files - High performance backend for Nextcloud Files
- High performance backend for Nextcloud Talk - High performance backend for Nextcloud Talk
- Backup solution (based on [BorgBackup](https://github.com/borgbackup/borg#what-is-borgbackup)) - Backup solution (based on [BorgBackup](https://github.com/borgbackup/borg#what-is-borgbackup))
- OnlyOffice
- ClamAV - ClamAV
## How to use this? ## How to use this?