Skip to content

Commit

Permalink
revert gatsby 3.15 upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Robinson <[email protected]>
  • Loading branch information
merobi-hub committed Aug 10, 2023
1 parent 08281f7 commit 771b15f
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3501,6 +3501,18 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "JSFrontmatterEngine",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "postCssPlugins",
"description": null,
Expand Down Expand Up @@ -4836,7 +4848,7 @@
},
{
"name": "placeholder",
"description": "Format of generated placeholder image, displayed while the main image loads.\nBLURRED: a blurred, low resolution image, encoded as a base64 data URI (default)\nDOMINANT_COLOR: a solid color, calculated from the dominant color of the image.\nTRACED_SVG: a low-resolution traced SVG of the image.\nNONE: no placeholder. Set \"background\" to use a fixed background color.",
"description": "Format of generated placeholder image, displayed while the main image loads.\nBLURRED: a blurred, low resolution image, encoded as a base64 data URI\nDOMINANT_COLOR: a solid color, calculated from the dominant color of the image (default).\nTRACED_SVG: deprecated. Will use DOMINANT_COLOR.\nNONE: no placeholder. Set \"background\" to use a fixed background color.",
"type": {
"kind": "ENUM",
"name": "ImagePlaceholder",
Expand Down Expand Up @@ -20083,6 +20095,16 @@
},
"defaultValue": null
},
{
"name": "JSFrontmatterEngine",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "BooleanQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "postCssPlugins",
"description": null,
Expand Down Expand Up @@ -21458,6 +21480,12 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "pluginCreator___pluginOptions___JSFrontmatterEngine",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "pluginCreator___pluginOptions___postCssPlugins",
"description": null,
Expand Down Expand Up @@ -22742,6 +22770,12 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "pluginOptions___JSFrontmatterEngine",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "pluginOptions___postCssPlugins",
"description": null,
Expand Down

0 comments on commit 771b15f

Please sign in to comment.