1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/radicale_ynh.git synced 2024-09-03 20:16:14 +02:00
radicale_ynh/config_panel.json

106 lines
3.4 KiB
JSON
Raw Normal View History

2018-09-29 23:37:05 +02:00
{
"name": "Radicale configuration panel",
"version": "0.1",
"panel": [{
"name": "Radicale configuration",
"id": "main",
"sections": [{
"name": "InfCloud configuration",
"id": "infcloud_configuration",
"options": [{
"name": "Choose your interface language",
"help": "We can't use a choices field for now. In the meantime please choose between one of this values:<br>Czech, Danish, German, English/US, Spanish, French, Italian, Japan, Hungarian, Dutch, Slovak, Turkish, Russian, Ukrainian, Chinese.",
"id": "language",
"type": "text",
"//": "\"choices\" : [\"Czech\", \"Danish\", \"German\", \"English/US\", \"Spanish\", \"French\", \"Italian\", \"Japan\", \"Hungarian\", \"Dutch\", \"Slovak\", \"Turkish\", \"Russian\", \"Ukrainian\", \"Chinese\"]",
"default" : "English/US"
},
{
"name": "First day of the week ?",
"help": "We can't use a choices field for now. In the meantime please choose between one of this values:<br>Sunday, Monday.",
"id": "firstdayofweek",
"type": "text",
"//": "\"choices\" : [\"Sunday\", \"Monday\"]",
"default" : "Monday"
},
{
"name": "Default calendar view ?",
"help": "We can't use a choices field for now. In the meantime please choose between one of this values:<br>month, multiWeek, agendaWeek, agendaDay.",
"id": "activeview",
"type": "text",
"//": "\"choices\" : [\"month\", \"multiWeek\", \"agendaWeek\", \"agendaDay\"]",
"default" : "agendaWeek"
},
{
"name": "New event on single or double click ?",
"help": "We can't use a choices field for now. In the meantime please choose between one of this values:<br>single, double.",
"id": "openformmode",
"type": "text",
"//": "\"choices\" : [\"single\", \"double\"]",
"default" : "double"
},
{
"name": "Start of business hour ?",
"help": "Non-business hours are faded out in the calendar interface.",
"id": "startofbusiness",
"type": "number",
"default": 8
},
{
"name": "End of business hour ?",
"help": "Non-business hours are faded out in the calendar interface.",
"id": "endofbusiness",
"type": "number",
"default": 18
},
{
"name": "Default event duration ?",
"help": "In minutes.",
"id": "defaulteventduration",
"type": "number",
"default": 120
}]
},
{
"name": "Overwriting config files",
"id": "overwrite_files",
"options": [{
"name": "Overwrite the config file logging ?",
"help": "If the file is overwritten, a backup will be created.",
"id": "overwrite_logging",
"type": "bool",
"default": true
},
{
"name": "Overwrite the config file config ?",
"help": "If the file is overwritten, a backup will be created.",
"id": "overwrite_config",
"type": "bool",
"default": true
},
{
"name": "Overwrite the InfCloud config file config.js ?",
"help": "If the file is overwritten, a backup will be created.",
"id": "overwrite_infcloud",
"type": "bool",
"default": true
},
{
"name": "Overwrite the nginx config file ?",
"help": "If the file is overwritten, a backup will be created.",
"id": "overwrite_nginx",
"type": "bool",
"default": true
},
{
"name": "Overwrite the php-fpm config file ?",
"help": "If the file is overwritten, a backup will be created.",
"id": "overwrite_phpfpm",
"type": "bool",
"default": true
}]
}]
}
]
}