Create MW tables with captions by default

Bug: T181173
Change-Id: Ib17331e0e8478ba67c1ecbbee4a284d9993cb552
Depends-On: Ieb668d282f7afa9332cead94c95f19f652102af1
This commit is contained in:
Ed Sanders 2017-11-23 15:30:41 +00:00 committed by Jforrester
parent 11993d8822
commit 77773df985

View file

@ -11,6 +11,7 @@ ve.ui.commandRegistry.register(
new ve.ui.Command( 'insertTable', 'table', 'create',
{
args: [ {
caption: true,
header: true,
rows: 3,
cols: 4,