jenkins-bot has submitted this change and it was merged.

Change subject: Strip rather than hide HTML
......................................................................


Strip rather than hide HTML

We will aim to load these via the API after we have got references
working via lazy loading.

Bug: T110613
Change-Id: Ia548ef2286dc7bdc39a3f673ea2b5b5b34f3ee3a
---
M wmf-config/InitialiseSettings.php
1 file changed, 8 insertions(+), 0 deletions(-)

Approvals:
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 09f808f..ea209c9 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -13959,6 +13959,14 @@
        'wikivoyage' => array( 'h2', 'h3', 'h4', 'h5', 'h6' ), // T110436, 
T110837
 ),
 
+'wgMFRemovableClasses' => array(
+       'default' => array(
+               'base' => array( '.navbox', '.nomobile' ),
+               'beta' => array( '.navbox', '.nomobile' ),
+               'HTML' => array(),
+       ),
+),
+
 // Formerly known as $wgMFAnonymousEditing
 'wmgMFEditorOptions' => array(
        'default' => array( 'anonymousEditing' => true, ), // T93210

-- 
To view, visit https://gerrit.wikimedia.org/r/276809
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia548ef2286dc7bdc39a3f673ea2b5b5b34f3ee3a
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to