add empty canPlay options to all config files

This commit is contained in:
j 2012-04-22 21:53:50 +02:00
parent 33bb24b8ef
commit fa70e88edd
2 changed files with 10 additions and 0 deletions

View file

@ -10,6 +10,11 @@
"annotations": { "annotations": {
"showUsers": true "showUsers": true
}, },
"cantPlay": {
"icon": "",
"link": "",
"text": ""
},
/* /*
Capabilities are per user level. Capabilities are per user level.
They can either be general: They can either be general:

View file

@ -10,6 +10,11 @@
"annotations": { "annotations": {
"showUsers": true "showUsers": true
}, },
"cantPlay": {
"icon": "",
"link": "",
"text": ""
},
/* /*
Capabilities are per user level. Capabilities are per user level.
They can either be general: They can either be general: