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

47 lines
1.5 KiB
YAML
Raw Normal View History

2017-11-18 23:12:52 +00:00
# (REQUIRED) The location of the pack files.
pack:
about: packs/about.js
2018-01-13 02:51:52 +00:00
admin: packs/public.js
2017-11-21 06:13:37 +00:00
auth:
common:
filename: packs/common.js
stylesheet: true
embed: packs/public.js
error:
home:
filename: packs/home.js
preload:
- flavours/glitch/async/drawer
2017-12-04 07:26:40 +00:00
- 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
2017-11-21 06:13:37 +00:00
settings:
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 `.js` or `.json` files whose names correspond to
# language tags and whose default exports are a messages object.
locales: 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 filenames must be unique across all
# images (regardless of path), so it's a good idea to namespace them
# to your theme. It's up to you to let webpack know to compile them.
screenshot: glitch-preview.jpg
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: