mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-14 19:14:41 +00:00
Merge "Make use of new WikiEditor 2010 toggle tool"
This commit is contained in:
commit
c6e794f1e1
|
@ -12,7 +12,7 @@
|
|||
"requires": {
|
||||
"MediaWiki": ">= 1.32.0",
|
||||
"extensions": {
|
||||
"WikiEditor": "*"
|
||||
"WikiEditor": ">= 0.5.2"
|
||||
}
|
||||
},
|
||||
"Hooks": {
|
||||
|
|
|
@ -216,7 +216,7 @@
|
|||
tools: {
|
||||
codeEditor: {
|
||||
labelMsg: 'codeeditor-toolbar-toggle',
|
||||
type: 'button',
|
||||
type: 'toggle',
|
||||
oouiIcon: 'markup',
|
||||
action: {
|
||||
type: 'callback',
|
||||
|
@ -252,7 +252,7 @@
|
|||
tools: {
|
||||
invisibleChars: {
|
||||
labelMsg: 'codeeditor-invisibleChars-toggle',
|
||||
type: 'button',
|
||||
type: 'toggle',
|
||||
oouiIcon: 'pilcrow',
|
||||
action: {
|
||||
type: 'callback',
|
||||
|
@ -261,7 +261,7 @@
|
|||
},
|
||||
lineWrapping: {
|
||||
labelMsg: 'codeeditor-lineWrapping-toggle',
|
||||
type: 'button',
|
||||
type: 'toggle',
|
||||
oouiIcon: 'wrapping',
|
||||
action: {
|
||||
type: 'callback',
|
||||
|
@ -279,7 +279,7 @@
|
|||
},
|
||||
toggleSearchReplace: {
|
||||
labelMsg: 'codeeditor-searchReplace-toggle',
|
||||
type: 'button',
|
||||
type: 'toggle',
|
||||
oouiIcon: 'articleSearch',
|
||||
action: {
|
||||
type: 'callback',
|
||||
|
|
Loading…
Reference in a new issue