added "possible values" option for file upload
This commit is contained in:
parent
cd232c9186
commit
47a9ef0012
|
@ -491,12 +491,17 @@ description:</span> short descriptive name</li>
|
||||||
help:</span> help ID</li>
|
help:</span> help ID</li>
|
||||||
<li><span style="font-weight: bold;"><span style="font-style: italic;">string</span>
|
<li><span style="font-weight: bold;"><span style="font-style: italic;">string</span>
|
||||||
example:</span> example value</li>
|
example:</span> example value</li>
|
||||||
|
<li><span style="font-weight: bold;"><span style="font-style: italic;">string</span>
|
||||||
|
values:</span> possible input values<span style="font-style: italic;"> </span><span
|
||||||
|
style="font-weight: bold; font-style: italic;">(optional)</span><br>
|
||||||
|
</li>
|
||||||
<li><span style="font-weight: bold;"><span style="font-style: italic;">boolean</span>
|
<li><span style="font-weight: bold;"><span style="font-style: italic;">boolean</span>
|
||||||
required:</span> true, if user must set a value for this column <span
|
required:</span> true, if user must set a value for this column <span
|
||||||
style="font-weight: bold; font-style: italic;">(optional, default:
|
style="font-weight: bold; font-style: italic;">(optional, default:
|
||||||
"false")</span><br>
|
"false")</span><br>
|
||||||
</li>
|
</li>
|
||||||
<li><span style="font-weight: bold;">boolean unique:</span> true if
|
<li><span style="font-weight: bold;"><span style="font-style: italic;">boolean</span>
|
||||||
|
unique:</span> true if
|
||||||
all values of this column must be different values <span
|
all values of this column must be different values <span
|
||||||
style="font-style: italic; font-weight: bold;">(optional, default:
|
style="font-style: italic; font-weight: bold;">(optional, default:
|
||||||
"false")</span><br>
|
"false")</span><br>
|
||||||
|
|
Loading…
Reference in New Issue