in2code-de / ipandlanguageredirect

TYPO3 redirect - browserlanguage and ip-address based

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TCA changes in ext_tables.php

IchHabRecht opened this issue · comments

As I noticed, you change the TCA in your ext_tables.php file as you are using ExtensionUtility::registerPlugin and ExtensionManagementUtility::addStaticFile in here. The file is included in backend context only and both function calls should be move to (at least) one file in Configuration/TCA/Overrides

Thx for your note. Interested in a PR?