* block: disable only load visible in dashboard.

This commit is contained in:
sunhao
2024-04-30 16:51:55 +08:00
parent 1fa44ef545
commit e2a6f549c0
+1
View File
@@ -33,6 +33,7 @@ $blockMenuItems[] = array('text' => $lang->block->reset, 'className' => 'not-ope
dashboard
(
set::onlyLoadVisible(false),
set::blocks(array_values($blocks)),
set::blockMenu(array('items' => $blockMenuItems)),
set::onClickMenu(jsRaw('handleClickBlockMenu')),