From 07a9ff2005566806e416c9b220106134bf9665ea Mon Sep 17 00:00:00 2001 From: thangcoi02 <116045044+thangcoi02@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:02:56 +0700 Subject: [PATCH] feat(match2): Disable collapsible for match information in ffa match summary PUBGM editors always hated how using both `|mvp=` and `|comment=` at the same time would hide those important info under a collapsible by default. I share the same view and personally think removing that collapsible would benefit all other wikis using ffa brackets. --- lua/wikis/commons/Widget/Match/Summary/Ffa/MatchInformation.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/wikis/commons/Widget/Match/Summary/Ffa/MatchInformation.lua b/lua/wikis/commons/Widget/Match/Summary/Ffa/MatchInformation.lua index 83a7bcd19bc..1f2d737ab99 100644 --- a/lua/wikis/commons/Widget/Match/Summary/Ffa/MatchInformation.lua +++ b/lua/wikis/commons/Widget/Match/Summary/Ffa/MatchInformation.lua @@ -34,8 +34,6 @@ function MatchSummaryFfaMatchInformation:render() ) if #items == 0 then return end return ContentItemContainer{ - collapsible = #items > 1, - collapsed = #items > 1, contentClass = 'panel-content__game-schedule', title = 'Match Information', items = items