[TYPO3-ttnews] new custom templates for tx_news
Jaco Graaff
jacograaff at spacexplorer.co.za
Sun Nov 30 10:41:54 CET 2014
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