It is also necessary need Field API improvments
I’m need conditional fields.
Conditional fields depend on the content of other fields.
Example: Let’s say you sell T-shirts and smartphones
Each product has its own set of attributes, which depends on the specific product.
In a separate collection, I must describe the allowed set of attributes for the product.
For example, a t-shirt will have attributes: size, color
Smartphone - memory capacity, screen size
Some attributes should only be selected from the available list of values - for example, color (red, blue)
I tried to do my own addition on the field api - but this api only allows visualization of an existing field type and does not allow you to add your own types.
I’m want possibility to include some business logic during user fill collection in admin panel.
For example I’m select from list - t-shirt
Next user can fill (select) only color and size attributes (but not screen size)