25 lines
432 B
JSON
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
|
|
}
|