mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 01:23:48 +01:00
Make it more clear that .conf will override release min/max vers
This commit is contained in:
parent
92764465e0
commit
47797f1fb1
@ -65,15 +65,19 @@
|
||||
{{ render_field(form.max_rel, class_="col-sm-6") }}
|
||||
</div>
|
||||
|
||||
<p id="minmax_warning" style="color:#f00; display: none;">
|
||||
<p id="minmax_warning" class="invalid-feedback">
|
||||
Maximum must be greater than or equal to the minimum!
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<i class="fas fa-exclamation-circle mr-2"></i>
|
||||
The .conf of your package can <a href="/help/package_config/">set this automatically</a>,
|
||||
which will override your selection.
|
||||
</p>
|
||||
<p>
|
||||
Set the minimum and maximum Minetest versions supported.
|
||||
This release will be hidden to clients outside of that range.<br />
|
||||
This release will be hidden to clients outside of that range.
|
||||
Leave both as None if in doubt.
|
||||
You can <a href="/help/package_config/">set this automatically</a> in the .conf of your package.
|
||||
</p>
|
||||
<p>
|
||||
You cannot select the oldest version for min or the newest version
|
||||
|
Loading…
Reference in New Issue
Block a user