Skip to content

Commit

Permalink
(simatec) Fix for Admin 7.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Sep 26, 2024
1 parent 079cb9e commit de04bed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ You must enter these in the configuration of the adapter.
## Changelog
### **WORK IN PROGRESS**
* (simatec) Fix jsonConfig
* (simatec) Fix for Admin 7.1.5

### 0.2.2 (2024-09-19)
* (simatec) small State Fix
Expand Down
12 changes: 10 additions & 2 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,22 @@
"noTranslation": true,
"href": "https://paypal.me/mk1676",
"src": "https://img.shields.io/badge/paypal-donate%20%7C%20spenden-blue.svg",
"newLine": true
"newLine": true,
"xs": 7,
"sm": 3,
"md": 3,
"lg": 1.2
},
"_githubSponsor": {
"type": "staticImage",
"tooltip": "GitHub Sponsors",
"noTranslation": true,
"href": "https://github.com/sponsors/simatec",
"src": "https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86"
"src": "https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86",
"xs": 5,
"sm": 2,
"md": 2,
"lg": 0.8
}
}
}

0 comments on commit de04bed

Please sign in to comment.