Alan Guo Xiang Tan bf3c4b634a
DEV: Support validations options for string and numeral types ()
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.
2024-02-20 09:17:27 +08:00
..
2023-05-24 08:59:37 +08:00