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 4e50d5c commit 43b2f10Copy full SHA for 43b2f10
packages/gatsby-recipes/src/providers/gatsby/plugin.js
@@ -524,6 +524,7 @@ const schema = {
524
name: Joi.string(),
525
description: Joi.string().optional().allow(null).allow(``),
526
options: Joi.object(),
527
+ isLocal: Joi.boolean(),
528
readme: Joi.string().optional().allow(null).allow(``),
529
shadowableFiles: Joi.array().items(Joi.string()),
530
shadowedFiles: Joi.array().items(Joi.string()),
0 commit comments