You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
911 B
34 lines
911 B
7 years ago
|
# (REQUIRED) The location of the pack files inside `pack_directory`.
|
||
|
pack:
|
||
|
about: about.js
|
||
7 years ago
|
admin:
|
||
|
auth:
|
||
|
common:
|
||
|
filename: common.js
|
||
|
stylesheet: true
|
||
|
embed: public.js
|
||
|
error:
|
||
|
home:
|
||
|
filename: application.js
|
||
|
preload:
|
||
|
- features/getting_started
|
||
|
- features/compose
|
||
|
- features/home_timeline
|
||
|
- features/notifications
|
||
|
modal:
|
||
7 years ago
|
public: public.js
|
||
7 years ago
|
settings:
|
||
7 years ago
|
share: share.js
|
||
7 years ago
|
|
||
7 years ago
|
# (OPTIONAL) The directory which contains the pack files.
|
||
7 years ago
|
# Defaults to the theme directory (`app/javascript/themes/[theme]`),
|
||
7 years ago
|
# but in the case of the vanilla Mastodon theme the pack files are
|
||
7 years ago
|
# somewhere else.
|
||
7 years ago
|
pack_directory: app/javascript/packs
|
||
7 years ago
|
|
||
7 years ago
|
# (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:
|