-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 1.7 KB
/
composer.json
File metadata and controls
43 lines (43 loc) · 1.7 KB
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
43
{
"name": "crehler/meta-robots",
"description": "Editable meta robots",
"type": "shopware-platform-plugin",
"license": "Proprietary",
"version": "1.0.6",
"authors": [
{
"name": "Crehler Sp. z o. o.",
"email": "support@crehler.com",
"homepage": "https://crehler.com",
"role": "Owner"
}
],
"support": {
"email": "support@crehler.com"
},
"autoload": {
"psr-4": {
"Crehler\\MetaRobots\\": "src/"
}
},
"extra": {
"shopware-plugin-class": "Crehler\\MetaRobots\\CrehlerMetaRobots",
"plugin-icon": "src/Resources/config/plugin.png",
"copyright": "(c) by Crehler Sp. z o. o.",
"label": {
"de-DE": "Editierbare Meta Robots von Crehler",
"en-GB": "Editable meta robots by Crehler",
"pl-PL": "Konfiguracja meta robots by Crehler"
},
"description": {
"de-DE": "Das Plugin Meta Robots ermöglicht es Ihnen, individuelle Meta Robots Tags für Ihren Webshop anzulegen, die beim Aufruf der Seite von Crawler einer Suchmaschine ausgelesen werden.",
"en-GB": "The Meta Robots plugin enables you to create individual meta robots tags for your online shop which are then being read out by search engine crawlers when they access the page.",
"pl-PL": "Wtyczka Meta Robots umożliwia ustawienie metatagów Robots Twojego sklepu internetowego."
},
"manufacturerLink": {
"de-DE": "https://store.shopware.com/crehler.html",
"en-GB": "https://store.shopware.com/en/crehler.html",
"pl-PL": "https://store.shopware.com/en/crehler.html"
}
}
}