Feature #52471
closedPageRenderer: Allow Meta Tag overriding
100%
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.
Updated by Rémy DANIEL almost 11 years ago
Hi,
The attribute "property" is used in place of the attribute "name" with opengraph.
<meta property="og:url" content="http://example.com" />
So the key used for checking duplicates should not be fixed to the attribute "name".
Updated by Riccardo De Contardi about 7 years ago
- Related to Feature #81464: Add API for meta tag management added
Updated by Riccardo De Contardi about 7 years ago
- Status changed from New to Closed
I close this as duplicate; please continue on #81464. Thank you.
Updated by Gerrit Code Review about 7 years ago
- Status changed from Closed to Under Review
Patch set 15 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53110
Updated by Gerrit Code Review about 7 years ago
Patch set 16 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53110
Updated by Gerrit Code Review about 7 years ago
Patch set 17 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53110
Updated by Gerrit Code Review about 7 years ago
Patch set 18 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53110
Updated by Gerrit Code Review about 7 years ago
Patch set 19 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53110
Updated by Gerrit Code Review about 7 years ago
Patch set 20 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53110
Updated by Gerrit Code Review about 7 years ago
Patch set 21 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53110
Updated by Gerrit Code Review about 7 years ago
Patch set 22 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53110
Updated by Mathias Schreiber about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 96144717d7a7df9c226cd6eae9fed12020a54e1f.
Updated by Benni Mack over 4 years ago
- Sprint Focus changed from PRC to Needs Decision