Hi,
I declared an enum in xxx.interface.yaml file.
=> I was not able to use it inside a yaml file, the once initially loaded.
I tried:
:
MyEnum:
value: xyz.open_project.Inventory.MyClass.MyEnum.MyChoice
type: xyz.open_project.Inventory.MyClass.MyEnum
or
type: enum[xyz.open_project.Inventory.MyClass.MyEnum]
or
type: string
nothing compile => any idea ?
I would appreciate any help,
Best Regards,
Francine
Hi, I declared an enum in xxx.interface.yaml file.
=> I was not able to use it inside a yaml file, the once initially loaded.
I tried: