Switch JSON to be the default storage option and changing the storage type text to say JSON is default and CSV is legacy

This commit is contained in:
Jan Skovgaard
2018-07-15 13:10:59 +02:00
committed by Sebastiaan Janssen
parent c264368042
commit 4e1e9e0687
4 changed files with 9 additions and 9 deletions

View File

@@ -3,8 +3,8 @@
<select name="dropDownList"
class="umb-editor umb-dropdown"
ng-model="model.value">
<option>Csv</option>
<option>Json</option>
<option>Csv</option>
</select>
</div>
</div>