How to add drop down list in setting, like we do in html
<select>
<option> some </option>
</select>
In a plugin? Specify the optionscode.
"optionscode" => "select
Value1= Text1
Value2= Text2
Value3= Text3",
"value" => "Value2",
The "value" will be the default.