Improvements and fixes related to the BB. Increased default limit.
This commit is contained in:
@@ -32,7 +32,7 @@ export async function load({ params, parent }) { // route
|
||||
inc_comment_li: true,
|
||||
enabled: 'enabled',
|
||||
hidden: 'not_hidden',
|
||||
limit: 10,
|
||||
limit: 99,
|
||||
order_by_li: {'priority': 'DESC', 'sort': 'DESC', 'updated_on': 'DESC', 'created_on': 'DESC', 'title': 'ASC'},
|
||||
try_cache: true,
|
||||
log_lvl: log_lvl
|
||||
|
||||
Reference in New Issue
Block a user