Add "further reading for themes" step to wizard

This commit is contained in:
Penar Musaraj
2019-05-27 13:11:44 -04:00
committed by Guo Xiang Tan
parent 43e33302e1
commit a93aa5bbce
3 changed files with 17 additions and 0 deletions

View File

@ -198,6 +198,8 @@ class Wizard
end
end
@wizard.append_step('themes-further-reading')
@wizard.append_step('logos') do |step|
step.add_field(id: 'logo', type: 'image', value: SiteSetting.site_logo_url)
step.add_field(id: 'logo_small', type: 'image', value: SiteSetting.site_logo_small_url)