mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
added feed_max_fetch
setting
This commit is contained in:
parent
b09b82a627
commit
ecb43e1a4c
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user