From 1817b9a9ea252550a62f5170ccfdb81e54ef1406 Mon Sep 17 00:00:00 2001 From: Tony Fernandez Date: Fri, 8 Nov 2024 13:50:22 -0500 Subject: [PATCH] fix wordwrap for html --- borgmatic/config/schema.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 38431a6f..dd9d459c 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -1662,7 +1662,8 @@ properties: html: type: integer description: | - Set to 1 to enable HTML parsing of the message. Set to 0 for plain text. + Set to 1 to enable HTML parsing of the message. Set + to 0 for plain text. example: 1 sound: type: string @@ -1730,7 +1731,8 @@ properties: html: type: integer description: | - Set to 1 to enable HTML parsing of the message. Set to 0 for plain text. + Set to 1 to enable HTML parsing of the message. Set + to 0 for plain text. example: 1 sound: type: string @@ -1797,7 +1799,8 @@ properties: html: type: integer description: | - Set to 1 to enable HTML parsing of the message. Set to 0 for plain text. + Set to 1 to enable HTML parsing of the message. Set + to 0 for plain text. example: 1 sound: type: string