From 02ce3ba19036cff03dbe41a7339c376cb1527be4 Mon Sep 17 00:00:00 2001 From: Tony Fernandez Date: Fri, 8 Nov 2024 14:07:49 -0500 Subject: [PATCH] fix url_title word wrap --- borgmatic/config/schema.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 1feb7cdd..d5917846 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -1693,8 +1693,8 @@ properties: url_title: type: string description: | - A title for the URL specified as the url parameter, otherwise just - the URL is shown. + A title for the URL specified as the url parameter, + otherwise just the URL is shown. example: Pushover Link finish: type: object @@ -1764,8 +1764,8 @@ properties: url_title: type: string description: | - A title for the URL specified as the url parameter, otherwise just - the URL is shown. + A title for the URL specified as the url parameter, + otherwise just the URL is shown. example: Pushover Link fail: type: object @@ -1834,8 +1834,8 @@ properties: url_title: type: string description: | - A title for the URL specified as the url parameter, otherwise just - the URL is shown. + A title for the URL specified as the url parameter, + otherwise just the URL is shown. example: Pushover Link states: type: array