From 13de9562952a5493c6438a200127e118e7e7d579 Mon Sep 17 00:00:00 2001 From: Thomas Bilk Date: Tue, 12 Feb 2019 11:51:03 +0100 Subject: [PATCH] Update Documentation Added example for Variable Header parameter `options`. --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 2aa0bca6..28c13351 100644 --- a/index.html +++ b/index.html @@ -831,7 +831,8 @@

Variable Header

array or object If type is "select", these are the options that populate the select box. - Can be an array or object with key value pairs. + Can be an array or object with key value pairs in this format:
+ [{"value": 123, "display": "Option 1"}, {"value": 42, "display": "Option 2"}]
If type is anything other than "select", this option is ignored. []