Deprecation: #77987 - Deprecated record listing in page module 

See forge#77987

Description 

The usage of $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['cms']['db_layout']['addTables'] to render records in the page module has been marked as deprecated.

Accessing property TYPO3\CMS\Backend\Controller\PageLayoutController->externalTables has been deprecated.

Affected Installations 

Instances using $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['cms']['db_layout']['addTables'] or accessing property TYPO3\CMS\Backend\Controller\PageLayoutController->externalTables .

Migration 

No migration available.