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.