Add basin=* Type and intermittent fields to Basin preset

(closes #5497)
This commit is contained in:
Bryan Housel
2018-12-09 23:11:14 -05:00
parent 905f362317
commit 2c0e975955
2 changed files with 11 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"key": "basin",
"type": "combo",
"label": "Type"
}
@@ -0,0 +1,6 @@
{
"key": "intermittent",
"type": "check",
"label": "Intermittent",
"default": "yes"
}