Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / metatag / metatag_open_graph / config / schema / metatag_open_graph.metatag_tag.schema.yml
index 25fa30ea886b4c6d516ed8ccba8a158d429b7fdd..02066c150c2c06f43790bdb88f16af64ea88224e 100644 (file)
@@ -1,8 +1,12 @@
+# 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.og_country_name:
   type: label
   label: 'Open Graph: Country name'
 metatag.metatag_tag.og_description:
-  type: label
+  type: text
   label: 'Open Graph: Description'
 metatag.metatag_tag.og_determiner:
   type: label
@@ -112,3 +116,15 @@ metatag.metatag_tag.article_section:
 metatag.metatag_tag.article_tag:
   type: label
   label: 'Article tag(s)'
+metatag.metatag_tag.book_author:
+  type: label
+  label: 'Book Author'
+metatag.metatag_tag.book_isbn:
+  type: label
+  label: 'Book ISBN'
+metatag.metatag_tag.book_release_date:
+  type: label
+  label: 'Book Release Date'
+metatag.metatag_tag.book_tag:
+  type: label
+  label: 'Book Tags'