mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 00:13:36 +00:00
Disable blockquote command
Bug: T258194 Change-Id: I600abe0767f53c51e6f78f11a8087a6e29d4877f
This commit is contained in:
parent
e2573f7787
commit
e4c11035a7
|
@ -19,7 +19,8 @@ function CommentTargetWidget( config ) {
|
|||
'heading5',
|
||||
'heading6',
|
||||
'insertTable',
|
||||
'transclusionFromSequence' // T253667
|
||||
'transclusionFromSequence', // T253667
|
||||
'blockquoteWrap' // T258194
|
||||
]
|
||||
}, config );
|
||||
|
||||
|
|
Loading…
Reference in a new issue