# #my-plugin configuration options
# Declare your config option for your plugin here. 
module.exports = {
  title: "holidays plugin config options"
  type: "object"
  properties: {}
}
