diff --git a/core/modules/link/config/schema/link.schema.yml b/core/modules/link/config/schema/link.schema.yml index fd2edb192143be03d663cd4b2fbe7687528af5a4..f45ed1c38ecee93a270380609402e2adfd1b00e7 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'