VIV-29312
Because most capsules currently use the default mode
of replace
, we've deprecated the mode
key within prompt
.
Old:
...
error (MultipleItemsMatched) {
property (candidates) {
type (FoodName)
min (Required)
max (Many)
}
on-catch {
prompt (menuItemName) {
min (1)
max (1)
mode (Replace)
candidates (candidates)
}
}
}
...
Learn more about the deprecation stages.
Copyright 2024 Samsung All rights reserved