We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e2902 commit c0f394dCopy full SHA for c0f394d
packages/create-gatsby/src/questions/cmses.json
@@ -7,5 +7,12 @@
7
},
8
"gatsby-source-sanity": { "message": "Sanity" },
9
"gatsby-source-shopify": { "message": "Shopify" },
10
- "gatsby-source-wordpress": { "message": "WordPress" }
+ "gatsby-source-wordpress": {
11
+ "message": "WordPress",
12
+ "dependencies": [
13
+ "gatsby-plugin-image",
14
+ "gatsby-plugin-sharp",
15
+ "gatsby-transformer-sharp"
16
+ ]
17
+ }
18
}
0 commit comments