Create the initial version of the TableManager class for configuring settings
This commit is contained in:
parent
4bfce858ef
commit
8a2d946b63
21 changed files with 718 additions and 115 deletions
17
public/templates/Apps/TableManager/buckets/string.hbs
Normal file
17
public/templates/Apps/TableManager/buckets/string.hbs
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<div class="{{#if buckets.locked}}alert-box locked{{/if}}">
|
||||
<div class="input-group">
|
||||
<label for="">
|
||||
Valid Options
|
||||
</label>
|
||||
<string-tags
|
||||
name="buckets.choices"
|
||||
value="{{ buckets.choices }}"
|
||||
></string-tags>
|
||||
<p class="hint">
|
||||
These are the only values that are allowed to be provided to
|
||||
the database and are case-sensitive. Leave this empty to
|
||||
allow any string to be valid. Empty strings are never valid and
|
||||
extra spaces are removed the start and end of the options.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue