Skip to content

Commit

Permalink
Added comment with context
Browse files Browse the repository at this point in the history
  • Loading branch information
TalmizAhmed committed Nov 25, 2024
1 parent 667fcd7 commit fc0829c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ public abstract class AbstractOptionsFieldImpl extends AbstractFieldImpl impleme
@Nullable
protected String[] enumNames;

/**
* Default for single and multi-valued fields used the same 'default' crx property.
* This was not compatible with Universal Editor's Property Rail Configuration.
* Therefore adding this property as an additional way of defining default values.
**/
@ValueMapValue(injectionStrategy = InjectionStrategy.OPTIONAL, name = ReservedProperties.PN_MULTI_DEFAULT_VALUES)
@Nullable
protected Object[] multiDefaultValues;
Expand Down

0 comments on commit fc0829c

Please sign in to comment.