mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-13 17:27:42 +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
13 lines
451 B
JSON
13 lines
451 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"pastakhov"
|
|
]
|
|
},
|
|
"codemirror-desc": "Provides syntax highlighting in wikitext editor",
|
|
"codemirror-toggle-label": "Syntax highlighting",
|
|
"codemirror-prefs-colorblind": "Enable colorblind-friendly scheme for syntax highlighting when editing wikitext",
|
|
"codemirror-prefs-colorblind-help": "If you use a gadget for syntax highlighting, this preference will not work.",
|
|
"prefs-accessibility": "Accessibility"
|
|
}
|