adding screenshot and gitignore file

master
Michael Reber 3 years ago
parent 0a2c23f700
commit aa1ec23625

@ -2,6 +2,8 @@
A dynamic php based advent calendar which can be easily configured via a json-config file A dynamic php based advent calendar which can be easily configured via a json-config file
![image](/attachments/22fe9e10-d5c9-4229-81e0-9b0e52e5396b)
## Configuration ## Configuration
@ -22,8 +24,8 @@ Set width and height for the calendar:
"config": { "config": {
"calendarWidth": "472", "calendarWidth": "472",
"calendarHeight": "827", "calendarHeight": "827",
"useModal": "true", "useModal": "true",
"showExtras": "true" "showExtras": "true"
}, },
... ...
``` ```

4
_gifts/.gitignore vendored

@ -0,0 +1,4 @@
# Ignore everything from updating in this directory
*
# Except this file
!.gitignore

@ -2,8 +2,8 @@
"config": { "config": {
"calendarWidth": "472", "calendarWidth": "472",
"calendarHeight": "827", "calendarHeight": "827",
"useModal": "true", "useModal": "true",
"showExtras": "true" "showExtras": "true"
}, },
"entries": [ "entries": [
{ {

@ -2,8 +2,8 @@
"config": { "config": {
"calendarWidth": "472", "calendarWidth": "472",
"calendarHeight": "827", "calendarHeight": "827",
"useModal": "true", "useModal": "true",
"showExtras": "true" "showExtras": "true"
}, },
"entries": [ "entries": [
{ {

Loading…
Cancel
Save