Skip to content
Snippets Groups Projects

Issue #3377205: Allow OG "See also" to have multiple values

Merged Joshua Sedler requested to merge issue/metatag-3377205:3377205-allow-og-see into 2.1.x
Files
2
@@ -16,7 +16,7 @@ use Drupal\metatag\Plugin\metatag\Tag\MetaPropertyBase;
* weight = 16,
* type = "uri",
* secure = FALSE,
* multiple = FALSE
* multiple = TRUE
* )
*/
class OgSeeAlso extends MetaPropertyBase {
Loading