Skip to content

Commit

Permalink
fix(create-gatsby): Update wordpress deps in schema (#35107)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyhopp committed Mar 11, 2022
1 parent 46e2902 commit c0f394d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/create-gatsby/src/questions/cmses.json
Expand Up @@ -7,5 +7,12 @@
},
"gatsby-source-sanity": { "message": "Sanity" },
"gatsby-source-shopify": { "message": "Shopify" },
"gatsby-source-wordpress": { "message": "WordPress" }
"gatsby-source-wordpress": {
"message": "WordPress",
"dependencies": [
"gatsby-plugin-image",
"gatsby-plugin-sharp",
"gatsby-transformer-sharp"
]
}
}

0 comments on commit c0f394d

Please sign in to comment.