MG 2.0 Number of attached images?

Ah, it's hard coded at 100.

If it's something you need to do temporarily then you can change the code in src/addons/XFMG/Entity/Category.php and src/addons/XFMG/Entity/Album.php.

Find and edit:
PHP:
'count' => 100

Increasing it much beyond this may enable you to hit PHP limits including post_max_size and max_input_vars (more likely the latter).
 
Top Bottom