discourse/spec/fixtures/theme_settings
Alan Guo Xiang Tan e7f539df10
UX: Display setting description for objects typed theme setting (#26152)
Why this change?

Prior to this change, there is no description being displayed for
objects typed theme setting because we were rendering a button instead
of the components for the various setting types which will render the
setting's description.

What does this change do?

1. Introduce `SiteSettings::Description` compoment to centralise the HTML
being rendered across all settings component.

2. Renders the `SiteSettings::Description` component after the edit
   button in `site_setting.hbs`.
2024-03-13 12:38:21 +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 UX: Display setting description for objects typed theme setting (#26152) 2024-03-13 12:38:21 +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