summaryrefslogtreecommitdiff
path: root/templates/form/fields/email.toml
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2021-12-11 21:06:06 +0100
committerDaniel Weipert <code@drogueronin.de>2022-01-10 11:29:13 +0100
commitc288098b171870c87f57d4585b72339ddaf628e2 (patch)
treef3c953a40e1841dc87d1116622d7600aba6d7b40 /templates/form/fields/email.toml
Initial commit
Diffstat (limited to 'templates/form/fields/email.toml')
-rw-r--r--templates/form/fields/email.toml8
1 files changed, 8 insertions, 0 deletions
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"
+}
+