You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.
We are using schema_metatag module on our project and problem is when I want to fetch metatags, I get errors thrown for JSON-LD metatags.
Here is example of error
String cannot represent non scalar value: associative array(4) with first keys: "@type", "name", "url", "logo"
.Problem is that
Metatag.value
field is defined asString
, but we have an array in this case.Any ideas on how we can add support for this?
The text was updated successfully, but these errors were encountered: