Display customized mascot in web UI and fix admin form for it (#8964)
Follow-up to #8766
This commit is contained in:
parent
22de24b8ca
commit
9d4541c612
4 changed files with 12 additions and 1 deletions
|
@ -26,6 +26,8 @@
|
|||
= f.input :thumbnail, as: :file, wrapper: :with_block_label, label: t('admin.settings.thumbnail.title'), hint: t('admin.settings.thumbnail.desc_html')
|
||||
.fields-row__column.fields-row__column-6.fields-group
|
||||
= f.input :hero, as: :file, wrapper: :with_block_label, label: t('admin.settings.hero.title'), hint: t('admin.settings.hero.desc_html')
|
||||
|
||||
.fields-row
|
||||
.fields-row__column.fields-row__column-6.fields-group
|
||||
= f.input :mascot, as: :file, wrapper: :with_block_label, label: t('admin.settings.mascot.title'), hint: t('admin.settings.mascot.desc_html')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue