added feed_max_fetch setting

This commit is contained in:
srgooglo 2022-06-06 09:59:44 +02:00
parent b09b82a627
commit ecb43e1a4c
2 changed files with 15 additions and 1 deletions

View File

@ -13,6 +13,7 @@
"compactWidth": false,
"postCard_carrusel_auto": true,
"postCard_expansible_actions": true,
"feed_max_fetch": 20,
"language": "en",
"sidebarKeys": [
"main",

View File

@ -117,7 +117,7 @@ export default [
"storaged": true,
"group": "sidebar",
"component": "Slider",
"icon": "Wh",
"icon": "MdTimer",
"dependsOn": {
"collapseOnLooseFocus": true
},
@ -136,6 +136,19 @@ export default [
}
}
},
{
"id": "feed_max_fetch",
"title": "Fetch max items",
"description": "Set the maximum number of items to load per fetch in the feed list",
"component": "Slider",
"icon": "MdFormatListNumbered",
"group": "posts",
"props": {
min: 5,
max: 50,
},
"storaged": true,
},
{
"id": "postCard_carrusel_auto",
"title": "Auto show post media",