mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 08:15:49 +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 ``` |
||
---|---|---|
.. | ||
adapters | ||
components | ||
controllers | ||
helpers | ||
lib | ||
mixins | ||
models | ||
routes | ||
services | ||
templates |