mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
Remove unwanted default table configuration for CKEditor
This commit is contained in:
2
js/ckeditor/build/ckeditor.js
vendored
2
js/ckeditor/build/ckeditor.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -213,24 +213,6 @@ class Editor extends ClassicEditor {
|
||||
'|',
|
||||
'toggleTableCaption'
|
||||
],
|
||||
tableProperties: {
|
||||
// The default styles for tables in the editor.
|
||||
// They should be synchronized with the content styles.
|
||||
defaultProperties: {
|
||||
borderStyle: 'dashed',
|
||||
borderColor: 'hsl(90, 75%, 60%)',
|
||||
borderWidth: '1px',
|
||||
},
|
||||
},
|
||||
// The default styles for table cells in the editor.
|
||||
// They should be synchronized with the content styles.
|
||||
tableCellProperties: {
|
||||
defaultProperties: {
|
||||
borderStyle: 'dashed',
|
||||
borderColor: 'hsl(90, 75%, 60%)',
|
||||
borderWidth: '1px',
|
||||
}
|
||||
}
|
||||
},
|
||||
htmlSupport: {
|
||||
allow: [
|
||||
|
||||
Reference in New Issue
Block a user