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 f60e523 commit 7cbe69bCopy full SHA for 7cbe69b
packages/gatsby-plugin-manifest/src/pluginOptionsSchema.js
@@ -94,10 +94,9 @@ export default function pluginOptionSchema({ Joi }) {
94
url: Joi.string()
95
.uri()
96
.description(`The URL at which the application can be found.`),
97
- id: Joi.string()
98
- .description(
99
- `The ID used to represent the application on the specified platform.`
100
- ),
+ id: Joi.string().description(
+ `The ID used to represent the application on the specified platform.`
+ ),
101
min_version: Joi.string()
102
.optional()
103
.description(
0 commit comments