|
@ -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') |
|
|
= 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 |
|
|
.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') |
|
|
= 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 |
|
|
.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') |
|
|
= f.input :mascot, as: :file, wrapper: :with_block_label, label: t('admin.settings.mascot.title'), hint: t('admin.settings.mascot.desc_html') |
|
|
|
|
|
|
|
|