[ 'name' => tra('Use direct pagination links'), 'type' => 'flag', 'default' => 'y', ], 'direct_pagination_max_middle_links' => [ 'name' => tra('Maximum number of links around the current item'), 'type' => 'text', 'units' => tra('links'), 'size' => '4', 'default' => 2, ], 'direct_pagination_max_ending_links' => [ 'name' => tra('Maximum number of links after the first or before the last item'), 'type' => 'text', 'units' => tra('links'), 'size' => '4', 'default' => 0, ], ]; }