File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 19
19
},
20
20
"options" : {
21
21
"$ref" : " #/definitions/options"
22
+ },
23
+ "prettier" : {
24
+ "$ref" : " #/definitions/prettier"
22
25
}
23
26
},
24
27
"required" : [" drupal" ]
29
32
"type" : " object" ,
30
33
"additionalProperties" : false ,
31
34
"properties" : {
32
- "path " : {
35
+ "breakpointsPath " : {
33
36
"type" : " string"
34
37
},
35
38
"themeName" : {
36
39
"type" : " string"
37
40
}
38
41
},
39
- "required" : [" path " , " themeName" ]
42
+ "required" : [" breakpointsPath " , " themeName" ]
40
43
},
41
44
"js" : {
42
45
"title" : " JavaScript configuration" ,
91
94
"type" : " boolean"
92
95
}
93
96
}
97
+ },
98
+ "prettier" : {
99
+ "title" : " Prettier options" ,
100
+ "description" : " https://github.com/factorial-io/drupal-breakpoints-css" ,
101
+ "type" : " object" ,
102
+ "additionalProperties" : false ,
103
+ "properties" : {
104
+ "configPath" : {
105
+ "type" : " string"
106
+ }
107
+ }
94
108
}
95
109
}
96
110
}
You can’t perform that action at this time.
0 commit comments