1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
matomo/plugins/ExampleTheme/plugin.json
Stefan Giehl a6e3b16e0a Prepare first release of Matomo 5 (#19944)
* Prepare first release of Matomo 5

* Mark plugins in marketplace test responses as compatible with Matomo 5

* updates expected test files

* temporarily skip some tests until we have a first release

* updates expected test files

* submodule update
2022-11-04 16:23:56 +01:00

30 خطوط
619 B
JSON

{
"name": "ExampleTheme",
"description": "Matomo Platform showcase: example of how to create a simple Theme.",
"version": "0.1.0",
"theme": true,
"require": {
"matomo": ">=5.0.0-b1,<6.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": ""
}
]
}