logo-color.conf.json 293 B

123456789101112131415
  1. {
  2. "tags": {
  3. "allowUnknownTags": true
  4. },
  5. "plugins": ["plugins/markdown"],
  6. "templates": {
  7. "favicon": "./test-src/foobot-40x40.png",
  8. "systemLogo": "./test-src/foobot-40x40.png",
  9. "systemColor": "#5233b7"
  10. },
  11. "markdown": {
  12. "parser": "gfm",
  13. "hardwrap": true
  14. }
  15. }