From fb0ced5093125ec1acb2f94fccb02489ffb00e87 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Sun, 5 Apr 2020 13:07:15 +0100 Subject: [PATCH] Issue #3107243 by kishor_kolekar, Kartagis, prabha1997, Neslee Canil Pinto, jungle, kiamlaluno, longwave, pandaski, alexpott, catch: Fix punctuation in link.schema.yml label --- core/modules/link/config/schema/link.schema.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/link/config/schema/link.schema.yml b/core/modules/link/config/schema/link.schema.yml index fd2edb192143..f45ed1c38ece 100644 --- a/core/modules/link/config/schema/link.schema.yml +++ b/core/modules/link/config/schema/link.schema.yml @@ -74,10 +74,10 @@ field.value.link: label: 'URL fragment' absolute: type: boolean - label: 'Is this URL absolute' + label: 'Whether to force the output to be an absolute link (beginning with http: or https:)' https: type: boolean - label: 'If the URL should use a secure protocol' + label: 'Whether to force this URL to point to a secure location (beginning with https:)' attributes: type: sequence label: 'Link attributes' -- GitLab