We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab93b88 commit 0464df4Copy full SHA for 0464df4
bundles/af-core/src/main/java/com/adobe/cq/forms/core/components/util/AbstractOptionsFieldImpl.java
@@ -50,6 +50,11 @@ public abstract class AbstractOptionsFieldImpl extends AbstractFieldImpl impleme
50
@Nullable
51
protected String[] enumNames;
52
53
+ /**
54
+ * Default for single and multi-valued fields used the same 'default' crx property.
55
+ * This was not compatible with Universal Editor's Property Rail Configuration.
56
+ * Therefore adding this property as an additional way of defining default values.
57
+ **/
58
@ValueMapValue(injectionStrategy = InjectionStrategy.OPTIONAL, name = ReservedProperties.PN_MULTI_DEFAULT_VALUES)
59
60
protected Object[] multiDefaultValues;
0 commit comments