Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / modules / contrib / metatag / config / schema / metatag.metatag_tag.schema.yml
index d2b9d0deec1d3703d110cf3067065f92d6485892..5f6f30c5c562b7eb866bb2402016c8248ff669c3 100644 (file)
@@ -1,5 +1,9 @@
+# The 'type' should be "label" for short meta tags and "text" for ones which
+# could get longer, especially ones which use a textarea field instead of a
+# textfield.
+
 metatag.metatag_tag.abstract:
-  type: label
+  type: text
   label: 'Abstract'
 metatag.metatag_tag.canonical_url:
   type: label
@@ -8,7 +12,7 @@ metatag.metatag_tag.content_language:
   type: label
   label: 'Content Language'
 metatag.metatag_tag.description:
-  type: label
+  type: text
   label: 'Description'
 metatag.metatag_tag.generator:
   type: label
@@ -17,7 +21,7 @@ metatag.metatag_tag.image_src:
   type: label
   label: 'Image SRC'
 metatag.metatag_tag.keywords:
-  type: label
+  type: text
   label: 'Keywords'
 metatag.metatag_tag.news_keywords:
   type: label
@@ -55,3 +59,6 @@ metatag.metatag_tag.geo_placename:
 metatag.metatag_tag.geo_position:
   type: label
   label: 'Geographical position'
+metatag.metatag_tag.set_cookie:
+  type: label
+  label: 'Set Cookie'