mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-08 12:12:34 +02:00
deprecated hard-coded panels in category sidebar, now you can set custom containers in widget ACP
This commit is contained in:
@@ -99,12 +99,7 @@
|
||||
<!-- IF topics.length -->
|
||||
<div widget-area="sidebar" class="col-md-3 col-xs-12 category-sidebar">
|
||||
<!-- BEGIN widgets -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">{widgets.title}</div>
|
||||
<div class="panel-body">
|
||||
{widgets.html}
|
||||
</div>
|
||||
</div>
|
||||
{widgets.html}
|
||||
<!-- END widgets -->
|
||||
</div>
|
||||
<!-- ENDIF topics.length -->
|
||||
|
||||
Reference in New Issue
Block a user