{
"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:
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:
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:
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:
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
}]
}]
}
]
}