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 1731cf1 commit 6fd8bf7Copy full SHA for 6fd8bf7
packages/gatsby-source-drupal/src/gatsby-node.js
@@ -847,6 +847,9 @@ exports.pluginOptionsSchema = ({ Joi }) =>
847
translatableEntities: Joi.array().items(Joi.string()).required(),
848
nonTranslatableEntities: Joi.array().items(Joi.string()).required(),
849
}),
850
+ placeholderStyleName: Joi.string().description(
851
+ `The machine name of the Gatsby Image CDN placeholder style in Drupal. The default is "placeholder".`
852
+ ),
853
})
854
855
exports.onCreateDevServer = async ({ app }) => {
0 commit comments