mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 15:04:02 +00:00
Merge "Fix bad settings name CiteCacheReferencesDataOnParse"
This commit is contained in:
commit
6f8b7311d9
|
@ -9,6 +9,6 @@ Configuration
|
|||
-------------
|
||||
* `$wgCiteStoreReferencesData`: If set to true, references are saved in the database so that
|
||||
other extensions can retrieve them independently of the main article content.
|
||||
* `$wgCiteCacheReferencesDataOnParse`: (`$wgCiteStoreReferencesData` required) By default,
|
||||
* `$wgCiteCacheRawReferencesOnParse`: (`$wgCiteStoreReferencesData` required) By default,
|
||||
references are cached only on database access. If set to true, references are also cached
|
||||
whenever pages are parsed.
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
"public": true,
|
||||
"value": false
|
||||
},
|
||||
"CiteCacheReferencesDataOnParse": {
|
||||
"CiteCacheRawReferencesOnParse": {
|
||||
"description": "Requires $wgCiteStoreReferencesData. By default, references are cached only on database access. If set to true, references are also cached whenever pages are parsed.",
|
||||
"public": true,
|
||||
"value": false
|
||||
|
|
Loading…
Reference in a new issue