UNPKG

gatsby-plugin-affirm-js

Version:

A plugin to add Affirm JS to Gatsby

8 lines (7 loc) 202 B
exports.pluginOptionsSchema = ({ Joi }) => { return Joi.object({ AFFIRM_API_KEY: Joi.string() .required() .description(`This option is required and is your Affirm API key.`), }); };