- Issue created by @mred9
Currently, in the Single-Directory Component (SDC) code editor, when defining props of type string or integer with a list of options (enum), the UI only allows entering values. There is no way to define labels for those values, which are necessary for providing human-readable, translatable options in the Experience Builder UI.
This issue proposes updating the Props tab in the SDC code editor so that component authors can define both a value and a label for each option. This will support the meta:enum schema format introduced in Issue #3516602, which allows labels to be defined alongside enum values.
Active
1.0
Component sources