mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 06:08:21 +01:00
Fixed #2169 removed Tour/CoreJSConfig and Trackingwidget in LayoutAddons.
This commit is contained in:
parent
e99b9f2d63
commit
52d19d5c1d
@ -26,8 +26,12 @@ class LayoutAddons extends BaseStack
|
||||
{
|
||||
$this->addWidget(GlobalModal::className());
|
||||
$this->addWidget(GlobalConfirmModal::className());
|
||||
$this->addWidget(\humhub\modules\tour\widgets\Tour::className());
|
||||
$this->addWidget(\humhub\modules\admin\widgets\TrackingWidget::className());
|
||||
|
||||
if(Yii::$app->params['installed']) {
|
||||
$this->addWidget(\humhub\modules\tour\widgets\Tour::className());
|
||||
$this->addWidget(\humhub\modules\admin\widgets\TrackingWidget::className());
|
||||
}
|
||||
|
||||
$this->addWidget(LoaderWidget::className(), ['show' => false, 'id' => "humhub-ui-loader-default"]);
|
||||
$this->addWidget(StatusBar::className());
|
||||
$this->addWidget(BlueimpGallery::className());
|
||||
|
Loading…
x
Reference in New Issue
Block a user