Legoktm has uploaded a new change for review. https://gerrit.wikimedia.org/r/99616
Change subject: Set a default value for $wgBookManagerv2JsonEditor ...................................................................... Set a default value for $wgBookManagerv2JsonEditor Change-Id: I8aa2c0196b4521ad68f630be6fa2d68a48e256ef --- M BookManagerv2.php 1 file changed, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BookManagerv2 refs/changes/16/99616/1 diff --git a/BookManagerv2.php b/BookManagerv2.php index 8dd625a..e75e84d 100644 --- a/BookManagerv2.php +++ b/BookManagerv2.php @@ -244,3 +244,9 @@ * not set. */ $wgBookManagerv2SchemaDBname = false; + +/** + * @var bool + * Whether to enable the JSON editor + */ +$wgBookManagerv2JsonEditor = true; -- To view, visit https://gerrit.wikimedia.org/r/99616 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8aa2c0196b4521ad68f630be6fa2d68a48e256ef Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/BookManagerv2 Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
