Document config flags in extension.json

Change-Id: Ife0c18b8e06980cdd23dae976749afdfb0cbd7e5
This commit is contained in:
thiemowmde 2023-05-16 09:57:17 +02:00
parent 46a2205f5f
commit b9d5ce7730

View file

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