spoiler fix (#49)

Add spoiler and deleted image paths to instance_config
This commit is contained in:
Barbara-Pitt 2020-12-27 17:06:07 -06:00 committed by GitHub
parent 1cfe33a67f
commit 9d398254f9

View file

@ -147,6 +147,8 @@ $config['stylesheets']['Dark'] = 'dark.css';
$config['stylesheets']['Dark Red'] = 'dark_red.css';
$config['always_noko'] = true;
$config['spoiler_images'] = true;
$config['spoiler_image'] = 'static/spoiler.png';
$config['image_deleted'] = 'static/deleted.png';
//more themes (issue#26)
$config['stylesheets']['Burichan'] = 'burichan.css';