Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / metatag / metatag_mobile / config / schema / metatag_mobile.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.android_app_link_alternative:
6   type: label
7   label: 'Android Mobile: Android App Link Alternative'
8 metatag.metatag_tag.android_manifest:
9   type: label
10   label: 'Android Mobile: Manifest'
11 metatag.metatag_tag.apple_itunes_app:
12   type: label
13   label: 'Apple Mobile: iTunes App'
14 metatag.metatag_tag.apple_mobile_web_app_capable:
15   type: label
16   label: 'Apple Mobile: Web App Capable'
17 metatag.metatag_tag.apple_mobile_web_app_status_bar_style:
18   type: label
19   label: 'Apple Mobile: Web App Status bar color'
20 metatag.metatag_tag.apple_mobile_web_app_title:
21   type: label
22   label: 'Apple Mobile: Web App Title'
23 metatag.metatag_tag.application_name:
24   type: label
25   label: 'Application name'
26 metatag.metatag_tag.cleartype:
27   type: label
28   label: 'Mobile: Cleartype'
29 metatag.metatag_tag.format_detection:
30   type: label
31   label: 'Apple Mobile: Format Detection'
32 metatag.metatag_tag.handheldfriendly:
33   type: label
34   label: 'Mobile: Handheld-Friendly'
35 metatag.metatag_tag.ios_app_link_alternative:
36   type: label
37   label: 'Apple Mobile: iOS App Link Alternative'
38 metatag.metatag_tag.mobileoptimized:
39   type: label
40   label: 'Mobile: Mobile Optimized'
41 metatag.metatag_tag.msapplication_allowDomainApiCalls:
42   type: label
43   label: 'MSApplication - Allow domain API calls'
44 metatag.metatag_tag.msapplication_allowDomainMetaTags:
45   type: label
46   label: 'MSApplication - Allow domain meta tags'
47 metatag.metatag_tag.msapplication_badge:
48   type: label
49   label: 'MSApplication - Badge'
50 metatag.metatag_tag.msapplication_config:
51   type: label
52   label: 'MSApplication - Config'
53 metatag.metatag_tag.msapplication_navbutton_color:
54   type: label
55   label: 'MSApplication - Nav button color'
56 metatag.metatag_tag.msapplication_notification:
57   type: label
58   label: 'MSApplication - Notification'
59 metatag.metatag_tag.msapplication_square150x150logo:
60   type: label
61   label: 'MSApplication - Square logo, 150px x 150px'
62 metatag.metatag_tag.msapplication_square310x310logo:
63   type: label
64   label: 'MSApplication - Square logo, 310px x 310px'
65 metatag.metatag_tag.msapplication_square70x70logo:
66   type: label
67   label: 'MSApplication - Square logo, 70px x 70px'
68 metatag.metatag_tag.msapplication_starturl:
69   type: label
70   label: 'MSApplication - Start URL'
71 metatag.metatag_tag.msapplication_task:
72   type: label
73   label: 'MSApplication - Task'
74 metatag.metatag_tag.msapplication_task_separator:
75   type: label
76   label: 'MSApplication - Task separator'
77 metatag.metatag_tag.msapplication_tilecolor:
78   type: label
79   label: 'MSApplication - Tile color'
80 metatag.metatag_tag.msapplication_tileimage:
81   type: label
82   label: 'MSApplication - Tile image'
83 metatag.metatag_tag.msapplication_tooltip:
84   type: label
85   label: 'MSApplication - Tooltip'
86 metatag.metatag_tag.msapplication_wide310x150logo:
87   type: label
88   label: 'MSApplication - Wide logo, 310px x 150px'
89 metatag.metatag_tag.msapplication_window:
90   type: label
91   label: 'MSApplication - Window'
92 metatag.metatag_tag.theme_color:
93   type: label
94   label: 'Mobile: Theme Color'
95 metatag.metatag_tag.viewport:
96   type: label
97   label: 'Mobile: Viewport'
98 metatag.metatag_tag.web_manifest:
99   type: label
100   label: 'Mobile: Web Manifest'
101 metatag.metatag_tag.x_ua_compatible:
102   type: label
103   label: 'X-UA-Compatible'