mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 15:08:56 +08:00
0b7ed8ffaf
* FEATURE: backend support for user-selectable components * fix problems with previewing default theme * rename preview_key => preview_theme_id * omit default theme from child themes dropdown and try a different fix * cache & freeze stylesheets arrays
5 lines
90 B
Ruby
5 lines
90 B
Ruby
Fabricator(:theme) do
|
|
name { sequence(:name) { |i| "Cool theme #{i + 1}" } }
|
|
user
|
|
end
|