Skip to content

Commit 4e7737f

Browse files
committed
Updated name property with fd prefix
1 parent 9d2eabd commit 4e7737f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundles/af-core/src/main/java/com/adobe/cq/forms/core/components/internal/form/ReservedProperties.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ private ReservedProperties() {
7474
public static final String PN_PLACEHOLDER = "placeholder";
7575
public static final String PN_READ_ONLY = "readOnly";
7676
public static final String PN_DEFAULT_VALUE = "default";
77-
public static final String PN_MULTI_DEFAULT_VALUES = "multiDefaultValues";
77+
public static final String PN_MULTI_DEFAULT_VALUES = "fd:multiDefaultValues";
7878
public static final String PN_FORMAT = "format";
7979
public static final String PN_DISPLAY_FORMAT = "displayFormat";
8080
public static final String PN_EDIT_FORMAT = "editFormat";

bundles/af-core/src/test/resources/form/dropdown/test-content.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"tooltip": "test-short-description",
8585
"type" : "number[]",
8686
"multiSelect" : true,
87-
"multiDefaultValues" : [0, 1],
87+
"fd:multiDefaultValues" : [0, 1],
8888
"enum" : [0, 1, 2],
8989
"enumNames" : ["m", "f", "o"],
9090
"minItems" : 1,

0 commit comments

Comments
 (0)