From 69b4699acb1fba74eed6f253b792b467305e5158 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sun, 4 Aug 2024 11:18:58 -0500 Subject: [PATCH] Add pgwui_upcen settings --- examples/etc/pgwui.yaml | 9 +++++++++ examples/misc/development.yaml | 11 +++++++++++ 2 files changed, 20 insertions(+) diff --git a/examples/etc/pgwui.yaml b/examples/etc/pgwui.yaml index 3c63be9..1d3f9f9 100644 --- a/examples/etc/pgwui.yaml +++ b/examples/etc/pgwui.yaml @@ -355,6 +355,15 @@ app: # See pgwui_upload above for details. + # pgwui_upcen + + # pgwui_upcen: + # menu_label: 'upcen -- Upload into the Babase CENSUS table' + # file_format: 'csv' + # + # See pgwui_upload above for details. + + # pgwui_copy # pgwui_copy: diff --git a/examples/misc/development.yaml b/examples/misc/development.yaml index 7fce5cf..bb3b785 100644 --- a/examples/misc/development.yaml +++ b/examples/misc/development.yaml @@ -356,6 +356,17 @@ app: # See pgwui_upload above for details. + # pgwui_upcen + + # pgwui_upcen: + # menu_label: 'upcen -- Upload into the Babase CENSUS table' + # trim: 'choice-yes' + # null: 'choice-yes' + # file_format: 'csv' + # + # See pgwui_upload above for details. + + # pgwui_copy # pgwui_copy: -- 2.34.1