mirror of
https://github.com/discourse/discourse.git
synced 2024-12-29 04:23:47 +08:00
de5ca63eb5
Why this change? For a `typed: objects` theme setting with an enum property, we are adding a `default` key for `type: enum` fields which will be used as the default value on the client side. ``` some_objects_setting: type: objects schema: name: field properties: enum_field: type: enum default: awesome choices: - nice - cool - awesome ``` |
||
---|---|---|
.. | ||
editor | ||
types | ||
editor.gjs | ||
field-input-description.gjs | ||
field.gjs | ||
number-field.gjs |