comty/packages/app/schemas/settings_general.json
2021-11-16 17:53:34 +01:00

38 lines
891 B
JSON

[
{
"id": "session_noexpire",
"icon": "Watch",
"type": "Switch",
"title": "No expire session",
"description": "Force the app to not expire any session"
},
{
"id": "search_ontype",
"icon": "CornerDownRight",
"type": "Switch",
"title": "Auto search on input",
"description": "Search automaticly when type something"
},
{
"id": "post_hidebar",
"icon": "Menu",
"type": "Switch",
"title": "Auto hide postbar",
"description": "Hide post actions bar when loose focus"
},
{
"id": "post_autoposition",
"icon": "AlignCenter",
"type": "Switch",
"title": "Center on click",
"description": "Center posts element when then is clicked"
},
{
"id": "verbosity",
"icon": "Terminal",
"type": "Switch",
"title": "Verbosity",
"description": "Show all development logs of the application"
}
]