From 6dc206440d6722c60d7ed7a65dd9db7c9dec4a28 Mon Sep 17 00:00:00 2001 From: Adam Wight Date: Thu, 24 Oct 2019 10:42:35 +0200 Subject: [PATCH] Feature flag for Book Referencing Bug: T236255 Change-Id: I3848eda89178c53af7eeaf87df4efad0f9987557 --- extension.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/extension.json b/extension.json index af34ab670..813186ee4 100644 --- a/extension.json +++ b/extension.json @@ -104,6 +104,11 @@ "cite": "GlobalVarConfig::newInstance" }, "config": { + "CiteBookReferencing": { + "description": "Development feature flag for Book Referencing, a way to nest citations. Please don't enable in production.", + "public": true, + "value": false + }, "CiteStoreReferencesData": { "description": "If set to true, references are saved in the database so that other extensions can retrieve them independently of the main article content.", "public": true,