sschreier/administration-dashboard
最新稳定版本:1.3.1
Composer 安装命令:
composer require sschreier/administration-dashboard
包简介
customizing the administration dashboard
README 文档
README
The administration dashboard can be customized via the extension. For this purpose, it offers under "Settings" -> "System"> "Users & permissions" -> "Roles" in the area "Additional permissions" a new area "Dashboard" in which you can hide the following areas of the dashboard for the selected role:
- the greeting
- the checklist area
- the feedback area.
The areas today's statistics, statistics of the orders and statistics of the turnover cannot be hidden individually, because Shopware plans to remove this areas as part of an update and probably replace it with Shopware Analytics. See: https://github.com/shopware/shopware/blob/v6.7.0.0/src/Administration/Resources/app/administration/src/module/sw-dashboard/component/sw-dashboard-statistics/sw-dashboard-statistics.html.twig#L1 .
To hide the statistics, the checkbox "View" under "Orders" and "Orders" must be deactivated.
The Administrator account always see all areas on the dashboard, because he has no own role.
How to install the extension
via zip and console (recommended)
- Download the latest SschreierAdministrationDashboard-master.zip.
- Unzip the zip file and rename the folder to SschreierAdministrationDashboard.
- Move the folder to the project folder custom/plugins/ .
- Connect to the console via ssh:
bin/console plugin:refresh
bin/console plugin:install --activate SschreierAdministrationDashboard
via composer
- Add the repository URL to the composer.json of the project
"repositories": [
...,
{
"type": "vcs",
"url": "https://github.com/sschreier/SschreierAdministrationDashboard"
}
],
- Connect to the console via ssh and install the plugin via the command
composer require sschreier/administration-dashboard
bin/console plugin:refresh
bin/console plugin:install --activate SschreierAdministrationDashboard
via https://packagist.org
- Connect to the console via ssh and install the plugin via the command
composer require sschreier/administration-dashboard
bin/console plugin:refresh
bin/console plugin:install --activate SschreierAdministrationDashboard
via zip upload
- Download the latest SschreierAdministrationDashboard-master.zip.
- Unzip the zip file and rename the folder to SschreierAdministrationDashboard.
- Zip the folder to SschreierAdministrationDashboard.zip.
- Upload the zip in the Shopware Administration.
- Install & Activate the extension.
extension update (zip)
- Download the latest SschreierAdministrationDashboard-master.zip.
- Unzip the zip file and rename the folder to SschreierAdministrationDashboard.
- Zip the folder to SschreierAdministrationDashboard.zip.
- Upload the zip in the Shopware Administration.
- Update the extension.
Images
administration dashboard without the areas for the checklist and the feedback
administration dashboard without the areas for the greeting, the checklist and the feedback
new area "Dashboard" under "Settings" -> "System"> "Users & permissions" -> "Roles" in the area "Additional permissions" in which you can hide the areas of the dashboard for the selected role
统计信息
- 总下载量: 35
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 12
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2025-03-09