-
Notifications
You must be signed in to change notification settings - Fork 0
/
extension-config.json
59 lines (59 loc) · 1.33 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
{
"version": "1.0.1",
"id": "@shopgate/auth-apple",
"components": [
{
"id": "LoginFormSignInWithApple",
"path": "frontend/components/LoginFormSignInWithApple.jsx",
"target": "page.login.form.before",
"type": "portals"
},
{
"id": "SignInWithApple",
"path": "frontend/components/SignInWithApple.jsx",
"target": "user-menu.container.before",
"type": "portals"
},
{
"id": "subscriptions",
"path": "frontend/subscriptions/index.js",
"type": "subscribers"
},
{
"id": "reducer",
"path": "frontend/reducers/index.js",
"type": "reducers"
},
{
"type": "translations",
"path": "frontend/locales/en-US.json",
"id": "locale/en-US"
},
{
"type": "translations",
"path": "frontend/locales/de-DE.json",
"id": "locale/de-DE"
}
],
"configuration": {
"shopNumber": {
"type": "static",
"destination": "backend",
"params": {
"value": "%(shopId)s"
}
},
"appleLoginConfig": {
"type": "bigApi",
"destination": "backend",
"default": null,
"params": {
"method": "GET",
"service": "config",
"path": "/v1/shop/%(shopId)s/apple_login_config?parsed=true",
"key": "value"
}
}
},
"trusted": true
}