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

49 lines
1.6 KiB
YAML
Raw Normal View History

2017-11-18 23:12:52 +00:00
# (REQUIRED) The location of the pack files.
pack:
admin:
- packs/admin.js
- packs/public.js
auth: packs/public.js
2017-11-21 06:13:37 +00:00
common:
filename: packs/common.js
stylesheet: true
embed: packs/public.js
error: packs/error.js
2017-11-21 06:13:37 +00:00
home:
filename: packs/home.js
preload:
- flavours/glitch/async/compose
- flavours/glitch/async/getting_started
- flavours/glitch/async/home_timeline
- flavours/glitch/async/notifications
2018-01-16 05:17:03 +00:00
mailer:
2017-11-21 06:13:37 +00:00
modal:
2017-11-18 23:12:52 +00:00
public: packs/public.js
2019-09-30 14:38:12 +00:00
settings: packs/settings.js
2017-11-18 23:12:52 +00:00
share: packs/share.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. The contents of this
# directory must be `.json` files whose names correspond to
2017-12-08 03:07:47 +00:00
# language tags and whose default exports are a messages object.
locales: locales
# (OPTIONAL) Which flavour to inherit locales from
inherit_locales: vanilla
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/`.
screenshot: flavours/glitch/images/glitch-preview.jpg
2017-12-11 04:15:09 +00:00
2017-11-18 23:12:52 +00:00
# (OPTIONAL) The directory which contains the pack files.
2017-11-17 05:35:25 +00:00
# Defaults to the theme directory (`app/javascript/themes/[theme]`),
2017-11-18 23:12:52 +00:00
# which should be sufficient for like 99% of use-cases lol.
2017-11-17 05:35:25 +00:00
2017-11-21 06:13:37 +00: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: