Add Network Type field to route presets (re: #6992)

This commit is contained in:
Quincy Morgan
2019-11-11 15:34:35 +01:00
parent a1fadfebc8
commit 719ee3ebae
14 changed files with 35 additions and 9 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"key": "network:type",
"type": "combo",
"label": "Network Type",
"prerequisiteTag": {
"key": "network"
}
}