Skip to content

Instantly share code, notes, and snippets.

@chuenniger
Created November 10, 2015 09:36
Show Gist options
  • Save chuenniger/3bcba07cdf79a4d303dc to your computer and use it in GitHub Desktop.
Save chuenniger/3bcba07cdf79a4d303dc to your computer and use it in GitHub Desktop.
TYPO3 - EXT:news - Backend-Apassungen
// News Element
// won't work (these fields are visible after BE reload (is_event))
//TCAdefaults.tx_news_domain_model_news.full_day = 1
//TCAdefaults.tx_news_domain_model_news.organizer_simple = Bernd die Socke
// works fine
TCAdefaults.tx_news_domain_model_news.title = Hier Text eingeben
TCAdefaults.tx_news_domain_model_news.author = Bernd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment