adding screenshot and gitignore file
This commit is contained in:
parent
0a2c23f700
commit
aa1ec23625
@ -2,6 +2,8 @@
|
||||
|
||||
A dynamic php based advent calendar which can be easily configured via a json-config file
|
||||
|
||||
![image](/attachments/22fe9e10-d5c9-4229-81e0-9b0e52e5396b)
|
||||
|
||||
|
||||
## Configuration
|
||||
|
||||
@ -22,8 +24,8 @@ Set width and height for the calendar:
|
||||
"config": {
|
||||
"calendarWidth": "472",
|
||||
"calendarHeight": "827",
|
||||
"useModal": "true",
|
||||
"showExtras": "true"
|
||||
"useModal": "true",
|
||||
"showExtras": "true"
|
||||
},
|
||||
...
|
||||
```
|
||||
|
4
_gifts/.gitignore
vendored
Normal file
4
_gifts/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
# Ignore everything from updating in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
@ -2,8 +2,8 @@
|
||||
"config": {
|
||||
"calendarWidth": "472",
|
||||
"calendarHeight": "827",
|
||||
"useModal": "true",
|
||||
"showExtras": "true"
|
||||
"useModal": "true",
|
||||
"showExtras": "true"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
|
@ -2,8 +2,8 @@
|
||||
"config": {
|
||||
"calendarWidth": "472",
|
||||
"calendarHeight": "827",
|
||||
"useModal": "true",
|
||||
"showExtras": "true"
|
||||
"useModal": "true",
|
||||
"showExtras": "true"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user