File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
fast-components-react-base/src/slider
fast-components-react-msft/src Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ export default {
3
3
title : "Slider" ,
4
4
description : "A slider component's schema definition." ,
5
5
type : "object" ,
6
- id : "slider" ,
6
+ id : "@microsoft/fast-components-react-base/slider" ,
7
+ formPluginId : "@microsoft/fast-components-react-base/slider" ,
7
8
properties : {
8
9
disabled : {
9
10
title : "Disabled" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ export default {
3
3
title : "Slider" ,
4
4
description : "A slider component's schema definition." ,
5
5
type : "object" ,
6
- id : "slider" ,
6
+ id : "@microsoft/fast-components-react-msft/slider" ,
7
+ formPluginId : "@microsoft/fast-components-react-msft/slider" ,
7
8
properties : {
8
9
disabled : {
9
10
title : "Disabled" ,
Original file line number Diff line number Diff line change 1
1
export default {
2
- $schema : "http://json. schema.org/schema#" ,
2
+ $schema : "http://json- schema.org/schema#" ,
3
3
title : "Subheading" ,
4
4
description : "A Subheading component's schema definition" ,
5
5
type : "object" ,
You can’t perform that action at this time.
0 commit comments