Typo3 – Increase Media (Image) Limit in Page > Resources
by Andrei Eftimie
If you need to increase the default limit of 5 images per page.
In Page » Resources » Files » Media.
You can’t do this from TypoScript, seems there is an unresolved bug.
Add this to localconf/ext_tables.php:
$GLOBALS['TCA']['pages']['columns']['media']['config']['maxitems'] = '10';
$GLOBALS['TCA']['pages']['columns']['media']['config']['size'] = '10';