mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-27 10:26:09 +00:00

* Add Custom Propety Config to store format, enum values, entity types * Fix import statements and remove unused code * Add Custom Propety Config to store format, enum values, entity types * Add support for enum field type in custom properties * update name in customPropertyConfigTypeValueField * add custom property config column in custom property table * Update padding-left in block-editor.less * Add enum value translation for multiple languages * update placeholder of config * fixed python sdk * add enum type in property value * add unit tests * Add Custom Propety Config to store format, enum values, entity types * update ui to handle the enum config and validation * Fix enum value handling in EditCustomPropertyModal and PropertyValue * Update CustomProperty.md with enum values and multi-select option * add cypress test * add cypress for multiselect enum value * Add tests for enum props * add cypress for editing the enum property * Add validations to enum * Fix dependency issue --------- Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com> Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>