1
0
Fork 0

update: Widgets and menu styling

This commit is contained in:
Ronan 2020-01-17 17:25:07 +01:00
commit 94444594ab
20 changed files with 230 additions and 71 deletions

View file

@ -1,30 +1,31 @@
{
"name": "Google Analytics Theme",
"description": "Bring Google Analytics Colors to Matomo",
"version": "0.1.0",
"theme": true,
"require": {
"piwik": ">=3.7.0,<4.0.0-b1"
},
"stylesheet": "stylesheets/theme.less",
"homepage": "https://ronan-hello.fr",
"license": "GPL v3+",
"keywords": [
"theme",
"google",
"analytics"
],
"support": {
"email": "contact@ronan-hello.fr",
"issues": "",
"forum": "https://forum.matomo.org",
"source": ""
},
"authors": [
{
"name": "Ronan HELLO",
"email": "contact@ronan-hello.fr",
"homepage": "https://ronan-hello.fr"
}
]
}
"name": "Google Analytics Theme",
"description": "Matomo Platform showcase: example of how to create a simple Theme.",
"version": "0.1.0",
"theme": true,
"require": {
"piwik": ">=3.13.1-stable,<4.0.0-b1"
},
"stylesheet": "stylesheets\/theme.less",
"javascript": "javascripts\/theme.js",
"homepage": "",
"license": "GPL v3+",
"keywords": [],
"support": {
"email": "",
"issues": "",
"forum": "",
"irc": "",
"source": "",
"docs": "",
"wiki": "",
"rss": ""
},
"authors": [
{
"name": "",
"email": "",
"homepage": ""
}
]
}