mirror of
https://github.com/discourse/discourse.git
synced 2026-07-31 16:48:26 -05:00
Why this change? This commit updates `ThemeSettingsObjectValidator` to validate a property's value against the validations listed in the schema. For string types, `min_length`, `max_length` and `url` are supported. For integer and float types, `min` and `max` are supported.