From 8d84dbddb36cf5a1d9f89d1faf2b203a2bf2ca85 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 17 Oct 2021 14:42:42 +0100 Subject: [PATCH] :construction: Adding and removing of all form items --- src/components/InteractiveEditor/EditItem.vue | 73 ++++++++++++++----- 1 file changed, 53 insertions(+), 20 deletions(-) diff --git a/src/components/InteractiveEditor/EditItem.vue b/src/components/InteractiveEditor/EditItem.vue index 76507257..a4a27844 100644 --- a/src/components/InteractiveEditor/EditItem.vue +++ b/src/components/InteractiveEditor/EditItem.vue @@ -3,12 +3,16 @@ :name="modalName" :resizable="true" width="50%" - height="50%" + height="85%" classes="dashy-modal edit-item" @closed="modalClosed" > +

Edit Item

Editing {{item.title}} (ID: {{itemId}})

+

+ No data configured yet. Click an attribute in the list below to add the field to the form. +

- +
-
+

More Fields

+