Skip to content

Commit

Permalink
Adding todo in sling model
Browse files Browse the repository at this point in the history
  • Loading branch information
rismehta committed Dec 17, 2024
1 parent dc0de5e commit 4cf2533
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 4cf2533

Please sign in to comment.