diff --git a/bundles/af-core/src/main/java/com/adobe/cq/forms/core/components/internal/models/v1/form/RadioButtonImpl.java b/bundles/af-core/src/main/java/com/adobe/cq/forms/core/components/internal/models/v1/form/RadioButtonImpl.java index c19879e540..a8aea16a18 100644 --- a/bundles/af-core/src/main/java/com/adobe/cq/forms/core/components/internal/models/v1/form/RadioButtonImpl.java +++ b/bundles/af-core/src/main/java/com/adobe/cq/forms/core/components/internal/models/v1/form/RadioButtonImpl.java @@ -50,7 +50,8 @@ public class RadioButtonImpl extends AbstractOptionsFieldImpl implements RadioBu protected String orientationJcr; private Orientation orientation; - @ValueMapValue(injectionStrategy = InjectionStrategy.OPTIONAL, name = ReservedProperties.PN_ORIENTATION) + // todo: inject this by taking this property as input from edit dialog based on the requirement + @ValueMapValue(injectionStrategy = InjectionStrategy.OPTIONAL) @Nullable private String[] helpTexts;