zulip/static/templates/embedded_bot_config_item.ha...

6 lines
264 B
Handlebars
Raw Normal View History

<div class="input-group" name="{{botname}}" id="{{botname}}_{{key}}">
<label for="{{botname}}_{{key}}_input">{{key}}</label>
<input type="text" name="{{key}}" id="{{botname}}_{{key}}_input"
maxlength=1000 placeholder="{{value}}" value="" />
</div>