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
I have a node type "shops" with an Address field (core module).
I am now trying to automatically generate meta tags for this node type using tokens in the Metatag module.
For example I enter the following in "Content -> Node Shops -> Page title" in the Metatag module:
"Shop [node:title] in [node:field_address_field:locality], [node:field_address_field:country]"
(Tokens from Token Browser / Browse available tokens)
While all other tokens work, the address_field tokens are not being replaced with the address data.
So I see "Shop Sampleshop in , " for a node of this node type (of course, there is a full address stored in the node) .
Does anyone have an idea what could be causing this?
Interesting: The same token "[node:field_address_field:locality]" is working perfectly in the Pathauto module.
The text was updated successfully, but these errors were encountered:
Hello,
I have a node type "shops" with an Address field (core module).
I am now trying to automatically generate meta tags for this node type using tokens in the Metatag module.
For example I enter the following in "Content -> Node Shops -> Page title" in the Metatag module:
"Shop [node:title] in [node:field_address_field:locality], [node:field_address_field:country]"
(Tokens from Token Browser / Browse available tokens)
While all other tokens work, the address_field tokens are not being replaced with the address data.
So I see "Shop Sampleshop in , " for a node of this node type (of course, there is a full address stored in the node) .
Does anyone have an idea what could be causing this?
Interesting: The same token "[node:field_address_field:locality]" is working perfectly in the Pathauto module.
The text was updated successfully, but these errors were encountered: