aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/data/registration/good.json
blob: 5e66eb5caed81b1ad4654472f227891de4092db0 (plain) (blame)
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
{
	"name": "FooBar",
	"@note": "This is a note",
	"@duck": "Docs say any @-item is ignored",
	"attributes": {
		"FooBar": {
			"Attr": [ "test" ]
		},
		"NotLoaded": {
			"Attr": [ "test2" ]
		}
	},
	"@config notes": [
		"The line below is false.",
		"The line above is true. "
	],
	"config": {
		"MyConfigValue": {
			"value": 42,
			"description": "Very important config value",
			"public": true
		}
	},
	"manifest_version": 2
}