Skip to content

Commit 43b2f10

Browse files
authored
fix(gatsby-recipes): add isLocal to schema for GatsbyPlugin (#28417)
1 parent 4e50d5c commit 43b2f10

File tree

1 file changed

+1
-0
lines changed
  • packages/gatsby-recipes/src/providers/gatsby

1 file changed

+1
-0
lines changed

packages/gatsby-recipes/src/providers/gatsby/plugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@ const schema = {
524524
name: Joi.string(),
525525
description: Joi.string().optional().allow(null).allow(``),
526526
options: Joi.object(),
527+
isLocal: Joi.boolean(),
527528
readme: Joi.string().optional().allow(null).allow(``),
528529
shadowableFiles: Joi.array().items(Joi.string()),
529530
shadowedFiles: Joi.array().items(Joi.string()),

0 commit comments

Comments
 (0)