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.

44 lines
1.3 KiB

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