Jforrester has uploaded a new change for review.

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

Change subject: Enable $wgTemplateDataUseGUI by default
......................................................................

Enable $wgTemplateDataUseGUI by default

It's stable enough now.

Change-Id: I45fd4d1f0d4eda4f9e55aeffb1dae4cc5c4ef553
---
M TemplateData.php
1 file changed, 2 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/TemplateData 
refs/changes/30/192030/1

diff --git a/TemplateData.php b/TemplateData.php
index 21f6bb8..8b361c2 100644
--- a/TemplateData.php
+++ b/TemplateData.php
@@ -163,6 +163,5 @@
 
 /* Configuration */
 
-// Set this to true to use the template documentation
-// editor feature
-$wgTemplateDataUseGUI = false;
+// Set this to false to disable the template documentation editor feature
+$wgTemplateDataUseGUI = true;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I45fd4d1f0d4eda4f9e55aeffb1dae4cc5c4ef553
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/TemplateData
Gerrit-Branch: master
Gerrit-Owner: Jforrester <jforres...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to