Closed dcremonini closed 2 months ago
To create a wizard configurator, a selection of a choice or a multiple selection are needed.
Currently in a configuration JSON file it's not possible to name an item as shown below:
"MINIO_CONFIG_INGRESS_S3": { "label": "Enable S3 ingress component", "type": "bool" },
ops tasks developers
low
MINIO_CONFIG_INGRESS_S3
Modify the isInputConfigValid function with a different regular expression.
isInputConfigValid
Problem
To create a wizard configurator, a selection of a choice or a multiple selection are needed.
Currently in a configuration JSON file it's not possible to name an item as shown below:
Impact
ops tasks developers
Priority
low
Expected outcome
MINIO_CONFIG_INGRESS_S3
is allowedSuggested solution
Modify the
isInputConfigValid
function with a different regular expression.