Commit 10ce4213 authored by Piotrek Koszuliński's avatar Piotrek Koszuliński

Internal: Aligned button names to changes in ckeditor5-table.

parent 58bfd469
......@@ -81,7 +81,7 @@ module.exports = {
},
table: {
toolbar: [ 'tableColumn', 'tableRow', 'mergeCell' ]
toolbar: [ 'tableColumn', 'tableRow', 'mergeTableCells' ]
},
// UI language. Language codes follow the https://en.wikipedia.org/wiki/ISO_639-1 format.
......
......@@ -104,7 +104,7 @@ DecoupledEditor.build = {
toolbar: [
'tableColumn',
'tableRow',
'mergeCell'
'mergeTableCells'
]
},
language: 'en'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment