Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / metatag / config / schema / metatag.metatag_tag.schema.yml
1 # The 'type' should be "label" for short meta tags and "text" for ones which
2 # could get longer, especially ones which use a textarea field instead of a
3 # textfield.
4
5 metatag.metatag_tag.abstract:
6   type: text
7   label: 'Abstract'
8 metatag.metatag_tag.canonical_url:
9   type: label
10   label: 'Canonical URL'
11 metatag.metatag_tag.content_language:
12   type: label
13   label: 'Content Language'
14 metatag.metatag_tag.description:
15   type: text
16   label: 'Description'
17 metatag.metatag_tag.generator:
18   type: label
19   label: 'Generator'
20 metatag.metatag_tag.image_src:
21   type: label
22   label: 'Image SRC'
23 metatag.metatag_tag.keywords:
24   type: text
25   label: 'Keywords'
26 metatag.metatag_tag.news_keywords:
27   type: label
28   label: 'Google News Keywords'
29 metatag.metatag_tag.original_source:
30   type: label
31   label: 'Original source'
32 metatag.metatag_tag.rights:
33   type: label
34   label: 'Rights'
35 metatag.metatag_tag.referrer:
36   type: label
37   label: 'Referrer policy'
38 metatag.metatag_tag.robots:
39   type: label
40   label: 'Robots'
41 metatag.metatag_tag.shortlink:
42   type: label
43   label: 'Shortlink'
44 metatag.metatag_tag.standout:
45   type: label
46   label: 'Standout'
47 metatag.metatag_tag.title:
48   type: label
49   label: 'Page title'
50 metatag.metatag_tag.icbm:
51   type: label
52   label: 'ICBM'
53 metatag.metatag_tag.geo_region:
54   type: label
55   label: 'Geographical region'
56 metatag.metatag_tag.geo_placename:
57   type: label
58   label: 'Geographical place name'
59 metatag.metatag_tag.geo_position:
60   type: label
61   label: 'Geographical position'
62 metatag.metatag_tag.set_cookie:
63   type: label
64   label: 'Set Cookie'
65 metatag.metatag_tag.google:
66   type: label
67   label: 'Google'