Actions
Feature #52471
closedPageRenderer: Allow Meta Tag overriding
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2013-10-02
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Needs Decision
Description
(Note: this issue came about from issue 319 in VHS. Please find background information over there)
It's not possible to override meta tags, since the PageRenderer only checks for exact clones in addMetaTag
I propose that this function only checks the name attribute. Maybe we could pass in a parameter 'override' (boolean, defaults to true) to ensure the possibility of adding two meta tags with the same name.
Actions