Home > Software engineering >  How to implement Select Type in OroPlatform?
How to implement Select Type in OroPlatform?

Time:09-17

I would like to extend the customer user entity and add a field of type "Select".

I'm not able to find an example in documentation nor source code of Oro.

CodePudding user response:

There is a documentation on how to create select type fields using schema migrations: https://doc.oroinc.com/backend/entities/extend-entities/enums/

  • Related