Change incorrect default CSS classes for table styles (#3270)
Credit to @TimFoerster for spotting this
This commit is contained in:
parent
e9a42602df
commit
b59c86cc48
|
|
@ -62,8 +62,8 @@ class EditorSetting extends Model
|
|||
];
|
||||
|
||||
protected $defaultHtmlStyleTable = [
|
||||
'oc-table-dashed-borders' => 'Dashed Borders',
|
||||
'oc-table-alternate-rows' => 'Alternate Rows',
|
||||
'oc-dashed-borders' => 'Dashed Borders',
|
||||
'oc-alternate-rows' => 'Alternate Rows',
|
||||
];
|
||||
|
||||
protected $defaultHtmlStyleTableCell = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue