updating hoverhelp in metadata property's edit form
This commit is contained in:
parent
d971508853
commit
c4276971c9
1 changed files with 13 additions and 2 deletions
|
|
@ -567,8 +567,19 @@ as mouseover text in the asset properties tab.</p>|,
|
||||||
},
|
},
|
||||||
|
|
||||||
'Possible Values description' => {
|
'Possible Values description' => {
|
||||||
message => q|<p>This field is used only for the Radio List and Select List data types. Enter
|
message => q|This field is used for the list types (like Checkbox List and Select List). Enter the values
|
||||||
the values you wish to appear, one per line. Each line should be less than 255 characters long.</p>|,
|
you wish to appear, one per line.<br />
|
||||||
|
<br />If you want a different label for a value, the possible values list has to be
|
||||||
|
formatted as follows:
|
||||||
|
<pre>
|
||||||
|
{
|
||||||
|
"key1"=>"value1",
|
||||||
|
"key2"=>"value2",
|
||||||
|
"key3"=>"value3"
|
||||||
|
...
|
||||||
|
}
|
||||||
|
</pre>
|
||||||
|
Braces, quotes and all. You simply replace "key1"/"value1" with your own name/value pairs|,
|
||||||
lastUpdated => 1213247476,
|
lastUpdated => 1213247476,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue