Closed raffis closed 5 years ago
Specify attribute mapping type.
Currently there are three attribute mapping types:
Add a new kind which can be set to static, from or script. And a new value which holds the value.
kind
value
This will avoid mistakes since at the current behaviour all three may be set.
Add any other context about the problem here.
Adds a new attribute kind which may be defined as one of map, static or script.
map
static
script
Introduced in v1.0.0-beta38
Describe the change
Specify attribute mapping type.
Current situation
Currently there are three attribute mapping types:
Should
Add a new
kind
which can be set to static, from or script. And a newvalue
which holds the value.This will avoid mistakes since at the current behaviour all three may be set.
Additional context
Add any other context about the problem here.