Feature #55723

Support of schema.org attributes

Added by Carsten Bleicker over 1 year ago. Updated over 1 year ago.

Status:Closed Start date:2014-02-06
Priority:Should have Due date:
Assigned To:Bastian Waidelich % Done:

0%

Category:-
Target version:-
Has patch:No

Description

\TYPO3\Fluid\Core\ViewHelper\AbstractTagBasedViewHelper::registerUniversalTagAttributes should support schema.org microformat properties as much as possible.

f.e. itemprop="image"


Related issues

related to TYPO3.Fluid - Task #37558: Form.Textfield ViewHelper's placeholder attribute should ... Resolved 2012-05-29
related to TYPO3.Fluid - Bug #48121: TextareaViewHelper is missing valid html5 argument placeh... Resolved 2013-05-12

History

#1 Updated by Bastian Waidelich over 1 year ago

Just in case you don't know: You can use the additionalAttributes argument (that is available in all TagBasedViewHelpers) to set arbitrary attributes:

1<f:some.tag additionalAttributes="{itemprop: 'image'}" />

#2 Updated by Carsten Bleicker over 1 year ago

Thank you!!!
Close this :)

#3 Updated by Bastian Waidelich over 1 year ago

  • Status changed from New to Closed
  • Assigned To set to Bastian Waidelich

Carsten Bleicker wrote:

Close this :)

Ey, sir ;)

Also available in: Atom PDF