Add PWA Studio / ecommerce , Update Graphgl, Paypal, Clarna Checkout, Adobe Audience

main
nurbek 3 years ago
parent 53e9352266
commit 0a19d06da2

Binary file not shown.

After

Width:  |  Height:  |  Size: 844 B

@ -1149,7 +1149,8 @@
86 86
], ],
"cookies": { "cookies": {
"aam_uuid": "" "aam_uuid": "",
"Demdex": ""
}, },
"description": "Adobe Audience Manager is a versatile audience data management platform.", "description": "Adobe Audience Manager is a versatile audience data management platform.",
"icon": "Adobe.svg", "icon": "Adobe.svg",

@ -1426,6 +1426,9 @@
], ],
"description": "GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.", "description": "GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.",
"icon": "GraphQL.svg", "icon": "GraphQL.svg",
"meta": {
"store-config": "graphqlMethod"
},
"oss": true, "oss": true,
"website": "https://graphql.org" "website": "https://graphql.org"
}, },

@ -493,7 +493,6 @@
"Klarna Checkout": { "Klarna Checkout": {
"cats": [ "cats": [
41, 41,
6,
91 91
], ],
"cookies": { "cookies": {
@ -503,6 +502,9 @@
"description": "Klarna Checkout is a complete payment solution where Klarna handles a store's entire checkout.", "description": "Klarna Checkout is a complete payment solution where Klarna handles a store's entire checkout.",
"dom": "[aria-labelledby='pi-klarna']", "dom": "[aria-labelledby='pi-klarna']",
"icon": "Klarna.svg", "icon": "Klarna.svg",
"headers": {
"content-security-policy": "\\.klarna(?:cdn|services)\\.(?:net|com)"
},
"js": { "js": {
"KlarnaOnsiteService": "", "KlarnaOnsiteService": "",
"_klarnaCheckout": "" "_klarnaCheckout": ""

@ -564,6 +564,9 @@
], ],
"cpe": "cpe:/a:paypal:paypal", "cpe": "cpe:/a:paypal:paypal",
"description": "PayPal is an online payments system that supports online money transfers and serves as an electronic alternative to traditional paper methods like checks and money orders.", "description": "PayPal is an online payments system that supports online money transfers and serves as an electronic alternative to traditional paper methods like checks and money orders.",
"headers": {
"content-security-policy": "\\.paypal\\.com"
},
"dom": { "dom": {
"button": { "button": {
"text": "PayPal" "text": "PayPal"
@ -579,7 +582,8 @@
"checkout.enabledpayments.paypal": "^true$", "checkout.enabledpayments.paypal": "^true$",
"enablePaypal": "", "enablePaypal": "",
"paypalClientId": "", "paypalClientId": "",
"paypalJs": "" "paypalJs": "",
"paypal": ""
}, },
"meta": { "meta": {
"id": "in-context-paypal-metadata" "id": "in-context-paypal-metadata"
@ -2595,5 +2599,23 @@
"PUNBB": "" "PUNBB": ""
}, },
"website": "http://punbb.informer.com" "website": "http://punbb.informer.com"
},
"PWA Studio": {
"cats": [
6
],
"description": "PWA Studio is a collection of tools that lets developers build complex Progressive Web Applications on top of Magento 2 stores.",
"icon": "PWA Studio.png",
"implies": [
"Magento",
"React",
"webpack"
],
"html": "\\(var\\(--venia-",
"oss": true,
"pricing": [
"freemium"
],
"website": "https://github.com/magento/pwa-studio"
} }
} }