mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
Remove "further reading" step from wizard (#10825)
Instead, add link to top themes on meta in wizard's last step.
This commit is contained in:
@ -204,11 +204,6 @@ class Wizard
|
||||
end
|
||||
end
|
||||
|
||||
@wizard.append_step('themes-further-reading') do |step|
|
||||
step.banner = "further-reading.png"
|
||||
step.add_field(id: 'popular-themes', type: 'component')
|
||||
end
|
||||
|
||||
@wizard.append_step('fonts') do |step|
|
||||
body_font = step.add_field(id: 'body_font', type: 'dropdown', value: SiteSetting.base_font)
|
||||
heading_font = step.add_field(id: 'heading_font', type: 'dropdown', value: SiteSetting.heading_font)
|
||||
|
Reference in New Issue
Block a user