Update UI for wizard themes further reading step (#7669)

This commit is contained in:
Penar Musaraj
2019-06-03 10:47:17 -04:00
committed by GitHub
parent f86a5bd5a9
commit 16982d2a69
8 changed files with 190 additions and 100 deletions

View File

@ -198,7 +198,10 @@ class Wizard
end
end
@wizard.append_step('themes-further-reading')
@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('logos') do |step|
step.add_field(id: 'logo', type: 'image', value: SiteSetting.site_logo_url)