wiki.techinc.nl/tests/phpunit/data/registration/good.json
Stanislav Malyshev 341bd5d6e9 registration: Allow @-prefixed keys in manifest_version 2
As specified in
<https://www.mediawiki.org/wiki/Manual:Extension_registration#Retaining_documentation>.

Bug: T215650
Change-Id: I2ff523828389fbec39cdf7c55046e7da901a2ecb
2019-02-12 18:50:14 -08:00

21 lines
349 B
JSON

{
"name": "FooBar",
"@note": "This is a note",
"@duck": "Docs say any @-item is ignored",
"attributes": {
"FooBar": {
"Attr": [ "test" ]
},
"NotLoaded": {
"Attr": [ "test2" ]
}
},
"config": {
"MyConfigValue": {
"value": 42,
"description": "Very important config value",
"public": true
}
},
"manifest_version": 2
}