catstodon/app/javascript/flavours/vanilla/theme.yml

18 lines
619 B
YAML
Raw Normal View History

# (REQUIRED) The directory which contains the pack files.
pack_directory: app/javascript/packs
# (OPTIONAL) Define files to be preloaded when a logged-in user is
# visiting the main web app.
signed_in_preload:
- features/compose.js
- features/home_timeline.js
- features/notifications.js
2017-09-26 04:24:32 +02:00
2017-12-08 04:07:47 +01:00
# (OPTIONAL) The directory which contains localization files for
# the flavour, relative to this directory.
locales: ../../mastodon/locales
2017-12-11 05:15:09 +01:00
# (OPTIONAL) A file to use as the preview screenshot for the flavour,
# or an array thereof. These are the full path from `app/javascript/`.
2024-03-07 12:59:00 +01:00
screenshot: images/screenshot.png