Disable blockquote command

Bug: T258194
Change-Id: I600abe0767f53c51e6f78f11a8087a6e29d4877f
This commit is contained in:
Ed Sanders 2020-07-17 23:25:15 +01:00
parent e2573f7787
commit e4c11035a7

View file

@ -19,7 +19,8 @@ function CommentTargetWidget( config ) {
'heading5',
'heading6',
'insertTable',
'transclusionFromSequence' // T253667
'transclusionFromSequence', // T253667
'blockquoteWrap' // T258194
]
}, config );