feat: Add feature flags to Select & Rating custom fields (#3037)
* Add feature flag key for select and rating * Use feature flag boolean to decide if select & rating are enabled * Enable select and rating in demo & core
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
export type FeatureFlagKey =
|
||||
| 'IS_MESSAGING_ENABLED'
|
||||
| 'IS_NOTE_CREATE_IMAGES_ENABLED'
|
||||
| 'IS_RELATION_FIELD_TYPE_ENABLED';
|
||||
| 'IS_RELATION_FIELD_TYPE_ENABLED'
|
||||
| 'IS_SELECT_FIELD_TYPE_ENABLED'
|
||||
| 'IS_RATING_FIELD_TYPE_ENABLED';
|
||||
|
||||
Reference in New Issue
Block a user