mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
Add "further reading for themes" step to wizard
This commit is contained in:

committed by
Guo Xiang Tan

parent
43e33302e1
commit
a93aa5bbce
@ -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)
|
||||
|
Reference in New Issue
Block a user