From c288098b171870c87f57d4585b72339ddaf628e2 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 11 Dec 2021 21:06:06 +0100 Subject: Initial commit --- templates/form/fields/email.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/form/fields/email.toml (limited to 'templates/form/fields/email.toml') diff --git a/templates/form/fields/email.toml b/templates/form/fields/email.toml new file mode 100644 index 0000000..9e2626a --- /dev/null +++ b/templates/form/fields/email.toml @@ -0,0 +1,8 @@ +type = "email" +name = "email" +placeholder = "E-Mail" + +attributes = { + "data-email" = "test@example.org" +} + -- cgit v1.2.3