From 81b470920bce619a34cd1dbd027993239d187722 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Mon, 20 Mar 2023 19:39:39 +0100 Subject: [PATCH] use v-show; work in progress: store/use field metadata on mounted event --- exampleSite/content/app/person.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/app/person.md b/exampleSite/content/app/person.md index f484346..f5872ab 100644 --- a/exampleSite/content/app/person.md +++ b/exampleSite/content/app/person.md @@ -23,8 +23,9 @@ cyberscopes example site - view / edit person (user) data. Email: {{< pv/input-textline name="email" default="hm@cy55.de" >}} {{< pv/button mode="query" action="query" label="Execute Query" >}} - {{< pv/button mode="edit" label="Submit Data" >}} - {{< pv/button mode="edit" action="delete" label="Delete" >}} + {{< pv/button mode="edit" label="Save Changes" >}} + {{< pv/button mode="edit" action="copy" label="Copy Data" >}} + {{< pv/button mode="edit" action="delete" label="Delete Item" >}} {{< pv/button mode="new" label="Create Item" >}}