Skip to content

Commit d58fc96

Browse files
authored
Context is a required component now. (#473)
1 parent 74ebe72 commit d58fc96

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

package-lock.json

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
]
5656
},
5757
"dependencies": {
58-
"@adobe/alloy": "^2.26.0-beta.4",
58+
"@adobe/alloy": "^2.26.0-beta.8",
5959
"@adobe/react-spectrum": "^3.39.0",
6060
"@react-stately/data": "^3.12.1",
6161
"@spectrum-css/tokens": "^16.0.1",

src/view/configuration/componentsSection.jsx

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ const componentProperties = {
2626
description:
2727
"This component supports Audience Manager integration including running URL and cookie destination and id syncs.",
2828
},
29-
context: {
30-
description:
31-
"This component enables the automatic collection of context data.",
32-
},
3329
rulesEngine: {
3430
description:
3531
"This component enables Adobe Journey Optimizer on device decisioning. You must include this component if you are using the Evaluate rulesets action or the Subcribe ruleset items event.",

0 commit comments

Comments
 (0)