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:
Penar Musaraj
2020-10-05 15:06:05 -04:00
committed by GitHub
parent 00afd308c1
commit 4efbf8dc4f
6 changed files with 3 additions and 78 deletions

View File

@ -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)