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

manifest.json « module_number_3 « modules « selenium « tests « ui - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3266063c0b376d919fe356beaefbd70dfb1fa6da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"manifest_version": 1.01,
	"id": "3",
	"name": "This module should not be loaded",
	"author": "module author",
	"description": "Manifest version is higher than allowed",
	"version": "1",
	"namespace": "Example_C",
	"url": "",
	"actions": {
		"third.module": {
			"class": "Test3",
			"view": "third.module"
		}
	}
}