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, "compactWidth": false,
"postCard_carrusel_auto": true, "postCard_carrusel_auto": true,
"postCard_expansible_actions": true, "postCard_expansible_actions": true,
"feed_max_fetch": 20,
"language": "en", "language": "en",
"sidebarKeys": [ "sidebarKeys": [
"main", "main",

View File

@ -117,7 +117,7 @@ export default [
"storaged": true, "storaged": true,
"group": "sidebar", "group": "sidebar",
"component": "Slider", "component": "Slider",
"icon": "Wh", "icon": "MdTimer",
"dependsOn": { "dependsOn": {
"collapseOnLooseFocus": true "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", "id": "postCard_carrusel_auto",
"title": "Auto show post media", "title": "Auto show post media",