X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fmetatag%2Fconfig%2Fschema%2Fmetatag.metatag_tag.schema.yml;h=5f6f30c5c562b7eb866bb2402016c8248ff669c3;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=d2b9d0deec1d3703d110cf3067065f92d6485892;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/modules/contrib/metatag/config/schema/metatag.metatag_tag.schema.yml b/web/modules/contrib/metatag/config/schema/metatag.metatag_tag.schema.yml index d2b9d0dee..5f6f30c5c 100644 --- a/web/modules/contrib/metatag/config/schema/metatag.metatag_tag.schema.yml +++ b/web/modules/contrib/metatag/config/schema/metatag.metatag_tag.schema.yml @@ -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'