Index: trunk/phase3/js2/editPage.js |
— | — | @@ -12,7 +12,7 @@ |
13 | 13 | 'default_query': wgTitle, |
14 | 14 | 'target_title': wgPageName, |
15 | 15 | // Here we can setup the content provider overrides |
16 | | - 'cpconfig': {}, |
| 16 | + 'enabled_cps':['wiki_commons'], |
17 | 17 | // The local wiki API URL: |
18 | 18 | 'local_wiki_api_url': wgServer + wgScriptPath + '/api.php' |
19 | 19 | }; |