Mattflaschen has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/72645


Change subject: Add debug field to example config, commented out.
......................................................................

Add debug field to example config, commented out.

Change-Id: Id5c8e43691f360584dfdd4797d255b1d9eb7a709
---
M js/api/localsettings.js.example
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Parsoid 
refs/changes/45/72645/1

diff --git a/js/api/localsettings.js.example b/js/api/localsettings.js.example
index 988b3d9..a19b2ad 100644
--- a/js/api/localsettings.js.example
+++ b/js/api/localsettings.js.example
@@ -10,6 +10,9 @@
        // The URL here is supposed to be your MediaWiki installation root
        parsoidConfig.setInterwiki( 'localhost', 'http://localhost/w/api.php' );
 
+       // Enable debug mode (prints extra debugging messages)
+       parsoidConfig.debug = true;
+
        // Use the PHP preprocessor to expand templates via the MW API (default 
true)
        //parsoidConfig.usePHPPreProcessor = false;
 

-- 
To view, visit https://gerrit.wikimedia.org/r/72645
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id5c8e43691f360584dfdd4797d255b1d9eb7a709
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Parsoid
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to