config.json in kalindar-0.1.1 vs config.json in kalindar-0.2.0

- old
+ new

@@ -3,10 +3,12 @@ // In JSON format. // Specify one or more ics files. // You can skip the list (['one.ics', 'two.ics']) syntax for single ones. // The first calender is the one to be edited. - "calendar_files": "kalindar.ics", + "calendar_files": ["kalindar.ics", "spec/testcal.ics"], // Specify the locale (currently 'de' or 'en'). - "locale": "de" + "locale": "de", + + "preset_locations": ["Kneipe", "gr. Seminarraum"] }