TCA foreign_table with pid 0
Summary The issue at hand is related to TYPO3 and its TCA (Table Configuration Array), specifically when trying to access data from a foreign table with a pid (page ID) of 0 using the selectMultipleSideBySide render type. The provided TCA configuration does not work as expected, despite the general syntax being correct. Root Cause The … Read more