File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 1919 },
2020 "options" : {
2121 "$ref" : " #/definitions/options"
22+ },
23+ "prettier" : {
24+ "$ref" : " #/definitions/prettier"
2225 }
2326 },
2427 "required" : [" drupal" ]
2932 "type" : " object" ,
3033 "additionalProperties" : false ,
3134 "properties" : {
32- "path " : {
35+ "breakpointsPath " : {
3336 "type" : " string"
3437 },
3538 "themeName" : {
3639 "type" : " string"
3740 }
3841 },
39- "required" : [" path " , " themeName" ]
42+ "required" : [" breakpointsPath " , " themeName" ]
4043 },
4144 "js" : {
4245 "title" : " JavaScript configuration" ,
9194 "type" : " boolean"
9295 }
9396 }
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+ }
94108 }
95109 }
96110}
You can’t perform that action at this time.
0 commit comments