1. Switch the og:type from DrupalTextMetaTag to DrupalListMetaTag since that's what it should actually be using (since the types are a list of options).
  2. Fix the 'summary' display of DrupalListMetaTag to show the nice value of the selected option(s) rather than the raw form values.
  3. Do #2 as well for metatag.vertical-tabs.js

Comments

Dave Reid’s picture

This should also cleanup options handling to something more like list fields use with 'allowed_values_function' and 'allowed_values' listed in the meta tag class info.

DamienMcKenna’s picture

Component: Code » Open Graph