You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.5 KiB

  1. # (REQUIRED) The location of the pack files.
  2. pack:
  3. about: packs/about.js
  4. admin: packs/public.js
  5. auth:
  6. common:
  7. filename: packs/common.js
  8. stylesheet: true
  9. embed: packs/public.js
  10. error:
  11. home:
  12. filename: packs/home.js
  13. preload:
  14. - flavours/glitch/async/drawer
  15. - flavours/glitch/async/getting_started
  16. - flavours/glitch/async/home_timeline
  17. - flavours/glitch/async/notifications
  18. mailer:
  19. modal:
  20. public: packs/public.js
  21. settings:
  22. share: packs/share.js
  23. # (OPTIONAL) The directory which contains localization files for
  24. # the flavour, relative to this directory. The contents of this
  25. # directory must be `.js` or `.json` files whose names correspond to
  26. # language tags and whose default exports are a messages object.
  27. locales: locales
  28. # (OPTIONAL) A file to use as the preview screenshot for the flavour,
  29. # or an array thereof. These filenames must be unique across all
  30. # images (regardless of path), so it's a good idea to namespace them
  31. # to your theme. It's up to you to let webpack know to compile them.
  32. screenshot: glitch-preview.jpg
  33. # (OPTIONAL) The directory which contains the pack files.
  34. # Defaults to the theme directory (`app/javascript/themes/[theme]`),
  35. # which should be sufficient for like 99% of use-cases lol.
  36. # pack_directory: app/javascript/packs
  37. # (OPTIONAL) By default the theme will fallback to the default theme
  38. # if a particular pack is not provided. You can specify different
  39. # fallbacks here, or disable fallback behaviours altogether by
  40. # specifying a `null` value.
  41. fallback: