Feature flag for Book Referencing

Bug: T236255
Change-Id: I3848eda89178c53af7eeaf87df4efad0f9987557
This commit is contained in:
Adam Wight 2019-10-24 10:42:35 +02:00 committed by Thiemo Kreuz (WMDE)
parent 42279a2328
commit 6dc206440d

View file

@ -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,