Reputation: 213
I want to set an overwrite option (description.override.field
) for the page meta description and keyword tag as in the code below:
page.meta {
description = {$meta.description}
description.override.field = description
keywords = {$meta.keywords}
keywords.override.field = keywords
robots = {$meta.robots}
}
I only get the content of the standard language.
has anybody an idea why I do not get the content of the other language if filled out?
Upvotes: 0
Views: 462
Reputation: 3354
Normaly this should get translated. Go and check the following points:
config.language
, config.sys_language_uid
, etc.)[FE][pageOverlayFields]
list?Upvotes: 4