Fix some documentation errors

master
Michael Reber 3 years ago
parent c4152ebd4f
commit a2171f6597

@ -15,9 +15,12 @@ Add the following switch at the end of the URL of the web application to activat
```/index.php?dev=1``` ```/index.php?dev=1```
The application now reads the config file "calendar_dev.json" and unlocks all doors because the values unlockDate in this file are in the past.
### Configuration parameter ### Configuration parameter
Set width and height for the calendar: Set configuration parameters for the calendar:
```json ```json
... ...
@ -25,13 +28,13 @@ Set width and height for the calendar:
"calendarWidth": "472", "calendarWidth": "472",
"calendarHeight": "827", "calendarHeight": "827",
"useModal": "true", "useModal": "true",
"showExtras": "true" "showExtras": "true",
"enableSnow": "true" "enableSnow": "true"
}, },
... ...
``` ```
Add entries for the days Modify entries for the individual days
```json ```json
... ...
"entries": [ "entries": [

Loading…
Cancel
Save