-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
42 lines (42 loc) · 2.43 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "sschreier/administration-dashboard",
"description": "a extension which customizing the administration dashboard",
"version": "1.2.0",
"type": "shopware-platform-plugin",
"license": "proprietary",
"authors": [
{
"name": "Sebastian Schreier",
"role": "Manufacturer"
}
],
"require": {
"shopware/administration": "~6.6.0"
},
"extra": {
"shopware-plugin-class": "Sschreier\\AdministrationDashboard\\SschreierAdministrationDashboard",
"plugin-icon": "src/Resources/config/plugin.png",
"copyright": "Sebastian Schreier",
"label": {
"de-DE": "Individualisieren des Dashboards der Administration",
"en-GB": "customizing the administration dashboard"
},
"description": {
"de-DE": "Über die Erweiterung kann man sich das Dashboard der Administration individualisieren. Sie bietet dazu unter \"Einstellungen\" -> \"System\" > \"Benutzer & Rechte\" -> \"Rollen\" im Bereich \"Zusätzliche Berechtigungen\" einen neuen Bereich \"Dashboard\" an, bei dem man sich für die ausgewählte Rolle folgende Bereiche des Dashboards ausblenden lassen kann: die Begrüßung, den Banner, die Checkliste, das Feedback, die Statistik des Tages, die Statistiken der Bestellungen und die Statistiken des Umsatzes. Das \"Administrator\"-Konto sieht immer alle Bereiche des Dashboards, da es keine eigene Rolle besitzt.",
"en-GB": "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 banner, the checklist area, the feedback area, the today's statistics, the statistics of the orders and the statistics of the turnover. The \"Administrator\" account always see all areas of the dashboard, because he has no own role."
},
"manufacturerLink": {
"de-DE": "https://www.sebastianschreier.de",
"en-GB": "https://www.sebastianschreier.de"
},
"supportLink": {
"de-DE": "https://www.sebastianschreier.de",
"en-GB": "https://www.sebastianschreier.de"
}
},
"autoload": {
"psr-4": {
"Sschreier\\AdministrationDashboard\\": "src/"
}
}
}