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

46 lines
1.5 KiB
YAML
Raw Normal View History

2017-11-19 00:12:52 +01:00
# (REQUIRED) The location of the pack files.
pack:
admin:
- packs/admin.js
- packs/public.js
auth: packs/public.js
2017-11-21 07:13:37 +01:00
common:
filename: packs/common.js
stylesheet: true
embed: packs/public.js
error: packs/error.js
2017-11-21 07:13:37 +01:00
home:
filename: packs/home.js
preload:
- flavours/glitch/async/compose
2017-12-04 08:26:40 +01:00
- flavours/glitch/async/getting_started
- flavours/glitch/async/home_timeline
- flavours/glitch/async/notifications
2018-01-16 06:17:03 +01:00
mailer:
2017-11-21 07:13:37 +01:00
modal:
2017-11-19 00:12:52 +01:00
public: packs/public.js
2019-09-30 16:38:12 +02:00
settings: packs/settings.js
2017-11-19 00:12:52 +01:00
share: packs/share.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. The contents of this
# directory must be `.js` or `.json` files whose names correspond to
# language tags and whose default exports are a messages object.
locales: 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/`.
screenshot: flavours/glitch/images/glitch-preview.jpg
2017-12-11 05:15:09 +01:00
2017-11-19 00:12:52 +01:00
# (OPTIONAL) The directory which contains the pack files.
2017-11-17 06:35:25 +01:00
# Defaults to the theme directory (`app/javascript/themes/[theme]`),
2017-11-19 00:12:52 +01:00
# which should be sufficient for like 99% of use-cases lol.
2017-11-17 06:35:25 +01:00
2017-11-21 07:13:37 +01:00
# pack_directory: app/javascript/packs
# (OPTIONAL) By default the theme will fallback to the default theme
# if a particular pack is not provided. You can specify different
# fallbacks here, or disable fallback behaviours altogether by
# specifying a `null` value.
fallback: