diff --git a/core/modules/link/config/schema/link.schema.yml b/core/modules/link/config/schema/link.schema.yml index 01a8a65..9030331 100644 --- a/core/modules/link/config/schema/link.schema.yml +++ b/core/modules/link/config/schema/link.schema.yml @@ -60,3 +60,22 @@ field.value.link: url: type: string label: 'URL' + options: + type: mapping + label: 'Link options' + mapping: + query: + type: string + label: 'Url query string' + fragment: + type: string + label: 'Url fragment' + absolute: + type: boolean + label: 'Is this Url absolute' + language: + type: string + label: 'The language' + https: + type: boolean + label: 'If the Url should use a secure protocol'