From bef7e45f754655b53273f01d239ab1d35f8ad271 Mon Sep 17 00:00:00 2001 From: mrNikto9 Date: Wed, 17 Jul 2024 20:11:25 +0500 Subject: [PATCH] added api --- plugins/tps/tps/models/contacts/fields.yaml | 9 +++++---- plugins/tps/tps/models/mainservices/fields.yaml | 3 ++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/plugins/tps/tps/models/contacts/fields.yaml b/plugins/tps/tps/models/contacts/fields.yaml index e7a0e79..a79f147 100644 --- a/plugins/tps/tps/models/contacts/fields.yaml +++ b/plugins/tps/tps/models/contacts/fields.yaml @@ -11,10 +11,6 @@ fields: label: Phone span: auto type: text - message: - label: Message - span: auto - type: text file: label: File mode: file @@ -24,3 +20,8 @@ fields: extension: auto span: auto type: fileupload + message: + label: Message + size: small + span: full + type: textarea diff --git a/plugins/tps/tps/models/mainservices/fields.yaml b/plugins/tps/tps/models/mainservices/fields.yaml index 6a81cd2..18c70ad 100644 --- a/plugins/tps/tps/models/mainservices/fields.yaml +++ b/plugins/tps/tps/models/mainservices/fields.yaml @@ -5,8 +5,9 @@ fields: type: text text: label: Text + size: small span: auto - type: text + type: textarea parts: label: Services prompt: 'Add new item'