L LEckley 💖 Chevereto Fan Jan 22, 2017 #1 Hi Guys, Any idea which code I need to edit to allow more embedded links to be shown via the client/user interface?
Hi Guys, Any idea which code I need to edit to allow more embedded links to be shown via the client/user interface?
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Jan 23, 2017 #2 Currently that setting is placed directly in app/routes/route.json.php: PHP: $album_fetch = min(1000, $album['image_count']); So change "1000" to anything you want.
Currently that setting is placed directly in app/routes/route.json.php: PHP: $album_fetch = min(1000, $album['image_count']); So change "1000" to anything you want.
L LEckley 💖 Chevereto Fan Jan 23, 2017 #3 Rodolfo said: Currently that setting is placed directly in app/routes/route.json.php: PHP: $album_fetch = min(1000, $album['image_count']); So change "1000" to anything you want. Click to expand... Thank you, much appreciated!
Rodolfo said: Currently that setting is placed directly in app/routes/route.json.php: PHP: $album_fetch = min(1000, $album['image_count']); So change "1000" to anything you want. Click to expand... Thank you, much appreciated!