Skip to content

Commit

Permalink
Updated name property with fd prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
TalmizAhmed authored and ci-build committed Nov 6, 2024
1 parent 3bb83a3 commit 667fcd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ private ReservedProperties() {
public static final String PN_PLACEHOLDER = "placeholder";
public static final String PN_READ_ONLY = "readOnly";
public static final String PN_DEFAULT_VALUE = "default";
public static final String PN_MULTI_DEFAULT_VALUES = "multiDefaultValues";
public static final String PN_MULTI_DEFAULT_VALUES = "fd:multiDefaultValues";
public static final String PN_FORMAT = "format";
public static final String PN_DISPLAY_FORMAT = "displayFormat";
public static final String PN_EDIT_FORMAT = "editFormat";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"tooltip": "test-short-description",
"type" : "number[]",
"multiSelect" : true,
"multiDefaultValues" : [0, 1],
"fd:multiDefaultValues" : [0, 1],
"enum" : [0, 1, 2],
"enumNames" : ["m", "f", "o"],
"minItems" : 1,
Expand Down

0 comments on commit 667fcd7

Please sign in to comment.