2017-11-18 15:12:52 -08:00
|
|
|
# (REQUIRED) The location of the pack files.
|
|
|
|
pack:
|
2022-02-11 14:53:35 -08:00
|
|
|
admin:
|
2023-02-25 05:34:32 -08:00
|
|
|
- packs/admin.jsx
|
|
|
|
- packs/public.jsx
|
|
|
|
auth: packs/public.jsx
|
2017-11-20 22:13:37 -08:00
|
|
|
common:
|
|
|
|
filename: packs/common.js
|
|
|
|
stylesheet: true
|
2023-02-25 05:34:32 -08:00
|
|
|
embed: packs/public.jsx
|
2019-02-17 03:02:47 -08:00
|
|
|
error: packs/error.js
|
2017-11-20 22:13:37 -08:00
|
|
|
home:
|
|
|
|
filename: packs/home.js
|
|
|
|
preload:
|
2023-01-04 09:38:45 -08:00
|
|
|
- flavours/glitch/async/compose
|
|
|
|
- flavours/glitch/async/getting_started
|
|
|
|
- flavours/glitch/async/home_timeline
|
|
|
|
- flavours/glitch/async/notifications
|
2018-01-15 21:17:03 -08:00
|
|
|
mailer:
|
2017-11-20 22:13:37 -08:00
|
|
|
modal:
|
2023-02-25 05:34:32 -08:00
|
|
|
public: packs/public.jsx
|
2019-09-30 07:38:12 -07:00
|
|
|
settings: packs/settings.js
|
2023-05-25 13:26:39 -07:00
|
|
|
sign_up: packs/sign_up.js
|
2023-02-25 05:34:32 -08:00
|
|
|
share: packs/share.jsx
|
2017-09-25 19:24:32 -07:00
|
|
|
|
2017-12-07 19:07:47 -08:00
|
|
|
# (OPTIONAL) The directory which contains localization files for
|
|
|
|
# the flavour, relative to this directory. The contents of this
|
2022-12-21 13:13:14 -08:00
|
|
|
# directory must be `.json` files whose names correspond to
|
2017-12-07 19:07:47 -08:00
|
|
|
# language tags and whose default exports are a messages object.
|
|
|
|
locales: locales
|
|
|
|
|
2022-12-21 13:13:14 -08:00
|
|
|
# (OPTIONAL) Which flavour to inherit locales from
|
|
|
|
inherit_locales: vanilla
|
|
|
|
|
2017-12-10 20:15:09 -08:00
|
|
|
# (OPTIONAL) A file to use as the preview screenshot for the flavour,
|
2019-03-16 08:21:20 -07:00
|
|
|
# or an array thereof. These are the full path from `app/javascript/`.
|
|
|
|
screenshot: flavours/glitch/images/glitch-preview.jpg
|
2017-12-10 20:15:09 -08:00
|
|
|
|
2017-11-18 15:12:52 -08:00
|
|
|
# (OPTIONAL) The directory which contains the pack files.
|
2017-11-16 21:35:25 -08:00
|
|
|
# Defaults to the theme directory (`app/javascript/themes/[theme]`),
|
2017-11-18 15:12:52 -08:00
|
|
|
# which should be sufficient for like 99% of use-cases lol.
|
2017-11-16 21:35:25 -08:00
|
|
|
|
2017-11-20 22:13:37 -08: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:
|