wiki.techinc.nl/tests/phpunit/data/registration/good.json
Timo Tijhof 39e2abd886 registration: Allow multi-line strings in "@" note keys
Change-Id: Ifb1a0f04cc22b122ed99308c096d0ce4296e9097
2021-04-29 02:47:47 +01:00

25 lines
432 B
JSON

{
"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
}