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:
committed by
Sebastiaan Janssen
parent
c264368042
commit
4e1e9e0687
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user