UNPKG
gatsby-plugin-affirm-js
Version:
latest (1.0.0)
1.0.0
A plugin to add Affirm JS to Gatsby
gatsby-plugin-affirm-js
/
gatsby-node.js
8 lines
(7 loc)
•
202 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
exports.pluginOptionsSchema = ({ Joi }) => {
return
Joi.
object
({ AFFIRM_API_KEY: Joi.
string
() .
required
() .description(`This option
is
required
and
is
your Affirm API key.`), }); };