mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
Feature flag for Book Referencing
Bug: T236255 Change-Id: I3848eda89178c53af7eeaf87df4efad0f9987557
This commit is contained in:
parent
42279a2328
commit
6dc206440d
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue