mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 04:11:12 +08: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