* minor config update to have the amw ~only~ target commons by default.
authorMichael Dale <dale@users.mediawiki.org>
Fri, 11 Sep 2009 18:07:36 +0000 (18:07 +0000)
committerMichael Dale <dale@users.mediawiki.org>
Fri, 11 Sep 2009 18:07:36 +0000 (18:07 +0000)
js2/editPage.js

index a78c972..820aea2 100644 (file)
@@ -12,7 +12,7 @@ if( !mwAddMediaConfig )
                        'default_query': wgTitle,
                        'target_title': wgPageName,
                        // Here we can setup the content provider overrides
-                       'cpconfig': {},
+                       'enabled_cps':['wiki_commons'],   
                        // The local wiki API URL:
                        'local_wiki_api_url': wgServer + wgScriptPath + '/api.php'
                };