Skip to content

Commit 0edae74

Browse files
committed
Update block examples to use default
1 parent 2ddfc94 commit 0edae74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/packages/forms/src/blocks/field-slider/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const settings = {
3333
attributes: {
3434
min: 0,
3535
max: 100,
36-
value: 50,
36+
default: 50,
3737
},
3838
},
3939
],

projects/packages/forms/src/blocks/input-range/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const settings = {
3434
attributes: {
3535
min: 0,
3636
max: 100,
37-
value: 50,
37+
default: 50,
3838
},
3939
},
4040
};

0 commit comments

Comments
 (0)