Remove wikitext buttons from the content view

Bug: T285669
Change-Id: I875a41e54e7a33cb9f67383d887a732a31649bbb
This commit is contained in:
Andrew Kostka 2021-08-26 17:47:14 +02:00
parent afe8e8f721
commit d94fb21b1e

View file

@ -126,7 +126,7 @@ ve.ui.MWParameterPage = function VeUiMWParameterPage( parameter, name, config )
// Construct the action buttons
if ( !this.rawValueInput ) {
if ( !this.rawValueInput && !this.useNewSidebar ) {
this.rawFallbackButton = new OO.ui.ButtonWidget( {
framed: false,
icon: 'wikiText',