Bug #67619
closedMeta tags palette in "Alternative Page Language" missing for root page
0%
Description
The metatags palette (keywords, description) is missing in the backend from the alternative page language record on the root page of a website built using typo3 6.2.
- metatags palette displays as expected in the backend page settings of both root page and any subpage
- metatags palette displays as expected in the alternative page language records of the subpages
- metatags palette does not display in the alternative page language records of the root page
Here is the (unchanged from default) TCA configuration:
Page settings:$TCA['pages']['palettes']['metatags']['showitem'] = 'keywords;LLL:EXT:cms/locallang_tca.xlf:pages.keywords_formlabel, --linebreak--, description;LLL:EXT:cms/locallang_tca.xlf:pages.description_formlabel';
Alternative page language:$TCA['pages_language_overlay']['palettes']['metatags']['showitem'] = 'keywords;LLL:EXT:cms/locallang_tca.xlf:pages.keywords_formlabel, --linebreak--, description;LLL:EXT:cms/locallang_tca.xlf:pages.description_formlabel';
Files