mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-24 06:13:31 +00:00
c3cda7edd7
Including an user options to enable/disable the scheme. Defaults to false. Feature is only availible together with the new more accessibile color scheme as the CSS depends on each other. Set behind a new temporary feature flag. Bug: T305027 Change-Id: I46d240a30eda5a1526ada1fe9b724f7b4594b426
17 lines
749 B
JSON
17 lines
749 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Minh Nguyen",
|
|
"Raymond",
|
|
"Shirayuki",
|
|
"SkyDaisy9",
|
|
"pastakhov"
|
|
]
|
|
},
|
|
"codemirror-desc": "{{desc|name=Code Mirror|url=https://www.mediawiki.org/wiki/Extension:CodeMirror}}\n\nAdditional info: Discription of \"Syntax highlighting\" in wiki\n[[mw:Extension:SyntaxHighlight GeSHi]]",
|
|
"codemirror-toggle-label": "Title tooltip for button to toggle CodeMirror in the editing toolbar.",
|
|
"codemirror-prefs-colorblind": "Used in user preferences as label for enabling the colorblind-friendly option.",
|
|
"codemirror-prefs-colorblind-help": "Used in user preferences as remark on the colorblind-friendly option.",
|
|
"prefs-accessibility": "Section heading in the user prefences for accessibility topics."
|
|
}
|