Feature #78635
closedAllow itemprop attribute
0%
Description
To use itemprop (https://www.w3.org/TR/2009/WD-html5-20090825/microdata.html#names:-the-itemprop-attribute) attributes in my fluid templates I sometimes need to add additional spans within links. It would be nicer to allow itemprop attributes on the actual links. I tried to create a diff of AbstractTagBasedViewHelper.php, see attached.
Thanks in advance!
Files
Updated by Frans Saris about 8 years ago
- Status changed from New to Needs Feedback
Hi, just use/add additionalAttributes="{itemprop: 'foo'}"
to the viewhelper tag should work with all tag based viewhelpers.
Groet Frans
Updated by Alexander Opitz almost 8 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.