mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 11:48:08 +08:00
DEV: Remove experimental_objects_type_for_theme_settings
site setting (#26507)
Why this change? Objects type for theme settings is no longer considered experimental so we are dropping the site setting.
This commit is contained in:

committed by
GitHub

parent
49409f4985
commit
a440e15291
@ -10,8 +10,6 @@ RSpec.describe ThemeSettingsManager::Objects do
|
||||
theme.settings
|
||||
end
|
||||
|
||||
before { SiteSetting.experimental_objects_type_for_theme_settings = true }
|
||||
|
||||
it "can store a list of objects" do
|
||||
new_value = [
|
||||
{
|
||||
|
Reference in New Issue
Block a user