Fix #2114 Allow specifying file formats to be indexed

This commit is contained in:
mmx900 2023-06-14 19:13:48 +09:00
parent 22abeb7a88
commit 9611fc7bda
5 changed files with 36 additions and 1 deletions

View file

@ -57,6 +57,13 @@
<p class="x_help-block">{$lang->about_inline_download_format}</p>
</div>
</div>
<div class="x_control-group">
<label class="x_control-label" for="allow_indexing_format">{$lang->allow_indexing_format}</label>
<div class="x_controls">
<input type="text" name="allow_indexing_format" id="allow_indexing_format" value="{$config->allow_indexing_format}" />
<p class="x_help-block">{$lang->about_allow_indexing_format}</p>
</div>
</div>
<div class="x_clearfix btnArea">
<div class="x_pull-right">
<button type="submit" class="x_btn x_btn-primary">{$lang->cmd_save}</button>