annotate core/modules/link/config/schema/link.schema.yml @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 4c8ae668cc8c
children
rev   line source
Chris@0 1 # Schema for the configuration files of the Link module.
Chris@0 2
Chris@0 3 field.formatter.settings.link:
Chris@0 4 type: mapping
Chris@0 5 label: 'Link format settings'
Chris@0 6 mapping:
Chris@0 7 trim_length:
Chris@0 8 type: integer
Chris@0 9 label: 'Trim link text length'
Chris@0 10 url_only:
Chris@0 11 type: boolean
Chris@0 12 label: 'URL only'
Chris@0 13 url_plain:
Chris@0 14 type: boolean
Chris@0 15 label: 'Show URL as plain text'
Chris@0 16 rel:
Chris@0 17 type: string
Chris@0 18 label: 'Add rel="nofollow" to links'
Chris@0 19 target:
Chris@0 20 type: string
Chris@0 21 label: 'Open link in new window'
Chris@0 22
Chris@0 23 field.formatter.settings.link_separate:
Chris@0 24 type: field.formatter.settings.link
Chris@0 25 label: 'Link format settings'
Chris@0 26
Chris@0 27 field.widget.settings.link_default:
Chris@0 28 type: mapping
Chris@0 29 label: 'Link format settings'
Chris@0 30 mapping:
Chris@0 31 placeholder_url:
Chris@0 32 type: string
Chris@0 33 label: 'Placeholder for URL'
Chris@0 34 placeholder_title:
Chris@0 35 type: label
Chris@0 36 label: 'Placeholder for link text'
Chris@0 37
Chris@0 38 field.storage_settings.link:
Chris@0 39 type: mapping
Chris@0 40 label: 'Link settings'
Chris@0 41
Chris@0 42 field.field_settings.link:
Chris@0 43 type: mapping
Chris@0 44 label: 'Link settings'
Chris@0 45 mapping:
Chris@0 46 title:
Chris@0 47 type: integer
Chris@0 48 label: 'Allow link text'
Chris@0 49 link_type:
Chris@0 50 type: integer
Chris@0 51 label: 'Allowed link type'
Chris@0 52
Chris@0 53 field.value.link:
Chris@0 54 type: mapping
Chris@0 55 label: 'Default value'
Chris@0 56 mapping:
Chris@0 57 title:
Chris@0 58 type: label
Chris@0 59 label: 'Link text'
Chris@0 60 url:
Chris@0 61 type: string
Chris@0 62 label: 'URL'
Chris@0 63 options:
Chris@0 64 type: mapping
Chris@0 65 label: 'Link options'
Chris@0 66 mapping:
Chris@0 67 query:
Chris@0 68 type: sequence
Chris@0 69 label: 'URL query key value pairs'
Chris@0 70 sequence:
Chris@0 71 type: string
Chris@0 72 fragment:
Chris@0 73 type: string
Chris@0 74 label: 'URL fragment'
Chris@0 75 absolute:
Chris@0 76 type: boolean
Chris@0 77 label: 'Is this URL absolute'
Chris@0 78 https:
Chris@0 79 type: boolean
Chris@0 80 label: 'If the URL should use a secure protocol'
Chris@0 81 attributes:
Chris@0 82 type: sequence
Chris@0 83 label: 'Link attributes'
Chris@0 84 sequence:
Chris@0 85 type: string