- Issue created by @joachim
There are methods like setDisplayConfigurable() and setDisplayOptions() which take a parameter which is only one of 'form' or 'view'. Anything else fails silently.
Making this take an enum would improve DX. (I for one always think its 'display' and not 'view.)
Add an enum for this value.
Change all the methods that take this type of value to have a parameter type of string|ThisEnum
Add BC handling to complain about a string being passed
Active
11.0 🔥
entity system
Enhances developer experience.