17 lines
367 B
Text
17 lines
367 B
Text
{
|
|
"useForProjects": [
|
|
"*" // '*' - все, или перечислить отдельные проекты
|
|
],
|
|
"customFields": [
|
|
{
|
|
"dateFormat": "yyyy-MM-dd HH:mm",
|
|
"customFieldName": "Custom field name",
|
|
"alias": ""
|
|
}
|
|
],
|
|
"descriptionCalendarParams": {
|
|
"title": "Calendar:",
|
|
"lineRegexp": "(?<=\\*\\ ).+"
|
|
},
|
|
"calendarEventsKey": "calendar"
|
|
}
|