[TYPO3-extbase-kickstarter] split token for TCA override

Nico de Haen typo3 at ndh-websolutions.de
Thu Jan 20 11:50:19 CET 2011


Since there are no settings for Configuration and subfolders, the
default is applied (which means "Overwrite")

You need something like:

  Classes:
    Controller: merge
    Domain:
      Model: merge
      Repository: merge

  Configuration:
    TCA: merge


or more specific

  Configuration:
    TCA:
      Games.php: merge

Then the split token is processed.

If you want, you can make a suggestion how this could be explained more
clear in the WIKI.

regards,
Nico



More information about the TYPO3-project-extbase-kickstarter mailing list