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
They seem to be a default field with Article API, as long as there are entries such as <meta property="article:tag" content="Artificial Intelligence" />. These then get translated into an array of objects like:
{
"name": "Artificial Intelligence"
}
If this is default now, add a getter into all entities (into the trait?).
The text was updated successfully, but these errors were encountered:
Look into metaTags.
They seem to be a default field with Article API, as long as there are entries such as
<meta property="article:tag" content="Artificial Intelligence" />
. These then get translated into an array of objects like:If this is default now, add a getter into all entities (into the trait?).
The text was updated successfully, but these errors were encountered: