Skip to content

Commit

Permalink
feat: add VDMv2 related prerequisite checks to GARL
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepdsvs committed Nov 19, 2024
1 parent 713cbfd commit 7dae0f2
Showing 1 changed file with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,27 @@
],
"default": ["email"]
}
]
],
"preRequisites": {
"fields": [
{
"configKey": "connectionMode.cloud",
"value": "cloud"
},
{
"configKey": "connectionMode.shopify",
"value": "cloud"
}
],
"condition": "or",
"prerequisitesCondition": "or",
"featureFlags": [
{
"configKey": "AMP_vdm-next",
"value": false
}
]
}
}
]
},
Expand Down

0 comments on commit 7dae0f2

Please sign in to comment.