diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-10-23 11:59:40 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2022-10-23 11:59:40 +0200 |
commit | 61a6af60577280a5914b07d48ee348a797c5b512 (patch) | |
tree | c8558466a04145109a016551e006beb3d74b55fd /templates/form/fields | |
parent | 1334236bb6059b2302a760196ce7885df379e984 (diff) |
Remove templates
Diffstat (limited to 'templates/form/fields')
-rw-r--r-- | templates/form/fields/_fields.toml | 6 | ||||
-rw-r--r-- | templates/form/fields/email.toml | 7 | ||||
-rw-r--r-- | templates/form/fields/name.toml | 6 |
3 files changed, 0 insertions, 19 deletions
diff --git a/templates/form/fields/_fields.toml b/templates/form/fields/_fields.toml deleted file mode 100644 index 2be25cc..0000000 --- a/templates/form/fields/_fields.toml +++ /dev/null @@ -1,6 +0,0 @@ -[field.name] -file = "name.toml" - -[field.email] -file = "email.toml" - diff --git a/templates/form/fields/email.toml b/templates/form/fields/email.toml deleted file mode 100644 index 3ef14e8..0000000 --- a/templates/form/fields/email.toml +++ /dev/null @@ -1,7 +0,0 @@ -type = "email" -name = "email" -placeholder = "E-Mail" - -[attributes] -data-email = "test@example.org" - diff --git a/templates/form/fields/name.toml b/templates/form/fields/name.toml deleted file mode 100644 index 5c888b6..0000000 --- a/templates/form/fields/name.toml +++ /dev/null @@ -1,6 +0,0 @@ -type = "text" -name = "name" - -[attributes] -data-value = 123 - |