From cd1d735c839b5623f89ef19ba1f3904ea497531a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 17 Jan 2021 23:31:53 +0100 Subject: [PATCH] Added ocr config --- nextcloud/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nextcloud/config.json b/nextcloud/config.json index 70791d19d..d8ca12cf5 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -27,11 +27,13 @@ "panel_icon": "mdi:cloud", "options": { "PUID": 1001, - "PGID": 1001 + "PGID": 1001, + "OCR": false }, "schema": { "PUID": "int", "PGID": "int", + "OCR": "bool?", "TZ": "str?" } }