discourse/spec/fixtures/theme_settings
Alan Guo Xiang Tan 476d91d233
DEV: Change category type to categories type for theme object schema (#26339)
Why this change?

This is a follow-up to 86b2e3aa3e.

Basically, we want to allow people to select more than 1 category as well.

What does this change do?

1. Change `type: category` to `type: categories` and support `min` and `max`
   validations for `type: categories`.

2. Fix the `<SchemaThemeSetting::Types::Categories>` component to support the
   `min` and `max` validations and switch it to use the `<CategorySelector>` component
   instead of the `<CategoryChooser>` component which only supports selecting one category.
2024-03-27 10:54:30 +08:00
..
invalid_settings.yaml DEV: Validate default value for `type: objects` theme settings (#25833) 2024-02-27 09:16:37 +08:00
json_schema_settings.yaml DEV: support json_schema in theme settings (#12294) 2021-03-10 20:15:04 -05:00
objects_settings.yaml DEV: Change category type to categories type for theme object schema (#26339) 2024-03-27 10:54:30 +08:00
valid_settings.yaml FIX: Error when integer values are set as default of string type settings (#25898) 2024-02-27 10:18:38 +08:00