Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / metatag / metatag_dc / config / schema / metatag_dc.metatag_tag.schema.yml
index 6ad60850da9f7dbee530f4f51775f4c1610be434..afda126fbac9d66b966ae58bbc345b95ee300233 100644 (file)
@@ -1,3 +1,7 @@
+# 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.dcterms_contributor:
   type: label
   label: 'Dublin Core: Contributor'
@@ -11,7 +15,7 @@ metatag.metatag_tag.dcterms_date:
   type: label
   label: 'Dublin Core: Date'
 metatag.metatag_tag.dcterms_description:
-  type: label
+  type: text
   label: 'Dublin Core: Description'
 metatag.metatag_tag.dcterms_format:
   type: label