mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: support json_schema in theme settings (#12294)
This commit is contained in:
@@ -41,6 +41,7 @@ class ThemeSettingsParser
|
||||
end
|
||||
|
||||
opts[:textarea] = !!raw_opts[:textarea]
|
||||
opts[:json_schema] = raw_opts[:json_schema]
|
||||
|
||||
opts
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user