[TYPO3-core] RFC Feature #16285: Optimize stdWrap usage for TypoScript content element RECORDS

Susanne Moog typo3 at susannemoog.de
Tue Nov 16 22:58:20 CET 2010


On 06.11.2010 23:11, JoH asenau wrote:
> This is an SVN patch request.
> 
> Type: Feature
> 
> Bugtracker references: http://bugs.typo3.org/view.php?id=16285
> 
> Branches: trunk
> 
> Problem:
> One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements and optimize the current usage of stdWrap functions.
> 
> Solution:
> The attached patch will improve the element RECORDS by
> 
> adding stdWrap to the parameters

+1 by reading and testing with non-sense TS like:

page.headerData.2 >
page.headerData.2 = RECORDS
page.headerData.2 {
  wrap = <meta name="wtf" content="|" />
  source.data = GP:id
  tables.cObject = COA
  tables.cObject {
    10 = TEXT
    10.value = pa

    20 = TEXT
    20.value = ges
  }
  conf.pages = TEXT
  conf.pages.field = title
}



-- 
What's worth the price is always worth the fight
Every second counts 'cause there's no second try

TYPO3 Core Team Member


More information about the TYPO3-team-core mailing list