mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-11 16:49:26 +00:00
Document config flags in extension.json
Change-Id: Ife0c18b8e06980cdd23dae976749afdfb0cbd7e5
This commit is contained in:
parent
46a2205f5f
commit
b9d5ce7730
|
@ -256,10 +256,12 @@
|
||||||
"value": false
|
"value": false
|
||||||
},
|
},
|
||||||
"CiteVisualEditorOtherGroup": {
|
"CiteVisualEditorOtherGroup": {
|
||||||
|
"description": "If VisualEditor should list the citation features as part of the existing \"Insert\" drop-down menu instead of a top-level \"Cite\" toolbar button.",
|
||||||
"public": true,
|
"public": true,
|
||||||
"value": false
|
"value": false
|
||||||
},
|
},
|
||||||
"CiteResponsiveReferences": {
|
"CiteResponsiveReferences": {
|
||||||
|
"description": "If long <references /> lists with more than 10 references should behave responsive by default and be displayed in two or more columns. This can also be toggled individually with <references responsive /> to enable and <references responsive=\"0\" /> to disable it.",
|
||||||
"public": true,
|
"public": true,
|
||||||
"value": true
|
"value": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue