mastodon-glitch/app/javascript/flavours/vanilla/theme.yml

18 lines
625 B
YAML
Raw Normal View History

# (REQUIRED) The directory which contains the pack files.
pack_directory: app/javascript/entrypoints
# (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 02:24:32 +00:00
2017-12-08 03:07:47 +00:00
# (OPTIONAL) The directory which contains localization files for
# the flavour, relative to this directory.
locales: ../../mastodon/locales
2017-12-11 04:15:09 +00: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 11:59:00 +00:00
screenshot: images/screenshot.png