mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
This is a preliminary commit for upcoming change where we will use "bot_creation_policy_values" like approach for many other settings where dropdown represents the only single setting of integer type.
4 lines
94 B
Handlebars
4 lines
94 B
Handlebars
{{#each option_values}}
|
|
<option value='{{this.code}}'>{{this.description}}</option>
|
|
{{/each}}
|