Sizerboard/Public/json/Sizerboard.settings.json

33 lines
1.4 KiB
JSON
Raw Normal View History

{
"nulls" : false,
"default_value" : null,
"default_text" : "",
"autostart" : true,
"default_language" : "english",
"timeout" : 2000,
"print_format" : "[{type}] {yyyy}{mm}{dd} {hh}{ii}{ss} [{line}]{file}({method}): {message}",
"gui_mode" : "light",
"frames_per_second" : 24,
"position" : "body",
"views_overwrite" : false,
"default_views_files" : "/html/Sizerboard.views.html",
"logo" : "/images/Sizerboard.webp",
"application_name" : "Sizerboard",
"application_url" : "https://sizerboard.k3y.pw/",
"application_git" : "https://git.k3y.pw/KyMAN/Sizerboard",
"cells" : 40,
"main_menu_items" : [
{"i18n" : "home", "icon" : "home", "url" : "/", "target" : "_self"},
{"i18n" : "documentation", "icon" : "documentation", "url" : "/doc", "target" : "_blank"},
{"i18n" : "git", "icon" : "git", "url" : "https://git.k3y.pw/KyMAN/Sizerboard", "target" : "_blank"}
],
"default_i18n_files" : [
"/json/i18n/Sizerboard.i18n.english.json",
"/json/i18n/Sizerboard.i18n.espanol.json",
"/json/i18n/Sizerboard.i18n.nihongo.json",
"/json/i18n/Sizerboard.i18n.russkiy.json",
"/json/i18n/Sizerboard.i18n.alarabiyah.json"
],
"hashes_alphabet" : "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz",
"hashes_length" : 11
}