-
Notifications
You must be signed in to change notification settings - Fork 1
/
extension-config.json
126 lines (126 loc) · 2.95 KB
/
extension-config.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"version": "7.20.3",
"id": "@shopgate/user-privacy",
"configuration": {
"isActive": {
"type": "bigApi",
"destination": "frontend",
"default": true,
"params": {
"method": "GET",
"service": "config",
"path": "/v1/shop/%(shopId)s/has_user_account_deletion?parsed=true",
"key": "value"
}
},
"deleteAccountTarget": {
"type": "admin",
"destination": "frontend",
"default": "nav-menu.logout.after",
"params": {
"type": "json",
"label": "Configuration to show delete account button at given portal positions"
}
}
},
"components": [
{
"type": "portals",
"id": "DeleteAccount",
"path": "frontend/DeleteAccount/index.jsx",
"target": [
"nav-menu.logout.before",
"nav-menu.logout.after",
"nav-menu.shipping.before",
"nav-menu.shipping.after",
"nav-menu.payment.before",
"nav-menu.payment.after",
"nav-menu.terms.before",
"nav-menu.terms.after",
"nav-menu.privacy.before",
"nav-menu.privacy.after",
"nav-menu.return-policy.before",
"nav-menu.return-policy.after",
"nav-menu.imprint.before",
"nav-menu.imprint.after",
"nav-menu.quick-links.items.before",
"nav-menu.quick-links.items.after"
]
},
{
"id": "DeleteAccountSubscribers",
"path": "frontend/DeleteAccount/subscribers.js",
"type": "subscribers"
},
{
"id": "en-US",
"path": "frontend/locale/en-US.json",
"type": "translations"
},
{
"id": "es-ES",
"path": "frontend/locale/es-ES.json",
"type": "translations"
},
{
"id": "de-DE",
"path": "frontend/locale/de-DE.json",
"type": "translations"
},
{
"id": "fr-FR",
"path": "frontend/locale/fr-FR.json",
"type": "translations"
},
{
"id": "it-IT",
"path": "frontend/locale/it-IT.json",
"type": "translations"
},
{
"id": "nl-NL",
"path": "frontend/locale/nl-NL.json",
"type": "translations"
},
{
"id": "pt-PT",
"path": "frontend/locale/pt-PT.json",
"type": "translations"
},
{
"id": "pl-PL",
"path": "frontend/locale/pl-PL.json",
"type": "translations"
},
{
"id": "cs-CZ",
"path": "frontend/locale/cs-CZ.json",
"type": "translations"
},
{
"id": "el-GR",
"path": "frontend/locale/el-GR.json",
"type": "translations"
},
{
"id": "fi-FI",
"path": "frontend/locale/fi-FI.json",
"type": "translations"
},
{
"id": "hu-HU",
"path": "frontend/locale/hu-HU.json",
"type": "translations"
},
{
"id": "ro-RO",
"path": "frontend/locale/ro-RO.json",
"type": "translations"
},
{
"id": "sv-SE",
"path": "frontend/locale/sv-SE.json",
"type": "translations"
}
]
}