From 1d121938f643737ca9de76286eef164c67f69482 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 7 May 2023 10:04:13 +0200 Subject: Create examples --- examples/plugin-simple/content/simple-form/fields/_fields.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/plugin-simple/content/simple-form/fields/_fields.yaml (limited to 'examples/plugin-simple/content/simple-form/fields') diff --git a/examples/plugin-simple/content/simple-form/fields/_fields.yaml b/examples/plugin-simple/content/simple-form/fields/_fields.yaml new file mode 100644 index 0000000..8a0336e --- /dev/null +++ b/examples/plugin-simple/content/simple-form/fields/_fields.yaml @@ -0,0 +1,9 @@ +username: + type: text + name: username + required: true + +password: + type: password + name: password + required: true -- cgit v1.2.3