From f035e3198dcf4d5b7324a6ebae3fc8041ddafee2 Mon Sep 17 00:00:00 2001 From: Sebastiano Bellinzis Date: Mon, 29 Jan 2024 23:39:58 +0100 Subject: [PATCH] add textarea --- README.md | 5 ++++ fields.go | 5 ++-- transformer.go | 64 ++++++++++++++++++++++++++++++++++++-------------- 3 files changed, 54 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index df69b92..cb0a292 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ There is currently only one template file for all the currently supported templa {{ end }} + {{ else if eq .Field.Type "textarea" }} + {{ else if eq .Field.Type "dropdownmapped" }}