mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
added feed_max_fetch
setting
This commit is contained in:
parent
b09b82a627
commit
ecb43e1a4c
@ -13,6 +13,7 @@
|
||||
"compactWidth": false,
|
||||
"postCard_carrusel_auto": true,
|
||||
"postCard_expansible_actions": true,
|
||||
"feed_max_fetch": 20,
|
||||
"language": "en",
|
||||
"sidebarKeys": [
|
||||
"main",
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user