Welcome to mirror list, hosted at ThFree Co, Russian Federation.

plugin.json « ExampleTheme « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f00aeb5df25bb765bf71e52e60a5f7ca3ce963e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
    "name": "ExampleTheme",
    "description": "Matomo Platform showcase: example of how to create a simple Theme.",
    "version": "0.1.0",
    "theme": true,
    "require": {
       "matomo": ">=4.0.0-b1,<5.0.0-b1"
    },
    "stylesheet": "stylesheets/theme.less",
    "homepage": "",
    "license": "GPL v3+",
    "keywords": [],
    "support": {
	    "email": "",
	    "issues": "",
	    "forum": "",
	    "irc": "",
	    "source": "",
	    "docs": "",
	    "wiki": "",
	    "rss": ""
    },
    "authors": [
        {
            "name": "",
            "email": "",
            "homepage": ""
        }
    ]
}