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

manifest.json « module_number_2 « modules « selenium « tests « ui - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb444f702e03956123b199812aa19f28350c72bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"manifest_version": 2.0,
	"id": "two",
	"name": "2nd Module name !@#$%^&*()_+",
	"author": "2nd Module author !@#$%^&*()_+",
	"description": "Module description !@#$%^&*()_+",
	"version": "two !@#$%^&*()_+",
	"namespace": "Example_B",
	"url": "!@#$%^&*()_+",
	"actions": {
		"second.module": {
			"class": "Test2",
			"view": "second.module"
		}
	}
}