From 25eaaab0e68e4e9235285396a358db5190763944 Mon Sep 17 00:00:00 2001 From: Chris Mason <57402469+cmason3@users.noreply.github.com> Date: Thu, 20 Mar 2025 11:37:16 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbee7cf..82f2664 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Once JinjaFx Server has been started with the `-s` argument then point your web -pandoc - enable support for DOCX using pandoc (requires pandoc) -allowjs - allows javascript in `jinjafx_input` and html output -nocache - disables versioned urls for internal development - -v - log all HTTP requests + -v - log all http requests Environment Variables: AWS_ACCESS_KEY - specify an aws access key to authenticate for '-s3' @@ -188,6 +188,7 @@ jinjafx_input: If you pass `-allowjs` on the command line then you can also specify a `script` section, which allows you to perform dynamic actions within your modal, e.g: ```yaml +--- jinjafx_input: script: |2 document.getElementById('select_dropdown').addEventListener('change', function() {