[TYPO3-ttnews] new custom templates for tx_news

Jaco Graaff jacograaff at spacexplorer.co.za
Sun Nov 30 10:49:33 CET 2014


Ok - my mistake - it had to go into the tsConfig.ts file and not the 
constants

On 11/30/2014 8:41 PM, Jaco Graaff wrote:
> I am trying to add new custom template selectors to tx_news via my
> constants.ts file
>
> # Add the new Frame type to the dropdown menu
> tx_news.templateLayouts {
>          1 = Default
>          99 = DetailListView
> 123 = newCustomListTemplate
> 125 = newCustomDetailTemplate
> }
>
> so that I can target it in the fluid template when selected in the
> backend under the template tab
>
> <f:if condition="{settings.templateLayout} == 123">
>
>
>
> the newly added selectors items do not show up in the backend
>
> Any idea what I am doing wrong
>
> Thanks



More information about the TYPO3-project-tt-news mailing list