Merge pull request #5591 from nurbek91/pwa_studio

Add PWA Studio / ecommerce , Update GraphQL, Paypal, Klarna Checkout, Adobe Audience Manager
main
Elbert Alias 3 years ago committed by GitHub
commit cfb160b80d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",
@ -1160,6 +1161,17 @@
"saas": true, "saas": true,
"website": "https://business.adobe.com/products/audience-manager/adobe-audience-manager.html" "website": "https://business.adobe.com/products/audience-manager/adobe-audience-manager.html"
}, },
"Adobe Client Data Layer": {
"cats": [
12
],
"description": "Adobe Client Data Layer is a framework of JavaScript objects on your site that contains all variable values used in your implementation.",
"icon": "Adobe.svg",
"js": {
"adobeDataLayer.version": "([\\d\\.]+)\\;version:\\1"
},
"website": "https://github.com/adobe/adobe-client-data-layer"
},
"Adobe ColdFusion": { "Adobe ColdFusion": {
"cats": [ "cats": [
18 18
@ -1851,10 +1863,13 @@
29 29
], ],
"description": "Algolia offers a hosted web search product delivering real-time results.", "description": "Algolia offers a hosted web search product delivering real-time results.",
"icon": "Algolia.svg",
"headers": { "headers": {
"Content-Security-Policy": "\\.algolia" "Content-Security-Policy": "\\.algolia"
}, },
"icon": "Algolia.svg", "cookies": {
"_ALGOLIA": ""
},
"js": { "js": {
"AlgoliaSearch": "", "AlgoliaSearch": "",
"__algolia": "", "__algolia": "",
@ -2682,6 +2697,7 @@
"cats": [ "cats": [
59 59
], ],
"description": "Apollo is a fully-featured caching GraphQL client with integrations for React, Angular, and more.",
"dom": "script#__APOLLO_STATE__", "dom": "script#__APOLLO_STATE__",
"icon": "Apollo.svg", "icon": "Apollo.svg",
"implies": [ "implies": [
@ -2819,7 +2835,8 @@
"ApplePay": "", "ApplePay": "",
"checkout.enabledpayments.applepay": "^true$", "checkout.enabledpayments.applepay": "^true$",
"dw.applepay": "", "dw.applepay": "",
"enableApplePay": "" "enableApplePay": "",
"braintree.applePay": ""
}, },
"website": "https://www.apple.com/apple-pay" "website": "https://www.apple.com/apple-pay"
}, },

@ -1447,6 +1447,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,22 @@
"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 or Adobe Commerce stores.",
"icon": "PWA Studio.png",
"requires": "Magento",
"js": {
"fetchRootComponent": "\\;confidence:50",
"__fetchLocaleData__": "\\;confidence:50"
},
"oss": true,
"pricing": [
"freemium"
],
"website": "https://github.com/magento/pwa-studio"
} }
} }
Loading…
Cancel
Save