2017-11-19 01:12:52 +02:00
|
|
|
# (REQUIRED) The location of the pack files.
|
|
|
|
pack:
|
|
|
|
about: packs/about.js
|
2018-01-13 04:51:52 +02:00
|
|
|
admin: packs/public.js
|
2020-12-10 11:55:15 +02:00
|
|
|
auth: packs/public.js
|
2017-11-21 08:13:37 +02:00
|
|
|
common:
|
|
|
|
filename: packs/common.js
|
|
|
|
stylesheet: true
|
|
|
|
embed: packs/public.js
|
2019-02-17 13:02:47 +02:00
|
|
|
error: packs/error.js
|
2017-11-21 08:13:37 +02:00
|
|
|
home:
|
|
|
|
filename: packs/home.js
|
|
|
|
preload:
|
2019-04-19 21:14:32 +03:00
|
|
|
- flavours/glitch/async/compose
|
2017-12-04 09:26:40 +02:00
|
|
|
- flavours/glitch/async/getting_started
|
|
|
|
- flavours/glitch/async/home_timeline
|
|
|
|
- flavours/glitch/async/notifications
|
2018-01-16 07:17:03 +02:00
|
|
|
mailer:
|
2017-11-21 08:13:37 +02:00
|
|
|
modal:
|
2017-11-19 01:12:52 +02:00
|
|
|
public: packs/public.js
|
2019-09-30 17:38:12 +03:00
|
|
|
settings: packs/settings.js
|
2017-11-19 01:12:52 +02:00
|
|
|
share: packs/share.js
|
2017-09-26 05:24:32 +03:00
|
|
|
|
2017-12-08 05:07:47 +02: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 06:15:09 +02:00
|
|
|
# (OPTIONAL) A file to use as the preview screenshot for the flavour,
|
2019-03-16 17:21:20 +02:00
|
|
|
# or an array thereof. These are the full path from `app/javascript/`.
|
|
|
|
screenshot: flavours/glitch/images/glitch-preview.jpg
|
2017-12-11 06:15:09 +02:00
|
|
|
|
2017-11-19 01:12:52 +02:00
|
|
|
# (OPTIONAL) The directory which contains the pack files.
|
2017-11-17 07:35:25 +02:00
|
|
|
# Defaults to the theme directory (`app/javascript/themes/[theme]`),
|
2017-11-19 01:12:52 +02:00
|
|
|
# which should be sufficient for like 99% of use-cases lol.
|
2017-11-17 07:35:25 +02:00
|
|
|
|
2017-11-21 08:13:37 +02: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:
|