From 0dca5eeafc809d9db9518952131605d20b5c811e Mon Sep 17 00:00:00 2001 From: Tony Fernandez Date: Fri, 8 Nov 2024 14:09:03 -0500 Subject: [PATCH] fix title wordwrap --- 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 d5917846..2e9aa4f3 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -1675,7 +1675,8 @@ properties: title: type: string description: | - Your message's title, otherwise your app's name is used. + Your message's title, otherwise your app's name is + used. example: A backup job has started. ttl: type: integer @@ -1746,7 +1747,8 @@ properties: title: type: string description: | - Your message's title, otherwise your app's name is used. + Your message's title, otherwise your app's name is + used. example: A backup job has started. ttl: type: integer @@ -1816,7 +1818,8 @@ properties: title: type: string description: | - Your message's title, otherwise your app's name is used. + Your message's title, otherwise your app's name is + used. example: A backup job has started. ttl: type: integer