discourse/app/assets/javascripts/admin/addon/components/schema-theme-setting
Alan Guo Xiang Tan ef99b97ea7
DEV: Load theme objects typed setting metadata when routing to editor (#26354)
Why this change?

Previously, we were preloading the necessary metadata for
`adminCustomizeThemes.show.schema` route in the
`adminCustomizeThemes.show` route. This is wasteful because we're
loading data upfront when the objects setting editor may not be used.

This change also lays the ground work for a future commit where we need
to be shipping down additional metadata which may further add to the
payload.
2024-03-26 14:02:05 +08:00
..
types FIX: Fix broken translation in tags input field objects setting editor (#26340) 2024-03-25 16:06:32 +08:00
editor.gjs DEV: Load theme objects typed setting metadata when routing to editor (#26354) 2024-03-26 14:02:05 +08:00
field-input-description.gjs DEV: Add validation message to string fields in theme object editor (#26257) 2024-03-21 12:39:25 +08:00
field.gjs DEV: Change tag type to tags type for theme object schema (#26315) 2024-03-22 15:32:00 +08:00
number-field.gjs DEV: Add validation message to float fields in theme object editor (#26285) 2024-03-21 15:33:38 +08:00