diff options
author | kibigo! <marrus-sh@users.noreply.github.com> | 2017-12-03 23:26:40 -0800 |
---|---|---|
committer | kibigo! <marrus-sh@users.noreply.github.com> | 2017-12-03 23:26:40 -0800 |
commit | bc4fa6b198557a7f3989eb0865e2c77ac7451d29 (patch) | |
tree | a18543e1e0555e88b97cad60adc6d2abe0bffb00 /app/javascript/themes/vanilla/theme.yml | |
parent | d216547382cf1f3419de31e1ee06272e816ea339 (diff) |
Rename themes -> flavours ? ?
Diffstat (limited to 'app/javascript/themes/vanilla/theme.yml')
-rw-r--r-- | app/javascript/themes/vanilla/theme.yml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/app/javascript/themes/vanilla/theme.yml b/app/javascript/themes/vanilla/theme.yml deleted file mode 100644 index 67fd9723e..000000000 --- a/app/javascript/themes/vanilla/theme.yml +++ /dev/null @@ -1,33 +0,0 @@ -# (REQUIRED) The location of the pack files inside `pack_directory`. -pack: - about: about.js - 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: - public: public.js - settings: - share: share.js - -# (OPTIONAL) The directory which contains the pack files. -# Defaults to the theme directory (`app/javascript/themes/[theme]`), -# but in the case of the vanilla Mastodon theme the pack files are -# somewhere else. -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: |