diff --git a/README.md b/README.md index 47a6345ba..9e951caaa 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/extension.json b/extension.json index ee875a456..ab79bd126 100644 --- a/extension.json +++ b/extension.json @@ -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