-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path.shopware-extension.yml
executable file
·63 lines (61 loc) · 1.42 KB
/
.shopware-extension.yml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
store:
availabilities:
- German
- International
default_locale: en_GB
localizations:
- de_DE
- en_GB
categories:
- otherMarketingCommercials
type: extension
icon: src/Resources/store/icon.png
automatic_bugfix_version_compatibility: true
description:
de: file:src/Resources/store/de.md
en: file:src/Resources/store/en.md
tags:
de:
- cross-selling
- Produktvergleich
en:
- Cross selling
- product compare
highlights:
de:
- "Produkte vergleichen"
en:
- "Product Compare"
images:
- file: src/Resources/store/images/0.png
priority: 0
activate:
de: true
en: true
preview:
de: true
en: true
- file: src/Resources/store/images/1.png
priority: 1
activate:
de: true
en: true
- file: src/Resources/store/images/2.png
priority: 2
activate:
de: true
en: true
- file: src/Resources/store/images/3.png
priority: 3
activate:
de: true
en: true
- file: src/Resources/store/images/4.png
priority: 4
activate:
de: true
en: true
build:
zip:
assets:
npm_strict: true