]> cat aescling's git repositories - mastodon.git/blob - app/javascript/flavours/glitch/theme.yml
Merge branch 'master' into glitch-soc/merge-upstream
[mastodon.git] / app / javascript / flavours / glitch / theme.yml
1 # (REQUIRED) The location of the pack files.
2 pack:
3 about: packs/about.js
4 admin: packs/public.js
5 auth:
6 common:
7 filename: packs/common.js
8 stylesheet: true
9 embed: packs/public.js
10 error:
11 home:
12 filename: packs/home.js
13 preload:
14 - flavours/glitch/async/drawer
15 - flavours/glitch/async/getting_started
16 - flavours/glitch/async/home_timeline
17 - flavours/glitch/async/notifications
18 mailer:
19 modal:
20 public: packs/public.js
21 settings:
22 share: packs/share.js
23
24 # (OPTIONAL) The directory which contains localization files for
25 # the flavour, relative to this directory. The contents of this
26 # directory must be `.js` or `.json` files whose names correspond to
27 # language tags and whose default exports are a messages object.
28 locales: locales
29
30 # (OPTIONAL) A file to use as the preview screenshot for the flavour,
31 # or an array thereof. These filenames must be unique across all
32 # images (regardless of path), so it's a good idea to namespace them
33 # to your theme. It's up to you to let webpack know to compile them.
34 screenshot: glitch-preview.jpg
35
36 # (OPTIONAL) The directory which contains the pack files.
37 # Defaults to the theme directory (`app/javascript/themes/[theme]`),
38 # which should be sufficient for like 99% of use-cases lol.
39
40 # pack_directory: app/javascript/packs
41
42 # (OPTIONAL) By default the theme will fallback to the default theme
43 # if a particular pack is not provided. You can specify different
44 # fallbacks here, or disable fallback behaviours altogether by
45 # specifying a `null` value.
46 fallback:
This page took 0.068819 seconds and 4 git commands to generate.