From a650ca4856a8524765977386e12ce0a5297d5c91 Mon Sep 17 00:00:00 2001 From: Rene De Ren Date: Thu, 12 Mar 2026 16:39:25 +0100 Subject: [PATCH] Expose output format selectors in editor --- settler.html | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/settler.html b/settler.html index 5ca254f..703a588 100644 --- a/settler.html +++ b/settler.html @@ -6,6 +6,8 @@ color: "#e4a363", defaults: { name: { value: "" }, + processOutputFormat: { value: "process" }, + dbaseOutputFormat: { value: "influxdb" }, enableLog: { value: false }, logLevel: { value: "error" }, @@ -55,6 +57,24 @@ +

Output Formats

+
+ + +
+
+ + +
+
@@ -65,4 +85,4 @@ \ No newline at end of file +