Skip to content

Commit c0f394d

Browse files
authored
fix(create-gatsby): Update wordpress deps in schema (#35107)
1 parent 46e2902 commit c0f394d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/create-gatsby/src/questions/cmses.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,12 @@
77
},
88
"gatsby-source-sanity": { "message": "Sanity" },
99
"gatsby-source-shopify": { "message": "Shopify" },
10-
"gatsby-source-wordpress": { "message": "WordPress" }
10+
"gatsby-source-wordpress": {
11+
"message": "WordPress",
12+
"dependencies": [
13+
"gatsby-plugin-image",
14+
"gatsby-plugin-sharp",
15+
"gatsby-transformer-sharp"
16+
]
17+
}
1118
}

0 commit comments

Comments
 (0)