From 4ec4500cb72cdb67100f8c71624444a7ff588d72 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Fri, 29 Dec 2023 21:51:18 -0300 Subject: [PATCH] Update chapter-05-gbdialog-reference.md --- book/chapter-05-gbdialog-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/chapter-05-gbdialog-reference.md b/book/chapter-05-gbdialog-reference.md index ab64630e..b9cfde6b 100644 --- a/book/chapter-05-gbdialog-reference.md +++ b/book/chapter-05-gbdialog-reference.md @@ -92,7 +92,7 @@ All values from .gbot Config.xlsx are also provided as variables, so it can be a | SET THEME "dark" or "white" or "blue" | Defines the theme to the next content generation (PDF, images, vĂ­deos, etc.) | | SET OPERATOR [OR] | Defines OR operations on multiple FIND filters separated by comma, eg.: FIND "A1=2", "A3=4" | | SET FILTER TYPE | Uses the specified type in next FIND calls, disabling auto detection of filter type, eg.: SET FILTER TYPE date, string | - +| SET PAGED "auto" or "none" | Defines auto pagging for HTTP REST GET calls. | * = Work in progress.